jamshale

Results 25 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.