Releases: iden3/go-circuits
Releases · iden3/go-circuits
v2.4.0
v2.3.0
What's Changed
- add privado chain (bump go-iden3-core) by @volodymyr-basiuk in #87
Full Changelog: v2.2.1...v2.3.0
v2.2.1
v2.2.0
What's Changed
- Query.Values could be nil for V3 circuits by @olomix in #83
- Do not require the array of nil-pointer Queries for multi-query inputs by @olomix in #82
- bump core to 2.1.0 by @vmidyllic in #85
- validate linked multi query by @olomix in #84
Full Changelog: v2.1.0...v2.2.0
v2.1.0 v3 circuits beta1
What's Changed
- Feature/linked circuits by @volodymyr-basiuk in #78
- add valueArraySize input to v3 circuits by @volodymyr-basiuk in #80
Full Changelog: v2.0.1...v2.1.0
v2.0.1 Support V3 beta circuit
What's Changed
- Feature/support sig mtp joined circuit by @ilya-korotya in #70
- Support sig mtp joined onchain circuit by @ilya-korotya in #71
- add nullify and linkNonce/linkID to v3 by @volodymyr-basiuk in #72
- fix chellenge input for v3 on-chain by @volodymyr-basiuk in #74
- rename verifierSessionID to nullifierSessionID by @volodymyr-basiuk in #75
- rename circuit v3 to CredentialAtomicQueryV3-beta.0 by @volodymyr-basiuk in #76
New Contributors
- @volodymyr-basiuk made their first contribution in #72
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.0.3
What's Changed
- update deps by @ilya-korotya in #67
- Switch to Apache 2.0 / MIT licenses by @OBrezhniev in #68
Full Changelog: v1.0.2...v1.0.3
Release 1.0.2
Wrappers supports:
- VerifiableCredentials
- Private profiles
- Global identity state tree (GIST)
- New on-chain SIG|MTP circuits
- Separate circuits for off-chain and on-chain verifications
- New query operation
$ne
not equal - Default tree size has been changed to 40 levels
v1.0.1-alpha.1
IDEN-486 Update atomic query sig onchain Smt adapter to work with nul…