op-node: Light CL: Follow Source using EL or CL#18500
Closed
pcw109550 wants to merge 9 commits intopcw109550/light-cl-follow-sourcefrom
Closed
op-node: Light CL: Follow Source using EL or CL#18500pcw109550 wants to merge 9 commits intopcw109550/light-cl-follow-sourcefrom
pcw109550 wants to merge 9 commits intopcw109550/light-cl-follow-sourcefrom
Conversation
karlfloersch
reviewed
Dec 4, 2025
Contributor
karlfloersch
left a comment
There was a problem hiding this comment.
Basic q - is there a benefit of following an EL over a CL?
Member
Author
|
@karlfloersch No, but I thought there are users have only access to the EL endpoint, not the CL endpoint. It would be nice to still allow follow source using the EL endpoint. So for example |
cd98510 to
5fbdfd8
Compare
karlfloersch
approved these changes
Dec 9, 2025
Contributor
karlfloersch
left a comment
There was a problem hiding this comment.
Re-reviewed, 👍 from me lol fwiw
Member
Author
|
Closing in favor of #18571 |
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
Builds on top of #18365
This PR enables
--l2.follow.sourceto accept either EL or CL as the source. It also ingests externalCurrentL1data into the CL. When using a CL RPC endpoint, we can fetchCurrentL1directly.Populating
CurrentL1is required for the batcher to operate correctly. Without derivation running, thesyncStatus.CurrentL1field remains empty, which prevents the batcher and potentially other microservices from making progress.Tests
Existing in memory acceptance preset was tweaked to follow the EL and the CL.
Patched
TestFollowL2_Safe_Finalized_CurrentL1to track thatCurrentL1field is advancing and matching.Commit d2a3d9a is running at the devnet.
d2a3d9a-light-cl-follow-source-current-l1.Metadata