-
Notifications
You must be signed in to change notification settings - Fork 200
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: add getRequestedCredentialsForProofRequest #1028
feat: add getRequestedCredentialsForProofRequest #1028
Conversation
Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
Codecov Report
@@ Coverage Diff @@
## 0.3.0-pre #1028 +/- ##
==========================================
Coverage 88.23% 88.23%
==========================================
Files 637 637
Lines 15092 15096 +4
Branches 2542 2542
==========================================
+ Hits 13316 13320 +4
Misses 1678 1678
Partials 98 98
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Could you add a test for this flow?
Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
Comments resolved, a new e2e test added, yarn.lock corrected. |
Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
…foundation#1028) Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
The method getRequestedCredentialsForProofRequest was present in the API before the PPV2 code was merged but somehow got lost.
It has been restored in this PR