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 315 aries-cloudagent-python issues
Sort by recently updated
recently updated
newest added

As the verifier it is impossible to complete a present proof 2.0 transaction without the `--preserve-exchange-records` flag. When the webhook confirming a proof request has been completed acapy will already...

Related to #2991; this issue tracks our intent to be able to use verification method ids to sign JSON-LD credentials. Support for identifying keys by verification method ID was recently...

Initial changes to test with pipelines

Creating this PR to add the LTS (Long Term Support) Release Strategy for Aca-py releases. This closes https://github.com/hyperledger/aries-cloudagent-python/issues/2993 The following are the summary of changes. 1. Releases section added to...

We want the next release to run on a long term supported python version such as 3.12 or possibly 3.13. This involves upgrading the python version in pyproject.toml and the...

Developers using ARM based MACs commonly run into issues running the ACA-Py demos (and other scripts). The underlying reason is ACA-Py does not fully support the ARM architecture due to...

![image](https://github.com/hyperledger/aries-cloudagent-python/assets/31809382/3564c860-5c83-475c-8376-58e1cfb177ab) None of the endpoints for the holders credentials are using the anoncreds registry when the holder has an anoncreds wallet type.

AnonCreds

Initial attempt at adding VCDM 2.0 issuance with `ED25519Signature2020` proof type. Will add a couple test cases. What are opinions regarding if the credential models/schemas should be bundled into the...