Re-exports§
pub use crate::consensus::consensus_inner::ConsensusGraphInner;
pub use crate::consensus::consensus_inner::ConsensusInnerConfig;
Modules§
- consensus_
inner - debug_
recompute - pivot_
hint - Pivot hint provides validation support during blockchain synchronization and historical data execution by leveraging trusted pivot chain information from authoritative sources.
- pos_
handler
Structs§
- Best
Information - Consensus
Config - Consensus
Graph - ConsensusGraph is a layer on top of SynchronizationGraph. A SyncGraph collect all blocks that the client has received so far, but a block can only be delivered to the ConsensusGraph if 1) the whole block content is available and 2) all of its past blocks are also in the ConsensusGraph.
- Consensus
Graph Statistics - Maybe
Executed TxExtra Info - Transaction
Info