Crate sui_core

Source

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.