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.
Hi, I was wondering whether it would be possible, or easy to add, to find all records with a limit and offset. This is mainly needed for pagination as we...
Hello! I defined this var in the command line as: ` --invite-base-url http://192.168.1.104/invitation` POST: ` /connections/create-invitation` Payload: ```json { "my_label": "Bob", "recipient_keys": [ "H3C2AVvLMv6gmMNam3uVAjZpfkcJCwDwnZn6z3wXmqPV" ] } ``` In the response...
In AATH, try running: `./manage run -d acapy-main -t @DidMethod_orb` All the tests fail with the following error: ``` Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/webargs/asyncparser.py", line 90, in parse...
I've got this error when sending message, issue credentials or present proof between 2 agents `aries_cloudagent.transport.inbound.ws ERROR Unexpected Websocket message type received: WSMsgType.CLOSE: 1000,`
See issue https://github.com/hyperledger/aries-cloudagent-python/issues/2703 This PR is WIP, reuse working for public DID and did:peer:2/4, still need to do additional testing and code cleanup. - adds additional meta-data to the wallet...
Hi @jleach @JamesKEbert @WadeBarnes @wadeking98 , while connecting to mediator to app getting error in acapy mediator, Earlier is was working but after rebuild the images and container getting "Message...
Fixes #2742 and various other issues discovered while testing ACA-Py against AFJ. - Send and accept `didexchange/1.1` as handshake protocol in OOB - Credo did not like the fact that...
- add VC_DI in CredFormat.Format - lay out VCDICredFormatHandler - add new schema classes for cred offer and request - implement CredExRecordVCDI - fix schemas on cred_abstract and cred_request, improve...
Implements https://github.com/hyperledger/aries-cloudagent-python/issues/2807. 1. Enables schema, cred_def and revocation endpoints for both askar and askar-anoncreds in multitenant mode. All anoncreds endpoints are prefixed with `/anoncreds/`. For some api marshmallow schema objects...