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 create a document and the supporting artifacts (e.g. dockerfiles, docker-compose file, code updates) that describes how to run through the Alice-Faber demo using the [did:webvh plugin](https://plugins.aca-py.org/latest/webvh/). Ideally (but, of...

The AnonCreds library (https://github.com/hyperledger/anoncreds-rs) supports having multiple predicates on the same attribute, but that is prevented in ACA-Py. This could be added, to enable scenarios where a range proof is...

Currently the only DID method allowed to be set as public is `did:sov`. However, any resolvable DID with a endpoint service set (for making connection invites using public DID) should...

ACA-Py currently supports the bare minimum of DIDComm V2 communication (we respond with a problem report). The DIF is hosting an Interop-a-thon for DIDComm V2 before the end of the...

I have a lot of ideas for things that will improve ACA-Py -- and not from a "new feature" point of view, but from an "achieving stability" and "making things...

There are 3 AnonCreds model validators: ```py class AnoncredsCredDefId(Regexp): """Validate value against anoncreds credential definition identifier specification.""" EXAMPLE = "did:(method):3:CL:20:tag" PATTERN = r"^(.+$)" def __init__(self): """Initialize the instance.""" super().__init__( AnoncredsCredDefId.PATTERN,...

When multiple tenants simultaneously request a DIDExchange connection with an issuer's public DID, several unhandled exceptions are raised, causing all requested connections to fail. The handling logic and auto-complete flows...

bug

I am using `acapy-v1.2.0` and issuing a json-ld credential. Following is the payload for credential issuance. ``` { "connection_id": "8d6571c3-f738-458a-a57b-0c45ef8e3050", "comment": "", "auto_remove": false, "filter": { "ld_proof": { "credential": {...

The PR #1866 added support for a universal resolver flag, which allows Acapy to resolve more did methods. However, when receiving an out-of-band invitation, the agent currently expects one of...

The DID Resolver caches DID Resolution results for 3600 seconds or 1 hour. In a test environment, we've run into a scenario where a shorter TTL would have been convenient...