All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.2 - 2026-04-16
- (encode) Reject subtrees whose nested prefixes exceed the key length
- (path) Cap split_point comparison at self's remaining bits
0.1.1 - 2026-04-16
- Resolve clippy warnings across the crate
Initial release on crates.io.
- 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.