Skip to content

Releases: iden3/go-iden3-core

v2.2.1 - FIX: schema from short integers

18 Apr 18:50
51634fe
Compare
Choose a tag to compare

What's Changed

  • fix getting SchemaHash from int for short ints by @olomix in #462

Full Changelog: v2.1.0...v2.1.1

v2.1.0

01 Apr 08:48
482d12f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.1.0

v2.0.4

01 Feb 10:13
56c19c5
Compare
Choose a tag to compare

What's Changed

  • Add NetworkByChainID function to return network and blockchain for registered ChainID by @olomix in #460

Full Changelog: v2.0.3...v2.0.4

v2.0.3

19 Dec 14:22
dbeb810
Compare
Choose a tag to compare

What's Changed

  • Add errors to register the same values to DID Method, ChainID, Network Flag by @Kolezhniuk in #459

Full Changelog: v2.0.2...v2.0.3

v2.0.2

13 Dec 10:34
28c3feb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

12 Dec 12:22
f4fd2e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...v2.0.1

v2.0.0

02 Aug 13:01
7ea12c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...2.0.0

v1.0.2

25 Apr 14:35
3a5bf00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Mar 13:26
394b020
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Feb 18:04
ce71453
Compare
Choose a tag to compare
  • Added DID support
  • Added merklized flag to the core claim structure
  • Breaking change!!! Changed checksum calculation. Changed base DID implementation.