Skip to main content

Module storage

Module storage 

Source

Structs§

Storage
StorageMetrics
Request-to-completion latency of each storage operation, including task queueing, backend lock waits, and error-retry loops. These latencies gate consensus progress: proposal release waits on append_proposal and record_action(Propose), and phase-2 votes wait on append_vid, record_action(Vote), and append_high_qc2.

Enums§

ActionKind
StorageOutput

Constants§

RETRY_DELAY 🔒

Traits§

NewProtocolStorage
New protocol storage extension for data that is not part of the legacy HotShot storage trait.