forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 276
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
feat: L1 state manager(reduce bridge latency milestone) #1018
Draft
NazariiDenha
wants to merge
27
commits into
syncUpstream/active
Choose a base branch
from
feat/l1-state-tracker
base: syncUpstream/active
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
00494d5
feat: follower node sync from DA #631
jonastheis 11e440b
fixes after merge
jonastheis 2ee38fd
fix: panic after startup due to misconfigured api
jonastheis 9e8afc4
fix bug of not calculating block state root
NazariiDenha 6068db3
minor adjustment of fix
jonastheis 117016e
add l1_tracker and l1_reader without caching
NazariiDenha 271b7dc
fix incorrect depth calc
NazariiDenha f9111cb
refactor: rename package to `l1`
jonastheis 0fc3b94
refactor reader to process raw logs to rollup events
NazariiDenha 5b22f7f
refactor da_syncer to not use depend on rollup_sync_service and sync_…
NazariiDenha 27c5d63
feat: implement tracker
jonastheis fa09f3f
fetch in batches
NazariiDenha 6686d1d
feat: add test cases for happy path and fix minor bugs uncovered by t…
jonastheis 15ea17e
feat: add test for confirmation rules when subscribing
jonastheis dbafb2c
add extensive tests for reorgs
jonastheis 10a8b64
adjust interface to be the same as reth ex ex but with block headers
jonastheis 854dc43
fixes
NazariiDenha 294b9c6
pruning
NazariiDenha 6464296
Merge remote-tracking branch 'origin/syncUpstream/active' into feat/l…
jonastheis 79842f8
fixes after merge
jonastheis a45885e
extend Reader
jonastheis 1b5a4f8
simplify as functionality has been moved to Reader
jonastheis acb1bc2
Merge remote-tracking branch 'origin/syncUpstream/active' into feat/l…
jonastheis 591534c
fix using outdated ABI for L1MessageQueue
jonastheis c96a3da
Add LatestFinalizedBatch
jonastheis 113241e
Fix bug in queryInBatches
jonastheis e873ac0
add HeapMap component
jonastheis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should also check for
L1MessageQueueAddress