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

Update the "legacy" proof request to search W3C format credentials. These will need to be converted (on-the-fly I guess) to legacy format to include in the proof. This will require...

AnonCreds

### Current Behaviour When calling `POST /multitenancy/wallet/XXXXX/remove` the wallet is being removed but the corresponding database still remains in the Postgres DB. When calling `GET /multitenancy/wallets` the wallet is not...

Good day We're noticing a regression in behavior from 0.11 to 0.12, and seems to still be present in the latest nightly build. In one of our proof request tests,...

Discuss

It's been reported that credo-ts version 0.5.3 expects the `did-rotate` attachment to be present oob connections. I'm not sure if credo-ts should not throw an error when the `did_rotate~attach` attachment...

The following description was copied from here; https://github.com/hyperledger/aries-cloudagent-python/issues/2256#issuecomment-1589168883 With ACA-Py it's possible to perform writes to the ledger when it's guaranteed one or more of the operations required will fail,...

A rekey feature was added a few months ago and works for standalone agents. However, in multitenancy mode rekey-ing the base wallet causes the subwallets to get a `AEAD decryption...

- Uses the trustdidweb-py library to implement the resolver. - Plugs the resolve endpoint and library into the base_resolver class for caching and future other resolution. - Sets up a...

This adds the ability to create a `did:indy` with transaction version 2 algorithm. https://hyperledger.github.io/indy-did-method/#nym-transaction-version. - It's created in a new /did/indy/create endpoint. If the controller tries to create it in...

Updates the revocation registry accum value in the local wallet when repairing the state (synchronizing) Refactor... https://github.com/openwallet-foundation/acapy/issues/3281

The `hangup` method in the DIDRotateManager is defined as follows: ```py async def hangup(self, conn: ConnRecord) -> Hangup: """Hangup the connection. Args: conn (ConnRecord): The connection to hangup. """ hangup...