Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 1.09 KB

CHANGELOG

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1 (2025-01-13)

  • #716 Poseidon2-based Merkle Tree available.

0.2.0 (2024-10-21)

  • #692 Major refactor for ergonomics reason
    • MerkleProof now doesn't contain leaf information. Proofs should be verified along with claimed index and element information.
    • Merkle proof verification proof APIs now takes MerkleCommitment instead of simply a root digest value. It can now be called without instantiating an actual Merkle tree struct.
    • Deprecate namespace Merkle tree for now because it's no longer in use.
  • #685 Include a keccak256 Merkle trees in prelude

0.1.0

  • Initial release.
  • Various (including namespace) Merkle tree trait definitions and implementations.
  • Turn on gadgets for circuit implementations.