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

The purpose of this PR is to add basic DIDComm V2 support to ACA-Py. It is our intention to add support gradually with small PRs, rather than one massive PR....

Scenario: - a verifier posts an IndyProofRequest to a holder using `/present-proof-2.0/send-request` - the verifier's proof request specifies: `non_revoked: to: ` - the prover responds to this presentation (by posting...

The integration tests on PR currently take a very long time (~ 1hr). We should have a better idea about what tests have have overall, which ones need to be...

Hi there, The documentation states that ACA-py can be configured via Environment Variables and that all command line arguments have an ENV equivalent. I have converted all my CLI arguments...

Currently there are many images available in GHCR repo and there is no documentation where we can find stable images/versions for use. The previous major version images still has vulnerabilities,...

Next up on the list of improvements that nobody asked for :-) faster uuid generation! I noticed in the StorageRecord class that a new uuid4 is always generated when one...

Following the discussions in PR #2348, here's my suggestion to add an optional field to specify a verkey to use when querying the wallet for the `didInfo` used in issuing...

This PR adds a `--no-transport` startup parameter for making the agent start without requiring the `--enpoint`, `--inbound-transport` and `--outbound-transport` to be set. The idea was shared during an aca-pug meeting...