Bryce McMath

Results 41 comments of Bryce McMath

Possibly caused by credential metadata being updated when the revocation notice is seen on the `CredentialDetails` screen, which in turn causes the `CredentialExchangeRecord.updatedAt` property being changed (and thus the position...

Tested in the latest build, not happening anymore

Can no longer reproduce this issue, closing

Thank you for your prompt response! >Doing a double query: first by the legacy one and then by the did:indy one. This will not be that efficient because we'll need...

I love it. Would that be an easy change for you guys to make or would you prefer the Bifold team take a swing at it first?

Still getting no records with the updated query. Here's what the query ends up looking like: ``` "$or": [ { "anonCredsRevocationRegistryId": "M6dhuFj5UwbhWkSLmvYSPc:4:M6dhuFj5UwbhWkSLmvYSPc:3:CL:612088:student_card:CL_ACCUM:5f6b196c-2051-4c30-92e1-e22af703ba8f", "anonCredsCredentialRevocationId": "14", "connectionId": "c8b60a89-4849-4697-9d8b-326e1f1ddc5c" }, { "anonCredsRevocationRegistryId": "M6dhuFj5UwbhWkSLmvYSPc:4:M6dhuFj5UwbhWkSLmvYSPc:3:CL:612088:student_card:CL_ACCUM:5f6b196c-2051-4c30-92e1-e22af703ba8f",...

@TimoGlastra please let me know if you see anything odd about the above that could cause no records to be found

Just tried one of the approaches suggested; removing the `(isIndyDid(issuerId)` from [here](https://github.com/openwallet-foundation/credo-ts/blob/88767cf2667d683448cce0c302dc818c7ae11450/packages/anoncreds/src/utils/w3cAnonCredsUtils.ts#L202), keeping the other change from this PR as well (or query). It still unfortunately did not find the...

I have one comment above just asking if we need an extra addition but as it is currently revocation works! Thank you all for your help this far. Safe to...

Oh one other question. Will this only solve the problem for newly issued credentials, credentials issued with AFJ 0.4.2 will still fail revocation, no?