We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Prover DID can be any did, for example did:peer:
"prover_did": "did:peer:2.Vz6MksjZKAGZbiZvWaXucPoxTpRa6U2QgaqvbrzPq9A2Kcwpu.SeyJpZCI6IiNkaWRjb21tLTAiLCJ0IjoiZGlkLWNvbW11bmljYXRpb24iLCJwcmlvcml0eSI6MCwicmVjaXBpZW50S2V5cyI6WyIja2V5LTEiXSwiciI6W10sInMiOiJodHRwOi8vaG9zdC5kb2NrZXIuaW50ZXJuYWw6ODAzMCJ9"
This currently fails validation, and should pass.
The prover_did doesn't need to be a DID at all, so we could potentially remove this validation completely.
prover_did
See openwallet-foundation/acapy#2714
The text was updated successfully, but these errors were encountered:
The validation is in anoncreds-rs? Ah…interesting.
Sorry, something went wrong.
The code is here: https://github.com/hyperledger/anoncreds-rs/blob/main/src/data_types/cred_request.rs
@assigned to @andrewwhitehead -- a high priority one to get completed and into a release.
andrewwhitehead
Successfully merging a pull request may close this issue.
Prover DID can be any did, for example did:peer:
"prover_did": "did:peer:2.Vz6MksjZKAGZbiZvWaXucPoxTpRa6U2QgaqvbrzPq9A2Kcwpu.SeyJpZCI6IiNkaWRjb21tLTAiLCJ0IjoiZGlkLWNvbW11bmljYXRpb24iLCJwcmlvcml0eSI6MCwicmVjaXBpZW50S2V5cyI6WyIja2V5LTEiXSwiciI6W10sInMiOiJodHRwOi8vaG9zdC5kb2NrZXIuaW50ZXJuYWw6ODAzMCJ9"
This currently fails validation, and should pass.
The
prover_did
doesn't need to be a DID at all, so we could potentially remove this validation completely.See openwallet-foundation/acapy#2714
The text was updated successfully, but these errors were encountered: