Expand description
Block sync: allows a node that is behind to catch up by requesting missing blocks from peers and replaying the commit lifecycle.
Functionsยง
- replay_
blocks - Replay a batch of blocks: store them and run the application lifecycle. Validates chain continuity (parent_hash linkage).
- sync_
to_ tip - Run block sync: request missing blocks from peers and replay them.