Sync Committee: State Root Synchronization#860
Merged
Conversation
a5db1e0 to
cb69595
Compare
cb69595 to
99e7ab0
Compare
99e7ab0 to
fa68b51
Compare
f5ff256 to
6d4e019
Compare
fa68b51 to
e7ee909
Compare
e7ee909 to
4df96b4
Compare
4df96b4 to
7d09759
Compare
akokoshn
reviewed
Apr 28, 2025
6d4e019 to
d219a4b
Compare
7d09759 to
0229053
Compare
Introduced a mechanism to synchronize finalized state root stored locally with the L1 and L2 networks. Synchronization is triggered: * By the new `stateRootSyncRunner` worker during Sync Committee node startup. It will retry syncing the state until it succeeds or execution is canceled. * During full state reset (`StateResetLauncher.LaunchResetToL1WithSuspension(...)`). Synchronization logic is determined by the `DisableL1` flag and implemented in the `stateRootSyncer` type
0229053 to
babc3e8
Compare
akokoshn
approved these changes
Apr 28, 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.
Sync Committee: State Root Synchronization
Follow-up #798 #795
Introduced a mechanism to synchronize finalized state root stored locally with the L1 and L2 networks. Synchronization is triggered:
stateRootSyncRunnerworker during Sync Committee node startup. It will retry syncing the state until it succeeds or execution is canceled.StateResetLauncher.LaunchResetToL1WithSuspension()).Synchronization logic is determined by the
DisableL1flag and implemented in thestateRootSyncertype