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

* Enabled handing presentation requests with indy **and** dif * Enabled handling presentation requests with requests for claims from different JSON-LD VCs (verifier has to create separate submission requirement groups...

My environment is like below: VM1, ubuntu 20, installed with OpenStack in a University, HL Aries version 0.7.2-rc0, Faber agent, and tails server for revocation handling. VM2, ubuntu 20, installed...

These are the cherry picks for Milestone 0.7.5 https://github.com/hyperledger/aries-cloudagent-python/milestone/6 - [X] https://github.com/hyperledger/aries-cloudagent-python/pull/1881 (Already Merged into https://github.com/hyperledger/aries-cloudagent-python/tree/hotfix/0.7.5) - [x] https://github.com/hyperledger/aries-cloudagent-python/pull/1940 - [X] https://github.com/hyperledger/aries-cloudagent-python/pull/1960 - [ ] https://github.com/hyperledger/aries-cloudagent-python/pull/1962

include `image_url` in out-of-band invitations. Signed-off-by: Pritam Singh

Current behaviour: The argparse `aries_cloudagent/config/argparse.py` defines the ACAPY_PROMOTE-AUTHOR-DID as an env var in ll. 1791. That is invalid when using an env file parsed to a container and the containers...

encountered some problems in an endorsement request for a credential definitions from an **acapy 0.7.4 "_askar_"** author to an **acapy 0.7.4 "_indy_"** endorser. We found there is at least one...

While working with @mepeltier on testing out a few different scenarios on ACA-Py 0.7.4, we (re)discovered that the connection state after receiving a did exchange request was not being saved,...

Sometimes following error occurs when the load is very high in aca-py 0.7.4 and askar storage: ``` ERROR aries_cloudagent.core.conductor | DON'T shutdown on StorageDuplicateError Multiple ConnRecord records located for {'invitation_key':...

This PR makes key types pluggable to enable plugins to define and register new ones. Signed-off-by: Adam Burdett

To support different did methods in plugins we need to support did method pluggability. This PR changes the default methods to be static and registered into a registry of methods...