protoblock 0.1.6

Asynchronous Bitcoin block ingestion pipeline with built-in reorg handling, backpressure, and observability
Documentation
1
2
3
4
5
6
7
8
//! Pre-processing primitives that size batches, normalize blocks, and power the
//! worker queue before protocol execution.

pub mod batch;
pub mod block;
pub mod ordered_queue;
pub mod sized_queue;
pub mod worker;