Meta blocks #2058
evan-forbes
started this conversation in
Ideas
Meta blocks
#2058
Replies: 1 comment
-
Sounds potentially similar to a shared mempool protocol like Narwhal |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've casually discussed the idea of producing blocks as fast as possible, and then combining the individual smaller blocks into a larger "meta block" that gets sampled by light clients, so I'm opening the discussion to write down our collective thoughts.
This is also a crude mechansim for "multiplicity". For example if we have 1 second blocks and a 15 second meta block that includes all the block data for the past 15 blocks, then we apply some arbitary function to the past 15 blocks that deterministically orders the blobs included by up to 15 different block producers.
Beta Was this translation helpful? Give feedback.
All reactions