zakura-state 7.1.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
//! Shared block difficulty adjustment and median-time calculations.

pub(crate) use zakura_header_chain::{
    AdjustedDifficulty, BLOCK_MAX_TIME_SINCE_MEDIAN, POW_ADJUSTMENT_BLOCK_SPAN,
    POW_MEDIAN_BLOCK_SPAN,
};