yellowstone-block-machine 0.9.0

State machine for reconstructing Solana blocks from Geyser events
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "dragonsmouth")]
pub mod client_ext;
#[cfg(feature = "dragonsmouth-thin")]
pub mod proto_adapter;

#[cfg(feature = "dragonsmouth-thin")]
pub mod block_accumulator;

pub const RESERVED_FILTER_NAME: &str = "_block-machine";