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.
I'm encountering an issue where I can reliably cause auto-storing of credentials to fail. (Related to revocation registry refactoring.) The failure is not the issue here, but rather how acapy...
Hi, I'm hoping I can get some clarity here as I'm not sure if this is a bug or if I'm missing something. I'm currently building a solution as a...
ACA-Py is used in highly scaled deployments, including multiple instances running across multiple nodes of a cluster. While to this point we have not seen a need for the implementation...
In docs/demo/ACA-Py-Workshop.md (served at https://aca-py.org/latest/demo/ACA-Py-Workshop/#lab-1-steps-to-follow ) the following text was very difficult to make use of. If it said ... ``` Clicking the “BCovrin Test” Action icon (Head and shoulders...
When the `indy` filter is used with an anoncreds wallet it fails, which is expected, but the error message isn't informative. Just has a message about the IndyVerifier Class being...
Attaching to #3802 and #3803. We should move away from using JSON dumps and loads in so many places. When records get passed between different handlers, they get serialized and...
The same credential values are emitted twice in every presentation_exchange webhook: once in `by_format.pres` / `by_format.pres_request`, and again under `presentation` / `presentation_request`. This duplication doubles the payload size for no...