Skip to content

Releases: celestiaorg/nmt

v0.3.1

29 Mar 19:21
ddcc720
Compare
Choose a tag to compare

What's Changed

  • Fix nasty append bug that caused 'min' namespace id modifications by @Wondertan in #30

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 Mar 13:53
babfaf9
Compare
Choose a tag to compare
  • Change Push method signature: #27
  • Implement Equal for IntervalDigest: #28

v0.2.1

14 Mar 17:41
e0a317a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Feb 21:09
b22170d
Compare
Choose a tag to compare
Restructure code to expose the internal hasher: (#19)

* restructure code to expose the internal hasher:

 - expose NmtHasher API s.t. it can be used to construct and use NMT Hashsers externally (e.g. for IPLD multihashers)
 - Add two functions Sha256Namespace8FlaggedLeaf, Sha256Namespace8FlaggedInner whose signature matches regular hash functions that simplify the above even further

* fix bug/typo and minor doc improvements

* Some sanity checks as tests

v0.1.0

18 Jan 16:06
6e8a6a5
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Merge pull request #16 from lazyledger/ismail/add_node_visitor

Add possibility to traverse inner nodes