Skip to content

Releases: cardano-foundation/merkle-tree-java

v0.0.7

04 Sep 08:16
9dc9f02
Compare
Choose a tag to compare

0.0.7 (2023-09-04)

Features

  • attempting to force a release (73339e5)

v0.0.6

17 Aug 14:55
73a75ea
Compare
Choose a tag to compare

0.0.6 (2023-08-17)

Bug Fixes

  • downgraded to stable version. (8a0a37c)

merkle-tree-java-0.0.5

19 May 14:05
Compare
Choose a tag to compare
Pre-release

Initial release of Merkle Tree implementation (Java + Aiken) using Cardano Client Library annotations / mappings.

Features:

  • Tree creation in the off-chain as well as on-chain (rarely needed)
  • proof generation in the off-chain and on-chain
  • proof verification in the off-chain and on-chain
  • ability to store any item provided it's serialiser to bytes is available (e.g. cbor)
  • adding / removal items in the off-chain only (initial implementation, inefficient for large data sets but produces balanced Merkle Tree tree)