Skip to content

Commit 773e911

Browse files
authored
Merge pull request #2374 from input-output-hk/curiecrypt/module-merkle-tree
Organize STM code - Merkle Tree Module
2 parents 81e90f7 + 7ebdea6 commit 773e911

File tree

10 files changed

+852
-801
lines changed

10 files changed

+852
-801
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-stm/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.3.41 (20-03-2025)
9+
10+
### Added
11+
12+
- Added a `merkle_tree` module and Merkle tree functionality covered by its submodules:
13+
- Module `leaf`: Includes structure `MTLeaf` and its implementation.
14+
- Module `path`: Includes structures `Path` and `BatchPath` and their implementations.
15+
- Module `commitment`: Includes structures `MerkleTreeCommitment` and `MerkleTreeCommitmentBatchCompat` and their implementations.
16+
- Module `tree`: Includes structure `MerkleTree` and its implementation.
17+
818
## 0.3.40 (18-03-2025)
919

1020
### Changed

mithril-stm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-stm"
3-
version = "0.3.40"
3+
version = "0.3.41"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
homepage = { workspace = true }

0 commit comments

Comments
 (0)