Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mrain committed Oct 21, 2024
1 parent 0b013bd commit 0e10f6c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions merkle_tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.0 (2024-10-21)

- [#692](https://github.com/EspressoSystems/jellyfish/pull/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.

## 0.1.0

- Initial release.
Expand Down
2 changes: 1 addition & 1 deletion merkle_tree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jf-merkle-tree"
version = "0.1.0"
version = "0.2.0"
description = "Various Merkle tree implementations."
authors = { workspace = true }
edition = { workspace = true }
Expand Down

0 comments on commit 0e10f6c

Please sign in to comment.