-
This issue came up when testing with aca-py, with the new anoncreds-code. @swcurran provides the following background:
```
It should be updated in AATH. In the AnonCreds spec, we neutralized the…
ianco updated
10 months ago
-
```js
INFO: Creating agent with config {
"agentConfig": {
"label": "Testdemoongoing",
"walletConfig": {
"id": "Testdemoongoing",
"key": "[*****]",
"storage": {}
…
-
Pleaes update the ACA-Py dependencies to use the latest release of the AnonCreds RS library, https://github.com/hyperledger/anoncreds-rs/releases/tag/v0.2.0-dev.7.
Originally going to assign this t…
-
Hello,
I am running a mobile agent in React native with all the latest release versions except from aries-askar because it fails to build and when I try to create to register the schema definition…
-
When creating a W3C credential with both an anoncreds and eddsa signature, should we add the `id` property to the AnonCreds schema and cred def, or can we issue the anoncreds cred without the `id` pro…
-
At the moment this branch has diverged significantly from the main branch, and there are likely too many conflicts to merge it directly, so we need to look at how to merge the changes that are there i…
-
Hello,
I am currently working on an application that uses revocation functionality of indy-sdk,
Currently my ledger shows that a credential has been revoked by the issuer, but the c# client can …
-
When I create a W3c credential using AnonCreds RS and directly transform it into JSON, I get back the `credentialSubject` with string values for numbers (so `"height": "175"`).
However if i now con…
-
There is an issue with this currently failing integration test: `./run_bdd -t @T001-RFC0454-DID-PEER`. Resulting error is below.
The issue is:
The "prover_did" coming from the Holder need not b…
-
In the current implementation of the W3C credentials, there is a issue with the credential subject id property.
When converting a credential from JSON to a W3cCredential, the subject id property of…