Module Octez_riscv_nds_disk

On-disk implementation of the RISC-V new durable storage.

All data is persisted to disk via a repository. State survives process restarts. This variant is used by the rollup node for production storage.

module Repo : sig ... end

On-disk repository handle.

Proof objects for the on-disk durable storage.

module Normal : sig ... end

Normal mode: registry and database operations.

Prove mode: registry, database, and proof lifecycle.

Verify mode: registry, database, and verify entry point.