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.
Resolves #2865 This PR removes all components and tests referencing the Indy SDK library. This was accomplished by working through each module depending on the library, removing it, and then...
Have added an option to demo to upgrade in multi-tenant mode (non-multi-tenant mode currently requires restart --> see below). Also added an integration test for multi-tenant mode that does object...
Adds a migration guide controllers to upgrade to anoncreds.
On the ACA-PUG call on 2024-04-16, one topic of discussion was that there is a gap in our testing strategy. We go through a process of merging changes and bug...
Using a controller to upgrade an agent or tenant to anoncreds needs specific instructions for the effected endpoints, payload changes and triggering the upgrade. This should be done in a...
I wanted to make a mental map of key features the community will want to see in post 1.0 release efforts. Some of these were discussed in meetings but I...
This [issue](https://github.com/openwallet-foundation/credo-ts/issues/1789) of credo-ts also exists in ACA-Py. >It's been observed that generating DIDs for did:peer:2 with a service endpoint type of DIDCommMessaging, the serviceEndpoint follows the format of the...
I am working on issuing credential on multi-ledger setting. I create two ledger and both ledger integrate with the same tails-server. The scenarios is issuer (on ledger1) issue a credential...
The jsonld set of endpoints are marked as deprecated. Are we planning to remove them before the 1.0 release? Before doing so there's one important feature we should preserve to...
`POST /mediation/update-keylist/{conn_id}` can create a DID if one does not exist for a connection. The goal of this was to enable the controller to ensure the keys associated with a...