-
Notifications
You must be signed in to change notification settings - Fork 7
[Sequencer] Do not build empty blocks #282
Copy link
Copy link
Closed
Labels
Milestone
Description
Overview
We should implement logic that skips the production of empty blocks. This should be done to avoid the unnecessary overhead of proving and DA of empty blocks.
Potential soltuions:
- Build blocks as is normally, done and then skip if the block has no transactions
- Have handles to L1 messages and transaction pool, and do not build a block if there are no transactions.
The consensus is that option 1 is the preferred and simpler solution.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done