Module strategy

Module strategy 

Source
Expand description

PolkadotSyncingStrategy is a proxy between crate::engine::SyncingEngine and specific syncing algorithms.

Modules§

chain_sync
Contains the state of the chain synchronization process
state_sync
State sync support.
warp
Warp syncing strategy. Bootstraps chain by downloading warp proofs and state.

Structs§

PolkadotSyncingStrategy
Proxy to specific syncing strategies used in Polkadot.
SyncingConfig
Syncing configuration containing data for all strategies.

Enums§

StrategyKey
The key identifying a specific strategy for responses routing.
SyncingAction

Traits§

SyncingStrategy
Syncing strategy for syncing engine to use