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

This PR is intended to supersede #3138 by adding a default verification method selection strategy for all DID methods. This strategy relies on proof type and proof purpose to select...

:sparkles: Adds `order_by` and `descending` options to paginated scan or fetch_all methods ❗ This PR is waiting for next official Askar release :construction: At present, uses TestPyPI package to test...

I am experiencing an error with out-of-band protocol while self issuing a credential. ### Step to reproduce the error: 1. Create credential offer for out-of-band. 2. Create out-of-band invitation. 3....

As noted by @PatStLouis in the [20240917]() ACA-Pug meeting, when the `--seed` option is used as a startup parameter, a key is created along with a `did:sov` DID that uses...

How I break the revocation registry: - So I issue 25 credentials to a holder (from one issuer to one holder) all from the same `cred_def`. - I then try...

Latest Update: 2024.10.09 This description will evolve as the transition of ACA-Py into the [OpenWallet Foundation] (OWF) and the transfer of the repo (now done) is made operational. Bookmark this...

After the swap to using decorators to delineate routes accessible by tenants and routes accessible by admins, the ability to grant access to the base wallet to additional routes was...

This PR Removes the deprecated connections protocol. In addition to the message handlers and routes, this also means: - CLI flags relating to connections protocol removed. - References to specific...

This PR removes Issue Credential v1 and Present Proof v1. This is a rough cut of these changes that will need to be further refined. Notes on sharp edges to...

I think the author endorser code prevents the author from performing some operations that are actually permitted by the network. As it stands, every operation that can generate a transaction...