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

Currently, when making a connection request (with mediation), two messages are sent simultaneously - one to the mediator, to update the mediator's routing records (the mediator can potentially accept or...

See https://hackmd.io/BnrTas1gQ3aC_-qP7G-Rcg?view#Tickets Add support for the new `defintion.py` format with explicit plug-in feature description.

I am following this site: https://github.com/hyperledger/aries-cloudagent-python/blob/main/demo/AliceWantsAJsonCredential.md to Issue and verify JSON-LD credentials using ACA-PY (Faber-Alice setup) using Swagger API end points. JSON-LD credential issue is working fine and I am...

When an issuer attempts to concurrently issue many AnonCreds to a holder, using a revocable credential definition, duplicate cred_rev_id's can be created, leading to revocation of those credentials becoming impossible,...

bug
help wanted
AnonCreds

First release candidate for 0.12.7 LTS release. Adds only the LTS publishing job.

So, I'm quite pissed off at myself but I was looking at adding the distributed lock to the old credx issuance and noticed the problem with the index wasn't reproducing....

When revoking many credentials (batching them and publishing once), we can see significant inefficiencies in the AnonCreds revocation manager. Essentially, there is a "quadratic inefficiency" (scales by order N²) baked...

If you start up multiple instances of the agent on a fresh DB with posgres storage the askar store will get a race condition with causes the agent to fail....

**Context:** In the current ACA-Py multi-tenant setup, the only way for a subwallet to obtain its JWT token is via the endpoint: **POST /multitenancy/wallet/**{wallet_id}/token However, this endpoint is protected by...

bug
High Priority

When creating a connection with `handshake_protocols = ["https://didcomm.org/didexchange/1.1"]`, the events for the tenant that creates (initiates) the connection contain the "long-form" of the DIDs for the `their_did` and `my_did` fields....