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 315 aries-cloudagent-python issues
Sort by recently updated
recently updated
newest added

This is used to get code coverage for our sonarcloud integration on PR's and when code is pushed to main. The complication comes with using the sonarcloud token from forked...

This is yet another attempt at #2705 which was reverted in #2789 because of issues reported in #2777. This time, I have explicitly tested using the integration tests in the...

This changes automatic integration testing to have two levels. One will be run on PR's `@PR` and another to run once daily, manually triggered or during release PR's `@Release`. Each...

I happened to discover that not installing the anoncreds extra causes a failure on startup of ACA-Py: ``` holder_1 | Traceback (most recent call last): holder_1 | File "/usr/src/app/.venv/bin/aca-py", line...

I'm tying to upgrade aca-py from 0.8.2 to 0.12.1 Before release 0.12.0, the --wallet-key parameter was not required on askar wallet type (as far as i know, it is required...

In a multi-tenant environment with potentially millions of wallets, pagination becomes a critical feature. Currently, the list wallets endpoint is configured to fetch all. It takes a good few minutes...

Completely removes black from the project in favour of ruff for linting and formatting. ***Note*** there's a few things failing right now because they are linting issues. They are fixed...

Updates function documentation to the appropriate level needed for rule D417 https://docs.astral.sh/ruff/rules/undocumented-param/. Helps developers understand and more quickly use functions if these are accurate. Mostly used co-pilot to fill in...

Let's just use one linting and formatting library going foward. Ruff is much faster and is becoming more popular, with all the same features as black. Lets switch the CI/CD,...