Expand description
Support for backfill sync mode. It is expected that the node has two sync modes:
- Backfill sync: Sync to a certain block height in stages, e.g. download data from p2p then execute that range.
- Live sync: In this mode the node is keeping up with the latest tip and listens for new requests from the consensus client.
These modes are mutually exclusive and the node can only be in one mode at a time.
Structs§
- Pipeline sync.
Enums§
- The backfill actions that can be performed.
- The events that can be emitted on backfill sync.
- Represents the state of the backfill synchronization process.
Traits§
- Backfill sync mode functionality.