Module sc_network_sync::strategy
source · Expand description
PolkadotSyncingStrategy
is a proxy between crate::engine::SyncingEngine
and specific syncing algorithms.
Modules§
- Contains the state of the chain synchronization process
- State sync support.
- Warp syncing strategy. Bootstraps chain by downloading warp proofs and state.
Structs§
- Proxy to specific syncing strategies used in Polkadot.
- Syncing configuration containing data for all strategies.
Enums§
- The key identifying a specific strategy for responses routing.
Traits§
- Syncing strategy for syncing engine to use