tendermint-machine 0.3.0

An implementation of the Tendermint state machine in Rust
Documentation
1
2
3
4
5
use super::*;

mod proposal;
mod prevote;
mod precommit;