aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments.

Results 427 aries-cloudagent-python issues
Sort by recently updated
recently updated
newest added

Please use the https prefix for PIURI as the AcaPy default. We should be demonstrating the https prefix as the outgoing PIURI in the test harness.

Signed-off-by: Shaanjot Gill - The `RedisPlugins.md` documentation depends on the approval of [aries-acapy-cache-redis PR](https://github.com/Indicio-tech/aries-acapy-cache-redis/pull/9). Will take it out of draft once that PR is approved. - `run_docker` file has been...

When we create a credential offer with image, the image is repeated in following objects (dict) "credential_request", "cred_request", "credential_proposal", "cred_proposal", "credential_offer", "cred_offer", "credential_preview", "cred_preview", "values", "credentials~attach", "offers~attach" a Credential offer...

When providing a `--webhook-url` on startup, a trailing `/` seems to be added to the web hook requests. So if I provide `https://example.example` as the `--webhook-url` value, connection state changes...

Trying to build new issuer by aca-py docker image(py36-1.16-1_0.7.4) and seeing permission denied error. Could you please help? _**Error creating wallet 'issuerwallet': Error: IO error “in open shift .**_ `...

During the implementation we stumbled upon inability of a recipient to validate a credential offer. That happens because the `credentialStatus` fields is popped from the credential offer (see [here](https://github.com/sake/aries-cloudagent-python/blob/main/aries_cloudagent/protocols/issue_credential/v2_0/formats/ld_proof/handler.py#L506)). Later,...

Hello, in preparation for device-bound credentials as proposed in DIF Wallet Security I am looking into supported algorithms of the acapy. According to [this issue](https://github.com/hyperledger/aries-cloudagent-python/issues/1126) and [this documentation](https://github.com/hyperledger/aries-cloudagent-python/blob/main/JsonLdCredentials.md) W3C Credentials...

## Use Case We are experimenting, with how credentials could be visually distinguished from eachother. As an Idea we would like to transmit a small icon and potentially a hexcode...

From a discord chat: We see the delay occurring during connection creation which I believe does not use the author/endorser transaction flow. We see the delay in the inviter agent...

Currently an Author needs to use an "out of band" process to register their initial Public DID. The can's call the `POST /ledger/register-nym` endpoint because they don't yet have a...