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 adds the connection IDs of the mediated connections. This should make it easier to trigger the next step in a flow (i.e. accept a connection request for one...

Hi, My requirement is to deploy the aries-cloudagent:py36-1.16-1_0.7.4 image in openshift. For this I have created a wrapper image and trying to deploy without docker compose in openshift. But condition...

In aca-py 0.7.4, If agent disclose a multi-use invitation for all invitee, When the number of connections increases, the return records of Askar's SCAN_QUERY grow proportionally. As a result, In...

This pull request contains all the rework that we, as IBM Research, have done on `aries-cloudagent-python` (also known as ACA-Py) with a view to achieve *ledger agnosticism*. The biggest problem...

Work is happening to enable the use of ACA-Py on ledgers (or more accurately, VDRs) other than Indy. Such support also enables the use of "did:indy". To do this, enable:...

Create a documentation website for ACA-Py that provides both a useful structure for the documentation, adds introductory material to organize the information for different audiences and incorporates the many existing...

The [service](https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/protocols/out_of_band/v1_0/messages/service.py) object which is used to advertise a service endpoint in an OOB invitation aligns with [RFC 0067](https://github.com/hyperledger/aries-rfcs/tree/main/features/0067-didcomm-diddoc-conventions) and the [DID spec](https://w3c.github.io/did-core/#services). The [service decorator](https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/messaging/decorators/service_decorator.py) which was added in...

Signed-off-by: Ian Costanzo Addresses https://github.com/hyperledger/aries-cloudagent-python/issues/1929

Make use of the [Aries Load Generator](https://github.com/My-DIGI-ID/aries-cloudagent-loadgenerator) to run tests with plain ACA-Py, and ACA-Py using Redis and Kafka for persistent queues. The executed tests should be identical across all...