Skip to content

Releases: iden3/go-circuits

v2.4.0

16 Sep 16:05
9818daf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

19 Jun 13:56
990751c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.3.0

v2.2.1

18 Apr 19:03
4cfb7fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

01 Apr 14:15
a7ae721
Compare
Choose a tag to compare

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

29 Feb 19:39
ca562ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1 Support V3 beta circuit

04 Jan 14:45
8450ece
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

10 Aug 10:34
b6a042e
Compare
Choose a tag to compare

What's Changed

  • Upgrade github.com/iden3/go-iden3-core to v2 and dump self version to v2 by @olomix in #69

Full Changelog: v1.0.3...v2.0.0

v1.0.3

28 Apr 11:26
d006d37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

Release 1.0.2

08 Feb 11:14
8f04f52
Compare
Choose a tag to compare

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

15 Sep 12:38
Compare
Choose a tag to compare
IDEN-486 Update atomic query sig onchain Smt adapter to work with nul…