v0.2.0
What's Changed
- Check for all returned errors by @jsign in #396
- Proof generation panic bug by @jsign in #398
- proof: absent key proof doesn't verify by @jsign in #400
- LeafNode Copy() fix by @jsign in #403
- proof: fix copying slice bug by @jsign in #405
- tree: getproofitems replace children with resolved node by @jsign in #404
- proof: fix statediff copy bug by @jsign in #406
- remove post-state openings in proof by @jsign in #407
- mod: update go-ipa by @jsign in #408
- proof: check poas slice usage exhaustion by @jsign in #410
- rename InsertStem and GetStem by @gballet in #411
- Fix proof generation and verification code by @jsign in #412
- fix: typo of NewLeafNodeWithNoComms( ) by @agnxsh in #420
- test: add random tree operation tests by @weiihann in #419
- refactor(tree): use const and type declaration by @weiihann in #421
- TreeFromProof test hardening by @jsign in #356
- Fix Delete(...) early return by @jsign in #425
- mod: rename module to new location by @jsign in #426
- chore: Add
HashPointToBytes
method by @kevaundray in #428 - chore!: Rename
StemFromBytes
toStemFromLEBytes
by @kevaundray in #427 - mod: update go-ipa by @jsign in #429
- remove always true check by @mask-pp in #436
- special serialization for EoAs by @gballet in #432
- Move DeserializeAndVerifyVerkleProof to go-verkle by @gballet in #444
- add DeleteAtStem command for state rollbacks by @gballet in #446
- ci: improvements by @jsign in #451
- ci: remove replay workflow by @jsign in #450
- add proof Equal methods by @jsign in #458
New Contributors
- @agnxsh made their first contribution in #420
- @weiihann made their first contribution in #419
- @mask-pp made their first contribution in #436
Full Changelog: v0.1.0...v0.2.0