Re-exports§
pub use engine::ConsensusEngine;pub use engine::ConsensusEngineBuilder;pub use engine::EngineConfig;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