Module reth_engine_tree::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§

Enums§

Traits§