We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f611e commit ee103ecCopy full SHA for ee103ec
CHANGELOG.md
@@ -1,9 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+- Added `SimpleMerkleTree` class that supports `bytes32` leaves with no extra hashing.
6
+- Support custom hashing function for computing internal nodes. Available in the core and in `SimpleMerkleTree`.
7
8
## 1.0.6
9
10
- Added an option to disable leaf sorting.
-- Added `SimpleMerkleTree` class that supports `bytes32` leaves with no extra hashing.
11
12
## 1.0.5
13
0 commit comments