Skip to content

Releases: spacesprotocol/spacedb

v0.1.2

16 Apr 21:56
90e4ae2

Choose a tag to compare

Bug Fixes

  • (encode) Reject subtrees whose nested prefixes exceed the key length
  • (path) Cap split_point comparison at self's remaining bits

v0.1.1

16 Apr 20:55
75cf53e

Choose a tag to compare

Refactor

  • Resolve clippy warnings across the crate

spacedb-v0.1.0

16 Apr 20:38
eb79d1e

Choose a tag to compare

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_std support (RISC0 zkVM compatible) via default-features = false.
  • Optional wasm bindings behind the wasm feature.
  • Optional sqlite-backed hash index sidecar behind the hash-idx feature for fast prove and compute_root on large trees.
  • Snapshot iteration and rollback.