-
Notifications
You must be signed in to change notification settings - Fork 515
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
feat: Integrate AnonCreds with W3C VCDI Format Support in ACA-Py #2861
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c3d2ee5
Add support for vc_di credential issue
tra371 833ca79
Copy code & cleanup
sarthakvijayvergiya 9b275cf
Fixed test_routes.py
sarthakvijayvergiya 4d2fa96
Update vc_di test cases
sarthakvijayvergiya cd599f4
fix linting
sarthakvijayvergiya af1ed2b
linting & code formatting
sarthakvijayvergiya faf3cdd
linting
sarthakvijayvergiya a32f225
fix test_create_credential_vcdi
sarthakvijayvergiya 9ded95b
fix store cred
sarthakvijayvergiya 53c24eb
Fix issuance date & proof web request
supersonicwisd1 6a9ee84
resolve comments & restructure vc_di models
sarthakvijayvergiya c911dfc
update todo comments
sarthakvijayvergiya 74a0c0b
Allow option to switch cred type in demo and integration tests
ianco 48bd2fb
Merge pull request #35 from ianco/feat/w3c-implementation
sarthakvijayvergiya e916bf1
Fix import & added proof legacy request
sarthakvijayvergiya ffd3552
Merge branch 'main' into feat/vc-di
sarthakvijayvergiya 7f1f202
Merge branch 'main' into feat/vc-di
sarthakvijayvergiya 8198f47
fix comments
sarthakvijayvergiya 8adbea8
Merge branch 'main' into feat/vc-di
ianco 0e984e6
fix entropy validation
sarthakvijayvergiya d0778a2
fix test
sarthakvijayvergiya d758e98
fix vc_di-issued credential proof request
sarthakvijayvergiya 6704a2f
Merge branch 'main' into feat/vc-di
ianco 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
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
Empty file.
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.
I'm a bit confused what this is doing? If it is processing a cred_w3c credential wouldn't it have, and use, a return value?
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.
We receive a W3C credential, but then we have to convert to an Indy credential to store. So, we have to process the W3C credential before we can convert to Indy format, but we don't store the W3C version of the credential explicitely.