Module sc_network_sync::strategy
source · Expand description
SyncingStrategy
defines an interface crate::engine::SyncingEngine
uses as a specific
syncing algorithm.
A few different strategies are provided by Substrate out of the box with custom strategies possible too.
Modules§
- Contains the state of the chain synchronization process
PolkadotSyncingStrategy
is a proxy betweencrate::engine::SyncingEngine
and specific syncing algorithms.- State sync strategy.
- State sync support.
- Warp syncing strategy. Bootstraps chain by downloading warp proofs and state.
Structs§
- The key identifying a specific strategy for responses routing.
Enums§
Traits§
- Syncing strategy for syncing engine to use