-
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
Anoncreds post api object handling #3411
Conversation
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
This ones pretty small but would be good to get in. |
I get this error running on my local (askar issuer to anoncreds holder):
|
Has something to do with the anoncreds issuance PR that got merged just before this... Not sure why yet. |
Ahh. I didn't think the holder hit this code. Not sure why it wasn't caught by the other tests. I think I know how to fix it. |
Hmm. It's not what I thought originally. The askar issuer (alice) is sending an indy presentation request but getting back a presentation in anoncreds format from bob_anoncreds. It should be sending it in indy format. Not sure where it's happening though. This was tested in the anoncreds_issuance_and_revocation scenario as well. |
Quality Gate passedIssues Measures |
The required values in the anoncreds POST object need to declare them as required explicitly to get the desired response.