Octez_riscv_nds_diskOn-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 ... endOn-disk repository handle.
module Proof : Octez_riscv_nds_common.Intf.PROOFProof objects for the on-disk durable storage.
module Normal : sig ... endNormal mode: registry and database operations.
module Prove :
Octez_riscv_nds_common.Intf.PROVE
with type normal_registry := Normal.Registry.t
and type Proof.t = Proof.tProve mode: registry, database, and proof lifecycle.
module Verify : Octez_riscv_nds_common.Intf.VERIFY with type proof := Proof.tVerify mode: registry, database, and verify entry point.