Skip to content

Releases: OpenZeppelin/merkle-tree

v1.0.8

19 Feb 13:01
87caafd

Choose a tag to compare

  • Remove dependencies with advisories.

v1.0.7

15 Jul 11:55
31c37cf

Choose a tag to compare

  • Added SimpleMerkleTree class that supports bytes32 leaves with no extra hashing.
  • Support custom hashing function for computing internal nodes. Available in the core and in SimpleMerkleTree.
  • Add length and at() (leaf getter) to StandardMerkleTree and SimpleMerkleTree.

v1.0.6

28 Jan 13:03
0d55cb0

Choose a tag to compare

  • Added an option to disable leaf sorting.

v1.0.5

22 Jun 20:09

Choose a tag to compare

  • Make processMultiProof more robust by validating invariants.

v1.0.4

20 Mar 18:22

Choose a tag to compare

  • Added StandardMerkleTree.verifyMultiProof static method.

v1.0.3

15 Mar 23:44

Choose a tag to compare

  • Added StandardMerkleTree.verify static method for verification of a proof for given root, leaf, and leaf encoding.

v1.0.2

12 Jan 13:39

Choose a tag to compare

  • Added StandardMerkleTree methods verify and verifyMultiProof.

v1.0.1

05 Nov 19:41

Choose a tag to compare

1.0.1

v1.0.0

01 Nov 22:51
6c4aab5

Choose a tag to compare

v1.0.0