-
Notifications
You must be signed in to change notification settings - Fork 0
Logbook February 2026
Paolo Veronelli edited this page Feb 27, 2026
·
3 revisions
- Merged docs: add Haddock documentation to all exports #26
- Merged chore: add version bounds to all dependencies #29
- Merged fix: relax QuickCheck bounds for Cardano compatibility #30
- Merged fix: add autogen-modules for Paths_csmt #31
- Merged chore: complete package metadata #32
- Merged ci: add workflow concurrency control per branch #28
- Merged feat: add release pipeline #35
- Merged fix: keep 0.x versioning in release-please #37
- Merged fix: add workflow_dispatch to release #39
- Merged fix: read version from manifest #41
- Merged fix: handle bundler outputs in release #43
- Merged fix: correct artifact copy commands for bundler outputs #45
- Released v0.3.1 and v0.3.2
- Closed #27, #34
- Opened #46 — harmonize insertion with TreePath abstraction
- Opened #49 — add batch and streaming insertion
- Opened refactor: generalize path extraction with unified TreePath type #47
- Opened feat: add MPF (Merkle Patricia Forest) support #48
- Opened feat(csmt): add batch and streaming insertion #50
Issue: #52
- Merged feat: add treePrefix to FromKV for secondary indexing #51 —
treePrefix :: v -> Keyfield inFromKV, insertion uses prefixed tree key, deletion queries KV first to compute it - Opened #52 — prefix inclusion proof: connect completeness proof to tree root
- Merged fix: adapt to rocksdb-kv-transactions snapshot API #54 — updated to new snapshot-backed transaction interface