Module backfill

Source
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§

PipelineSync
Pipeline sync.

Enums§

BackfillAction
The backfill actions that can be performed.
BackfillEvent
The events that can be emitted on backfill sync.
BackfillSyncState
Represents the state of the backfill synchronization process.

Traits§

BackfillSync
Backfill sync mode functionality.