zakura-state 1.0.0

State contextual verification and storage code for the Zakura node. Internal crate, published to support cargo install zakura
Documentation
1
2
3
4
5
6
//! Tests for state ChainTip traits and types.

#![allow(clippy::unwrap_in_result)]

mod prop;
mod vectors;