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

When sending a credential offer in v1 and creating a bad request (in my case I made a type in one of the attribute names) ACA-Py will send a problem...

enhancement
help wanted

On 18.4 W3C servers had a downtime which caused the credentials could not be issued. Specifically `https://www.w3.org/2018/credentials/v1` and `https://w3id.org/security/bbs/v1` could not be resolved. Since the contexts do not change would...

enhancement

In aries-rfcs [0454 Present Proof v2.1](https://github.com/hyperledger/aries-rfcs/tree/main/features/0454-present-proof-v2) the [request-presentation message](https://github.com/hyperledger/aries-rfcs/tree/main/features/0454-present-proof-v2#request-presentation) includes the boolean element `present_multiple` which is intended to cause the prover to include all credentials which meet the conditions of...

help wanted

Hi, I tried to use the Aries cloud agent on my laptop. At first, I cloned the Aries cloud agent using this command: git clone https://github.com/hyperledger/aries-cloudagent-python. Then install the requirements...

- resolve #1743 - @PaulWen This will dispatch a webhook [topic: `acapy::problem_report`] with the payload containing `cred_def_id` [pthid], `revoc_reg_id` [thid] and the reason. I think you expected this information to...

Anyone who knows the value of the `X-API-Key` can register a listener that can see all events from all sub-wallets. Hence, any sub-wallet can see all events from all sub-wallets....

When creating a credential definition for a revocable credential, AcaPy does not throw any error even if the tails server is down and the tails file can not be stored...

Add a second endpoint to retrieve the sub-wallet's bearer token, which requires both `wallet_id` and `wallet_key` to be provided. Update the existing endpoint `GET /multitenancy/wallet//token` to remove the optional `wallet_key`...

help wanted

Init data: env ACAPY_IMAGE_URL: http://localhost/alice-image.jpg (only for example) image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.1 ### Connection invitation Request URL: `http://192.168.1.106:10000/connections/create-invitation` ```json { "handshake_protocols": [ "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/didexchange/1.0" ], "use_public_did": false } ``` Response: ![image](https://user-images.githubusercontent.com/46032838/159936686-5a1389ae-5a13-43d5-9dde-52b1de4ead7e.png) You can...

> Aside: I'm not certain of the state of ACA-Py on this issue and if this feature is actually needed. I'm entering this issue because I don't think it is...