Skip to content

Releases: jharrilim/merkletree-js

MerkleTree Release 1.1.0

27 Dec 04:05
Compare
Choose a tag to compare

Added:

  • Performance optimizations to tree building algorithm
  • Ability to check tree state from the last time the root was calculated
  • Merkle root caching which makes use of said state
  • Documentation
  • Tests

MerkleTree Release 1.0.0

26 Dec 23:41
900c56f
Compare
Choose a tag to compare

Contains basic functionality for a fully working Merkle Tree.