Skip to main content

Crate hotmint_consensus

Crate hotmint_consensus 

Source

Re-exports§

pub use engine::ConsensusEngine;
pub use engine::ConsensusEngineBuilder;
pub use engine::EngineConfig;
pub use engine::SharedBlockStore;
pub use engine::StatePersistence;
pub use engine::Wal;
pub use evidence_store::EvidenceStore;
pub use pacemaker::PacemakerConfig;
pub use state::ConsensusState;

Modules§

application
commit
engine
error
evidence_store
leader
liveness
metrics
network
pacemaker
state
store
sync
Block sync: allows a node that is behind to catch up by requesting missing blocks from peers and replaying the commit lifecycle.
view_protocol
vote_collector