merkle-patricia-tree v4.2.1
holgerd77
released this
19 Aug 07:38
·
1937 commits
to master
since this release
Bug Fixes
- Better error checking for invalid proofs with a differentiation on proofs of non-existence (
Trie.verifyProof()
returnsnull
) and invalid proofs whereTrie.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.