Stephen Curran

Results 170 issues of Stephen Curran

I'm using an instance of toggl-cli that I've created as a docker image (Dockerfile below). I can get the other commands to work (`add`, `sum`, `projects`) and so on. When...

We need to update from Python 3.6, and so need a plan to do so. PR #1854 has been created to start the process. We discussed this at the [ACA-Pug...

The existing AnonCreds handlers in ACA-Py handle AnonCreds objects that are rooted in Indy. We would like to make the AnonCreds implementation in ACA-Py VDR agnostic -- at least as...

Just like we want to have a generic DID Resolution capability in ACA-Py such that we can resolve any DID (or at least the ones we are willing to resolve),...

Recently, an endpoint was added to "fix" an out of sync RevReg. Out of sync in this case can be caused by an Issuer trying to revoke a credential, but...

Recently, an endpoint was added to "fix" an out of sync RevReg. Out of sync in this case can be caused by an Issuer trying to revoke a credential, but...

Please update the DID Resolver within ACA-Py for "did:sov" to follow the rules as recently updated in the DID Method spec. This means adjusting the returned DIDDoc to exactly what...

help wanted
good first issue

We have found that some webhook notifications to the controller (such as RFC 0160 Connections) do not have the `~thread` decorator from the protocol being executed. This is at minimum...

help wanted

We had an error in one of the integration tests during the testing of an unrelated PR. Here is the [run](https://github.com/hyperledger/aries-cloudagent-python/runs/6993946190?check_suite_focus=true). Perhaps an intermittent error? Anything we can do to...

Recently, v2.1 of the Present Proof protocol was added. We'd like to see it supported in ACA-Py -- at least as a verifier, and (at minimum for testing purposes) as...

duplicate