Skip to content

Commit efa1bd8

Browse files
committed
fix: update block-manager.md docs to include a reference to the execution replayer.
1 parent 21f9e3b commit efa1bd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/learn/specs/block-manager.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ The components communicate through well-defined interfaces:
626626
### Initialization and State Management
627627

628628
- 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
629630
- The default mode for aggregator nodes is normal (not lazy)
630631
- Components coordinate through channels and shared cache structures
631632

0 commit comments

Comments
 (0)