Expand description
A download stream for Zebra’s block syncer.
Structs§
- Always
Hedge 🔒 - Downloads
- Represents a [
Stream
] of download and verification tasks during chain sync.
Enums§
- Block
Download Verify Error - Errors that can occur while downloading and verifying a block.
Constants§
- VERIFICATION_
PIPELINE_ DROP_ LIMIT - The maximum height difference between Zebra’s state tip and a downloaded block. Blocks higher than this will get dropped and return an error.
- VERIFICATION_
PIPELINE_ SCALING_ MULTIPLIER - A multiplier used to calculate the extra number of blocks we allow in the verifier, state, and block commit pipelines, on top of the lookahead limit.
Type Aliases§
- BoxError 🔒