Module warp

Module warp 

Source
Expand description

Warp syncing strategy. Bootstraps chain by downloading warp proofs and state.

Structs§

EncodedProof
Scale-encoded warp sync proof response.
WarpProofRequest
Warp sync request
WarpSync
Warp sync state machine. Accumulates warp proofs and state.
WarpSyncProgress
Reported warp sync progress.
WarpSyncResult

Enums§

VerificationResult
Proof verification result.
WarpSyncConfig
Warp sync configuration as accepted by WarpSync.
WarpSyncPhase
Reported warp sync phase.

Traits§

Verifier
Verifier for warp sync proofs. Each verifier operates in a specific context.
WarpSyncProvider
Warp sync backend. Handles retrieving and verifying warp sync proofs.