-
Notifications
You must be signed in to change notification settings - Fork 516
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
Integrate Anoncreds rs into credential and presentation endpoints #2632
Integrate Anoncreds rs into credential and presentation endpoints #2632
Conversation
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
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.
LGTM! A lot of copy-pasted code, of course, but as we've discussed, this is a necessary step to keeping the AnonCreds RS changes isolated until ready for use. Especially since we anticipate deprecating and removing the original handlers in favor of the new anoncreds handlers, which will eliminate the duplication.
Incorporate the new
askar-anoncreds
wallet type into the Credential and Presentation (V2.0
only!) endpoints. Update demo and integration tests and add a document.Revocation support (for anoncreds) is still outstanding, this is the next task.