Skip to content

merkle-patricia-tree v4.2.1

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 19 Aug 07:38
· 1937 commits to master since this release
3d9774d

Bug Fixes

  • Better error checking for invalid proofs with a differentiation on proofs of non-existence (Trie.verifyProof() returns null) and invalid proofs where Trie.verifyProof() will throw, see README section for further details, PR #1373

Maintenance

  • Remove use of deprecated setRoot, PR #1376

Included Source Files

Source files from the src folder are now included in the distribution build, see PR #1301. This allows for a better debugging experience in debug tools like Chrome DevTools by having working source map references to the original sources available for inspection.