-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AnonCreds Credentials using the W3C Standard - wrappers #273
Merged
swcurran
merged 28 commits into
hyperledger:main
from
DSRCorporation:anoncreds-wc3-wrappers
Jan 15, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fbc2ecf
W3C: Updated Python wrapper
Artemkaaas dfbca25
Added JS wrapper
Artemkaaas 6fb3c16
Updated wrappers
Artemkaaas 1bed31e
Added missing method to NodeJS wrapper
Artemkaaas 0e817d6
Fixes in Python and Node wrappers
Artemkaaas 2f97949
fix: Replace with w3c call, change order of enum variants
Abdulbois 19ca275
Python: Added classes for W3CCredentialOffer and W3CCredentialRequest
Artemkaaas 00d3a15
Reverted lerna version change
Artemkaaas 2b903fe
Run prettier
Artemkaaas c436949
Use `W3c` instead of capitalized `W3C`
Artemkaaas c276c2a
Use `W3c` instead of capitalized `W3C` in python wrapper
Artemkaaas e9e7229
Dropped redundant methods for non-anoncreds proof and offer/request c…
Artemkaaas 3e1f184
Added convert helper in node package
Artemkaaas a3ce38c
Clean up
Artemkaaas 7fed651
Merge branch 'anoncreds-w3c-format-changes' into anoncreds-wc3-wrappers
Artemkaaas 87312b5
Updated python wrapper
Artemkaaas d04299f
Updated JavaScript wrappers
Artemkaaas 189afbe
Merge branch 'anoncreds-w3c-format-changes' into anoncreds-wc3-wrappers
Artemkaaas 1c3c30b
Corrected context definition
Artemkaaas 67d456b
Returned rust version to 1.65.0
Artemkaaas 5094192
Fixed prettier error
Artemkaaas b39c2c8
Merge remote-tracking branch 'dsr/anoncreds-w3c-format-changes' into …
Artemkaaas 5648b15
Merge remote-tracking branch 'dsr/anoncreds-w3c-format-changes' into …
Artemkaaas f4b975c
Merge branch 'anoncreds-w3c-format-changes' into anoncreds-wc3-wrappers
Artemkaaas 65c7ca6
Renamed parameter from version to w3cVersion
Artemkaaas 93801c8
Merge remote-tracking branch 'dsr/anoncreds-w3c-format-changes' into …
Artemkaaas 9e6875d
Merge remote-tracking branch 'origin/main' into anoncreds-wc3-wrappers
Artemkaaas f0c2901
Fixed couple comments
Artemkaaas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not want to keep the examples?