You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/learn/specs/block-manager.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -626,6 +626,7 @@ The components communicate through well-defined interfaces:
626
626
### Initialization and State Management
627
627
628
628
- Components load the initial state from the local store and use genesis if not found in the local store, when the node (re)starts
629
+
- During startup the Syncer invokes the execution Replayer to re-execute any blocks the local execution layer is missing; the replayer enforces strict app-hash matching so a mismatch aborts initialization instead of silently drifting out of sync
629
630
- The default mode for aggregator nodes is normal (not lazy)
630
631
- Components coordinate through channels and shared cache structures
0 commit comments