Releases: pokt-network/smt
Releases · pokt-network/smt
v0.13.0
v0.12.0
What's Changed
- refactor: MerkleRoot#Sum() as MerkleRoot#MustSum() by @bryanchriswhite in #50
- [Code Health] refactor: SMST#Root(), #Sum(), & #Count() by @bryanchriswhite in #51
New Contributors
- @bryanchriswhite made their first contribution in #50
Full Changelog: v0.11.1...v0.12.0
v0.11.1
v11.0
v0.10.2
v0.10.1
v0.10.0
MerkleRoot: Fix Documentation Sum function signature
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
Overview
Fix documentation accidentally deleted around the SimpleMap and BadgerDB from docs/smt.md
Full Changelog: v0.9.0...v0.9.1
MerkleRoot
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
Full Changelog: v0.8.2...v0.9.0