Skip to content

Releases: pokt-network/smt

v0.13.0

22 Aug 17:52
21ea863
Compare
Choose a tag to compare

What's Changed

  • [Performance] Investigate and decrease RAM usage - add pebble kvstore by @okdas in #52

New Contributors

  • @okdas made their first contribution in #52

Full Changelog: v0.12.0...v0.13.0

v0.12.0

17 Jul 12:25
v0.12.0
3de80fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0

v0.11.1

14 Jun 03:56
ea585c6
Compare
Choose a tag to compare

What's Changed

  • [Misc] Integration fixes after the v0.11.0 release by @Olshansk in #49

Full Changelog: v0.11.0...v0.11.1

v11.0

14 Jun 01:09
0f26ad0
Compare
Choose a tag to compare

What's Changed

  • [Cleanup] Partial cleanup & refactor of different parts of the codebase by @Olshansk in #44
  • [Leaf Counter] Adding a cryptographically secure non-empty leaf counter by @Olshansk in #46
  • [Audit] Add Thesis Defense audit report by @Olshansk in #48

Full Changelog: v0.10.2...v0.11.0

v0.10.2

11 Apr 23:38
Compare
Choose a tag to compare

Introduce TrieSpec options

v0.10.1

11 Apr 21:25
Compare
Choose a tag to compare

Same as v0.10.0

v0.10.0

11 Apr 20:59
Compare
Choose a tag to compare

MerkleRoot: Fix Documentation Sum function signature

09 Jan 20:56
Compare
Choose a tag to compare

Overview

  • Changes the function signature for the MerkleRoot Sum method in the docs s/sumTrie bool//g

Full Changelog: v0.9.1...v0.9.2

MerkleRoot: Fix SMT Database Documentation

09 Jan 20:37
Compare
Choose a tag to compare

Overview

Fix documentation accidentally deleted around the SimpleMap and BadgerDB from docs/smt.md

Full Changelog: v0.9.0...v0.9.1

MerkleRoot

09 Jan 20:28
d16ac8d
Compare
Choose a tag to compare

Overview

The Root methods now return the MerkleRoot type that is an alias for the []byte type and works in its place. However it has the Sum method, that extracts the sum from MerkleRoot generated by the SMST, and panics otherwise.

What's Changed

  • [Enhancement] Add MerkleRoot type alias for []byte with Sum method by @h5law in #37

Full Changelog: v0.8.2...v0.9.0