Module Octez_riscv_nds_memory

In-memory implementation of the RISC-V new durable storage.

All data is held in RAM with no persistence. State is lost when the registry value is garbage collected. This variant is intended for fast execution without disk I/O.

Proof objects for the in-memory 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.