Releases: iden3/go-iden3-core
Releases · iden3/go-iden3-core
v1.0.2
What's Changed
- Switch to Apache 2.0 / MIT licenses by @OBrezhniev in #451
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Update go-iden3-crypto and bump go version by @OBrezhniev in #449
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Fix IDFromInt
What's Changed
Full Changelog: v0.0.18...v0.1.0
Fix incorrect interpretation of position flags
Now when flags are invalid we return an error instead of PositionNone on GetIDPosition
What's Changed
- return error with invalid flags by @ilya-korotya in #426
Full Changelog: v0.0.17...v0.0.18
Add API to get ID position
GetIDPosition() returns IDPositionNone / IDPositionIndex / IDPositionValue
What's Changed
- IDEN-298 add subject position to claim by @ilya-korotya in #425
Full Changelog: v0.0.16...v0.0.17
New schema method. Fix schema hash
Feature/schema big int (#424) NewSchemaHashFromInt func added SchemaHash BigInt Fix Set/Get schema from claim
IDFromBytes add
v0.0.15 Add IDFromBytes function (#423)
Update core functions
!Not backward compatible
Core interfaces changed
Get rid of Merkle dependency
- Rename type DataSlot to ElemBytes
- Remove dependency on go-merkletree-sql
Backward compatibility is broken.