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§
- chain_
sync - Contains the state of the chain synchronization process
- polkadot
PolkadotSyncingStrategy
is a proxy betweencrate::engine::SyncingEngine
and specific syncing algorithms.- state
- State sync strategy.
- state_
sync - State sync support.
- warp
- Warp syncing strategy. Bootstraps chain by downloading warp proofs and state.
Structs§
- Strategy
Key - The key identifying a specific strategy for responses routing.
Enums§
Traits§
- Syncing
Strategy - Syncing strategy for syncing engine to use