Module zebrad::components::sync::downloads
source · Expand description
A download stream for Zebra’s block syncer.
Structs
- Represents a [
Stream
] of download and verification tasks during chain sync.
Enums
- Errors that can occur while downloading and verifying a block.
Constants
- BRANCHES 🔒
- BRANCHES 🔒
- BRANCHES 🔒
- The maximum height difference between Zebra’s state tip and a downloaded block. Blocks higher than this will get dropped and return an error.
- 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.
Statics
- CALLSITE 🔒
- CALLSITE 🔒
- CALLSITE 🔒
- CALLSITE 🔒
- CALLSITE 🔒
- CALLSITE 🔒
- CALLSITE 🔒
- CALLSITE 🔒
- META 🔒
- META 🔒
- META 🔒
- META 🔒
- META 🔒
- META 🔒
- META 🔒
- META 🔒
Traits
Functions
Type Definitions
- BoxError 🔒