jamshale
jamshale
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...
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,...
Initial changes to test with pipelines
We want the next release to run on a long term supported python version such as 3.12 or possibly 3.13. This involves upgrading the python version in pyproject.toml and the...
 None of the endpoints for the holders credentials are using the anoncreds registry when the holder has an anoncreds wallet type.
It's been reported that credo-ts version 0.5.3 expects the `did-rotate` attachment to be present oob connections. I'm not sure if credo-ts should not throw an error when the `did_rotate~attach` attachment...
This is a WIP branch for upgrading the innkeeper plugin to work with aca-py 1.0.0 and python 3.12. Also changes some devcontainer stuff. I'm not too sure about the decorators...
A rekey feature was added a few months ago and works for standalone agents. However, in multitenancy mode rekey-ing the base wallet causes the subwallets to get a `AEAD decryption...