Skip to content

Releases: iden3/go-iden3-core

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.

Fix IDFromInt

21 Jun 12:05
07a6279
Compare
Choose a tag to compare

What's Changed

  • Fix IDFromInt for cases when bytes representation of Int is less than… by @olomix in #427

Full Changelog: v0.0.18...v0.1.0

Fix incorrect interpretation of position flags

19 May 10:42
ee449c3
Compare
Choose a tag to compare

Now when flags are invalid we return an error instead of PositionNone on GetIDPosition

What's Changed

Full Changelog: v0.0.17...v0.0.18

Add API to get ID position

12 May 13:17
309f7cd
Compare
Choose a tag to compare

GetIDPosition() returns IDPositionNone / IDPositionIndex / IDPositionValue

What's Changed

Full Changelog: v0.0.16...v0.0.17

New schema method. Fix schema hash

22 Apr 14:58
301fec8
Compare
Choose a tag to compare
Pre-release
Feature/schema big int (#424)

NewSchemaHashFromInt func added

SchemaHash BigInt

Fix Set/Get schema from claim

IDFromBytes add

19 Apr 11:51
09de5cb
Compare
Choose a tag to compare
IDFromBytes add Pre-release
Pre-release
v0.0.15

Add IDFromBytes function (#423)

Update core functions

12 Apr 09:09
02c6353
Compare
Choose a tag to compare
Update core functions Pre-release
Pre-release

!Not backward compatible
Core interfaces changed

Get rid of Merkle dependency

25 Mar 12:26
199bd22
Compare
Choose a tag to compare
  • Rename type DataSlot to ElemBytes
  • Remove dependency on go-merkletree-sql

Backward compatibility is broken.