docs.rs failed to build miden-node-store-0.15.0-rc.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
miden-node-store-0.13.9
Miden node store
store contains the persistent state-store implementation used by the Miden node. It is part of the
Miden node workspace and is embedded by the node binary rather than operated
directly.
Role
The store owns the node's local view of chain state. It persists blocks, notes, nullifiers, transactions, account data, and the authenticated data structures needed to answer state queries.
Crate-Specific Notes
The default rocksdb feature enables disk-backed storage for large Sparse Merkle Trees. Building with this feature
requires a C/C++ toolchain and the system support needed by RocksDB bindings.
For operator-facing storage configuration, use the node help output and start from the
primary README.
License
This project is MIT licensed.