Modules§
- accumulators
- authority
- authority_
aggregator - authority_
client - authority_
server - checkpoints
- congestion_
tracker - consensus_
adapter - consensus_
handler - consensus_
manager - consensus_
throughput_ calculator - consensus_
validator - db_
checkpoint_ handler - epoch
- execution_
cache - execution_
scheduler - global_
state_ hasher - jsonrpc_
index - IndexStore supports creation of various ancillary indexes of state in SuiDataStore. The main user of this data is the explorer.
- metrics
- mock_
checkpoint_ builder - mock_
consensus - module_
cache_ metrics - mysticeti_
adapter - overload_
monitor - quorum_
driver - rpc_
index - runtime
- safe_
client - signature_
verifier - storage
- streamer
- subscription_
handler - test_
utils - traffic_
controller - transaction_
driver - transaction_
orchestrator - validator_
client_ monitor - validator_
tx_ finalizer - verify_
indexes
Macros§
- handle_
with_ decoration - Implements generic pre- and post-processing. Since this is on the critical path, any heavy lifting should be done in a separate non-blocking task unless it is necessary to override the return value.