Quintor / StudyBits

Apache License 2.0
6 stars 5 forks source link

Bug: Anoncreds cannot find Claims that prove a ClaimRequest #64

Closed PJUllrich closed 6 years ago

PJUllrich commented 6 years ago

The call to Anoncreds.proverGetClaimsForProofReq in Prover.fulfillProofRequest in Indy-Wrapper does not give back a list of claims that match the ClaimRequest criteria. For now, we can prove ClaimRequest with self attested attributes, but in the long run, this data should come from the Claims.

pimotte commented 6 years ago

Fix: https://github.com/Quintor/StudyBits/commit/5d0bd01e9b73821c7759728f330d6915d4705347

PJUllrich commented 6 years ago

Fixed #66