Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 371 Bytes

CHANGELOG.md

File metadata and controls

17 lines (9 loc) · 371 Bytes

Changelog

1.0.5

  • Make processMultiProof more robust by validating invariants.

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.