-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade github.com/iden3/go-iden3-core to v2 and bump self version to…
… v2 (#62) * Upgrade github.com/iden3/go-iden3-core to v2 and bump self version to v2. * Upgrade go-iden3-core to latest version * Modify NewPathFromDocument function to support nested fields * Pass MerklizeOption[s] to MerklizeJSONLD * Add merklizer options to ParseClaim method * add Iden3StateInfo to resolvement info * Sync with did resolver driver (#72) * add stateContractAddress field to Vm * Make FieldPathFromContext method for Options (#74) * Slot serialization (#75) * Remove ParseSlots public method. Should use ParseClaim and get slots from there. * jsonSchemaBytes parameter is non-neded in ParseClaim, we get @serialization data from @context of the credential. * find a credential type not only looking at crentialSubject.@type, but also looking at top level @type field * drop credentialType parameter from ParseClaim method, it should be calculated from VerifiableCredential document * make struct ParsedSlots private * Rewrite GetFieldSlotIndex function to work with @serialization attribute in json-ld schema * Upgrade go version * Rename @serialization to iden3_serialization to prevent safe mode warning about reserved keys * return error is MerklizedRootPosition is set for non-merklized claims * Move DocumentLoader to loaders module* Update README * Negative and big integers (#76) * Handle negative and big numbers in merklizer --------- Co-authored-by: vmidyllic <[email protected]> Co-authored-by: Ilya <[email protected]>
- Loading branch information
1 parent
084196a
commit 72eb16c
Showing
31 changed files
with
1,277 additions
and
978 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.