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

# Context [Serverless computing](https://en.wikipedia.org/wiki/Serverless_computing) can provide cost-savings and scalability for many applications. One such offering in this paradigm is function-as-a-service (FaaS), which allows developers to focus on application logic, without...

indy-sdk has some support for reading arbitrary ledger transactions, see: https://github.com/hyperledger/indy-sdk/blob/master/libindy/src/api/ledger.rs aca-py uses some of these functions internally but doesn't expose any of them through its api would probably be...

Signed-off-by: DaevMithran Issue is not fixed yet. Tried replacing the white spaces with %20 in tails_local_path. I'm not receiving error in swagger now. I'm receiving error in the logs. And...

The change shows what might be necessary to support "Option 3" described in #1657 Still needs discussion whether this is the desired way to go.

The [DID Exchange](https://github.com/hyperledger/aries-rfcs/tree/main/features/0023-did-exchange) RFC notes the implication of a goal/code to better reason about why a connection is being established: ```JSON "goal_code": "aries.rel.build", "goal": "To create a relationship", ``` Its...

Currently acapy allows the option to choose key management mode only during a sub-wallet creation - We should also support an option to change the key_management mode in acapy according...

Reopen this ticket as mentioned in #1184 after test it again, as I can't reopen the original ticket. If it's not an issue, where can I find the right doc...

Currently, assumptions are made about the auth table stored on indy ledgers during checks for an endorser. For example, the role of an endorser will always have the authority to...

When receiving an out-of-band invitation (I assume the same is true for connections protocol invitation) where the transport protocol (http, ws, etc..) is unsupported, ACA-Py will swallow it and making...

Currently there's no way to "refuse" a connection and send a message to the other party. The mechanism to use is problem reports but there's no "problem-report" endpoint for connections...