Module persistence

Source
Expand description

Sequencer node persistence.

This module implements the persistence required for a sequencer node to rejoin the network and resume participating in consensus, in the event that its process crashes or is killed and loses all in-memory state.

This is distinct from the query service persistent storage found in the api module, which is an extension that node operators can opt into. This module defines the minimum level of persistence which is required to run a node.

Modules§

fs
no_storage
Mock implementation of persistence, for testing.
persistence_metrics 🔒
sql

Traits§

ChainConfigPersistence