Open
Description
Problem
The block node must maintain correct state, as such a node connecting must be able to get state before processing the block stream.
Solution
Explore a way to start/re-start from saved state
Estimation consideration
- Similar to Reconnect on CN
- Catch up from another BN if necessary
- Catch up from CN when possible.
- Continue from CN once caught up if available.
Alternatives
No response