Skip to main content
Module consensus_manager
sui_
core
0.1.0
Module consensus_
manager
Module Items
Structs
In crate sui_
core
sui_core
Module
consensus_
manager
Copy item path
Source
Structs
ยง
Consensus
Manager
Used by Sui to start consensus protocol for each epoch. Supports both validator mode (with protocol keypair) and observer mode (without).
Consensus
Manager
Metrics
Replay
Waiter
Waits for consensus to finish replaying at consensus handler.
Updatable
Consensus
Client
A ConsensusClient that can be updated internally at any time. This usually happening during epoch change where a client is set after the new consensus is started for the new epoch.