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

A while ago there was a move to ruff for linting/formatting purposes. Astral (maintainers of ruff) also have a dependency manager called `uv` https://docs.astral.sh/uv/ It's written in rust and has...

enhancement
Discuss

We should upgrade to the new major release of pytest-ansycio but some research and care with breaking changes and plugins needs to be considered. https://github.com/pytest-dev/pytest-asyncio/releases

With logging changes we can now see when `emit_event` is called for a record that does not have a topic defined: e.g. ``` WARNING Emit event called but RECORD_TOPIC is...

Implement the did/key management migration described in https://github.com/openwallet-foundation/acapy/blob/main/docs/design/DIDManagement.md

Relates to trying to resolve webhooks being emitted before being written to the DB: - https://github.com/openwallet-foundation/acapy/issues/3659 These logging changes are done as a separate improvement, and a precursor to refactoring...

I am using `acapy v1.2.0` Following is the proof request record. ``` { "state": "request-received", "created_at": "2025-05-12T11:41:22.638007Z", "updated_at": "2025-05-12T11:41:22.638007Z", "trace": false, "pres_ex_id": "bde8c6b8-bb40-452b-b7fd-af3f90cdc768", "connection_id": "9389c210-c5f7-4c2b-a1c3-2c6aacdadab9", "thread_id": "ba4e86de-a024-4e1b-92a6-0012bdd2463a", "initiator": "external", "role":...

:construction: ___ Relates to #3659

I engage with the ACA-Py project asynchronously these days. I am unfortunately unable to attend community meetings where releases are normally discussed. But it would be nice to be able...

#### **Problem Description** I get the error an error during the creation of a credential definition with revocation enabled using anoncreds. The credential definition is actually created however, the error...

There's a new major version of marshmallow used for all our data models. It should get upgraded for basic improvement reasons. https://marshmallow.readthedocs.io/en/latest/