You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sequencer will build a block, propose to the committee, then attempt to publish the block.
When running in a real scenario, the sequencer cannot publish until the slot boundary is hit. It will fail to publish the block, build another one, and then propose it to the committee again.
We want to prevent the committee seeing more than one proposal per slot.
I think this case was hit when a validator did not have funds, it would send multiple block proposals when it retried.
Notes
This description may not be the actual issue - so feel free to kill it if not
The text was updated successfully, but these errors were encountered:
Maddiaa0
changed the title
block building: once we build one block - do not keep building another
block building: once we propose a block to attestors - do not submit another
Oct 8, 2024
Overview
Current Behaviour
The sequencer will build a block, propose to the committee, then attempt to publish the block.
When running in a real scenario, the sequencer cannot publish until the slot boundary is hit. It will fail to publish the block, build another one, and then propose it to the committee again.
We want to prevent the committee seeing more than one proposal per slot.
I think this case was hit when a validator did not have funds, it would send multiple block proposals when it retried.
Notes
This description may not be the actual issue - so feel free to kill it if not
The text was updated successfully, but these errors were encountered: