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.
The Running Locally for the ACA-Py demo fails due to indy-sdk https://github.com/hyperledger/indy-sdk/issues/2412 which is caused by apt-get not finding packages.
I was trying to include ImageURL in the invitation while using create_invitation REST API but was not able to. Can you help me in this?
When a schema is not found when calling the `/schemas/{schema_id}` endpoint, ACA-Py returns the following json with a `200` response code. ```json { "schema": null } ``` Shouldn't this return...
Add support for Present Proof V2.1 -- receiving multiple presentations in a single protocol instance
Recently, v2.1 of the Present Proof protocol was added. We'd like to see it supported in ACA-Py -- at least as a verifier, and (at minimum for testing purposes) as...
Integers in schemas are marked as `Fields.Int` in ACA-Py. The swagger UI generated automatically marks this as an `int32`, which is not sufficient for some numbers ACA-Py uses (mostly time...
https://cs.github.com/?scopeName=All+repos&scope=&q=repo%3Ahyperledger%2Faries-cloudagent-python+%22%25VER%22 @ianco
I'm having a problem with the issue credentials (json-ld) between Alice and Faber Faber "connection id": "8daa5789-487d-46cc-986a-cd7a2729a524" "did": "D3dJPj916xW2hkr5bwdkVx" (public and posted) "verkey": "7ZmwZTvLeCP5RZw6BASqY8kd3G7cQQYfPbdpyLC2n8Pg" Alice "connection id": "c5d9affa-6e4d-45e0-b1ad-04d8c5b442f7" "did": "21gMuZprYu7FCWRp12C3a2"...
We're getting a failure for ACA-Py -- please investigate. In the test, the Bob Agent is sending a problem report at the end of the flow, instead of an ack...
Hi Team, We are facing below issue in mediator service frequently and we see below logs in mediator agent logs. Please note that this issue happening inconsistently and we are...
The `asynctest` library which we use extensively in unit tests is no longer being maintained, and does not function properly under Python 3.8+. Coincidentally, Python 3.8 with mock 4.0 introduces...