Expand description
Follow mode engine that syncs from upstream via RPC.
This module provides a minimal consensus-layer stack for follow mode:
- Marshal for storage and verification
- Executor for driving Reth
- FeedState for RPC serving
- Resolver for marshal’s gap-repair
- Tip tracker for push-based finalization events
The archive format is shared with the consensus engine running in validator mode so nodes can switch between validator and follower modes without data migration.