Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sequencer DA catchup strategy for new transaction system #1786

Open
Tracked by #1784
eyusufatik opened this issue Jan 31, 2025 · 0 comments · May be fixed by #2001
Open
Tracked by #1784

Update sequencer DA catchup strategy for new transaction system #1786

eyusufatik opened this issue Jan 31, 2025 · 0 comments · May be fixed by #2001
Assignees
Milestone

Comments

@eyusufatik
Copy link
Member

eyusufatik commented Jan 31, 2025

Right now, when there is a new L1 block finalized, the sequencer "hops on" that block and starts creating L2 blocks that point to the new L1 block.

When there is multiple new L1 blocks, to make sure EVM records every L1 block, the sequencer publishes empty L2 blocks that point to those new L1 blocks, before starting pointing to the head finalized L1 block.

After #1788 we'll have to change this strategy.

For example, if we need to add 3 L1 blocks to BitcoinLightClient contract, we can do so by appending 3 system transactions to the same L2 block!

This is also somehow related to #1718

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants