aries-cloudagent-python
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.
When public did is did:web , unable to verify INDY credenitials - ACA-Py version: 1.3.0 - Holder: BC Wallet (Mobile) - Issuer: ACA-Py agent (cloud) Askar Wallet Scenario - Verifier...
It may be useful to have regular load testing done of Aca-Py releases to check for performance changes between releases. It may also be interesting to load test different storage...
With the deprecation of the `askar` wallet type, we need to transition the majority (all?) of the tests that are currently using the `askar` wallet. We don't need to remove...
We should upgrade the project to use python 3.13 which has been available for some time and has various enhancements. Could even consider upgrading to 3.14. https://devguide.python.org/versions/#versions
Work in progress. Relates to #3894
### Description: - When a Verifier sends a proof request containing a predicate that the Holder's credential does not satisfy, the Holder agent still returns that credential in the **GET...
- In the current ACA-Py implementation, there's potential confusion around the their_role field across all connection states — not just during the request phase. ### Definitions[ (as understood from documentation)](https://github.com/decentralized-identity/aries-rfcs/blob/25464a5c8f8a17b14edaa4310393df6094ace7b0/features/0160-connection-protocol/README.md#:~:text=Connection%20uses%20two,the%20share%20phase.):...
The public did configuration set either by the api via `/wallet/did/public` has wide reaching implications. It was created when acapy had a single did method and was the default for...
When a holder declines a credential offer, the webhook behavior differs between connection-based and OOB credential offers. **Environment**: - ACA-Py version: 1.3.0 - Holder: BC Wallet (Mobile) / Cloud Wallet...