Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 295 Bytes

CHANGELOG.md

File metadata and controls

13 lines (7 loc) · 295 Bytes

Changelog

1.0.4

  • Added StandardMerkleTree.verifyMultiProof static method.

1.0.3

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

1.0.2

  • Added StandardMerkleTree methods verify and verifyMultiProof.