George Mulhearn
George Mulhearn
Hey @swcurran what's the status on this issue? I noticed the PR is merged: https://github.com/hyperledger/anoncreds-rs/pull/291, also noticed that RFC0809 implies that the anoncreds w3c data model has switched to use...
Will give this one a go
`HolderV2` with `HyperledgerIndyHolderCredentialIssuanceFormat` works with aca-py for receiving anoncreds via issue-credential-v2; just manually tested it
We do have some existing "demos" in the `tests` directory i think. But IMO they are not very accessible. open to suggestions
Forgot to post update after previous meeting: 1. we've decided to keep it as simple as possible. e.g. 2 files/binaries (alice and faber) which directly use aries_vcx (rather than via...
P.S. i'm happy to take on these issues in a single PR or in separate PRs (if we agree they are issues). would be good to fix while the new...
On My suggestion for request messages to not set the thread ID at all; I say this because connection protocol does not mention that the request message should/can set the...
~closing, as this seems to be fixed with the move to aries_vcx_ledger~ issue still present, but should be more easy to solve. mapping to unknown occurs here: https://github.com/hyperledger/aries-vcx/blob/main/aries/aries_vcx_ledger/src/errors/mapping_indyvdr.rs#L21
@Patrik-Stas this all matches my understanding! I think we _could_ generate on behalf of the user, not sure I can think of a use case where a user would care...
Owww interesting. I didn't realise that vdrtools would filter out creds based on predicates. I don't believe other implementations do (acapy credx, AFJ anoncreds), worth checking what the "norm" is....