Releases: iden3/go-merkletree-sql
Releases · iden3/go-merkletree-sql
v2.0.6
What's Changed
- Fix depth calc in NewProofFromData by @OBrezhniev in #21
Full Changelog: v2.0.5...v2.0.6
v2.0.4
What's Changed
- Switch to Apache 2.0 / MIT licenses by @OBrezhniev in #18
Full Changelog: v2.0.3...v2.0.4
v2.0.3
v2.0.2
What's Changed
- update go-merkletree-sql to master by @ilya-korotya in #10
- fix path to sub modules by @ilya-korotya in #11
- Update deps by @OBrezhniev in #15
Full Changelog: v2.0.0...v2.0.2
v2.0.0
Merge pull request #9 from iden3/feature/add-pgx-driver add pgx driver; move to version v2
v1.0.2
version v1.0.1
Backward incompatible changes
NewHashFromBigInt
returns an error if Int is not in the field.- Two methods of
Hash
type are removed:Bytes
andNewHashFromBytes
.
v1.0.0-pre9
Proof json marshaller/unmarshaller and constructor from raw data (#5) Proof json marshaller/unmarshaller and constructor from raw data
db/sql/v1.0.0-pre9
Update sql module deps
v1.0.0-pre8
Update deps