hotstuff_rs 0.4.0

A performant implementation of the HotStuff consensus algorithm in Rust.
Documentation
1
2
3
4
5
6
7
//! Subprotocol that "catches-up" the local block tree in case the replica misses out on messages.

pub mod messages;

pub(crate) mod client;

pub(crate) mod server;