feat: replace l1 head with l1 finalized block as sequencer and deriva…#319
Merged
feat: replace l1 head with l1 finalized block as sequencer and deriva…#319
Conversation
d2d7dd7 to
1d93078
Compare
1d93078 to
9089513
Compare
sysvm
approved these changes
Nov 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR replaces the l1 head with the l1 finalized block as the sequencer and derivation head.
Rationale
Given that BSC's block time will be reduced to 450ms, and validators can produce up to 16 consecutive blocks, the potential number of reorg blocks will increase significantly. This would require much larger values for
verifier.l1-confsandsequencer.l1-confs, which could introduce deposit transaction delays of several minutes.Additionally, BSC's Fast Finality feature typically confirms finality within 2 blocks in most cases. Therefore, using L1 finalized blocks as the opBNB sequencer and derivation head is more appropriate.
Example
NA
Changes
Notable changes:
--verifier.l1-confsand--sequencer.l1-confsare deprecated.