jamshale

Results 38 issues of jamshale

- Uses the trustdidweb-py library to implement the resolver. - Plugs the resolve endpoint and library into the base_resolver class for caching and future other resolution. - Sets up a...

This adds the ability to create a `did:indy` with transaction version 2 algorithm. https://hyperledger.github.io/indy-did-method/#nym-transaction-version. - It's created in a new /did/indy/create endpoint. If the controller tries to create it in...

Updates the revocation registry accum value in the local wallet when repairing the state (synchronizing) Refactor... https://github.com/openwallet-foundation/acapy/issues/3281

In the acapy tools repo there is some really useful testing using docker containers that allows testing of upgrade scripts and restarts. https://github.com/hyperledger/aries-acapy-tools/tree/main/askar_tools/tests/e2e. It should be possible to support this...

We want to be able to resolve tdw did's. There is a resolver as a library in the `trustdidweb-py` library that should be leveraged if possible from aca-py.

So, I'm quite pissed off at myself but I was looking at adding the distributed lock to the old credx issuance and noticed the problem with the index wasn't reproducing....

If you start up multiple instances of the agent on a fresh DB with posgres storage the askar store will get a race condition with causes the agent to fail....

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

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

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/