espresso-sequencer
espresso-sequencer copied to clipboard
Enforce max_block_size
Omit transactions that exceed max_block_size from payload. Use mocked max_block_size for now.
Depends on: https://github.com/EspressoSystems/HotShot/pull/3096 Related to: https://github.com/EspressoSystems/hotshot-builder-core/pull/122
As this is a distinct / new feature for of our block building logic we should add a unittest that fails if we don't enforce the max block size.
@tbro anything blocking more progress here?
@tbro anything blocking more progress here?
Yes I need to fix this: https://github.com/EspressoSystems/HotShot/pull/3068. I've taken a few missteps on that, but making progress.