Releases: spacesprotocol/spacedb
Releases · spacesprotocol/spacedb
v0.1.2
v0.1.1
Refactor
- Resolve clippy warnings across the crate
spacedb-v0.1.0
Initial release on crates.io.
Features
- Merkle-ized binary trie with MVCC concurrency (multi-reader, single-writer).
- Subtree accumulators with inclusion and exclusion proofs.
no_stdsupport (RISC0 zkVM compatible) viadefault-features = false.- Optional wasm bindings behind the
wasmfeature. - Optional sqlite-backed hash index sidecar behind the
hash-idxfeature for fastproveandcompute_rooton large trees. - Snapshot iteration and rollback.