Stephen Curran

Results 184 issues of Stephen Curran

The following is a checklist of items to be completed for Release 1.0.0 of ACA-Py: - [x] Flag PRs for 1.0.0 (may be merged into 0.12.0) - [ ] Complete...

1.0.0

Sphinx building is generating the following errors due to badly formatted docstrings. Files: - aries_cloudagent.protocols.issue_credential.v2_0.messages.cred_format.V20CredFormat - aries_cloudagent/protocols/issue_credential/v2_0/messages/cred_format.py - aries_cloudagent.protocols.present_proof.v2_0.messages.pres_format.V20PresFormat - aries_cloudagent/resolver/default/legacy_peer.py Errors: ``` docstring of aries_cloudagent.protocols.issue_credential.v2_0.messages.cred_format.V20CredFormat.Format.INDY:5: ERROR: Unexpected indentation. docstring...

The protocol is proposed in this [Pull Request to the Aries RFCs Repo](https://github.com/hyperledger/aries-rfcs/pull/804). The DRPC Protocol is a DIDComm request / response protocol that implements a [JSON-RPC](https://www.jsonrpc.org/specification) Client-Server interaction. ACA-Py...

Use the information here and in the linked issues to document the throttling issues that one might encounter in using ACA-Py in production. https://gist.github.com/WadeBarnes/1de4339bef10e6316e7806928b59a57f

documentation

The issue is detailed in the [OpenWallet JavaScript Agent] in [this comment](https://github.com/openwallet-foundation/agent-framework-javascript/pull/1638#issuecomment-1872563156) and in [Issue 1625](https://github.com/openwallet-foundation/agent-framework-javascript/issues/1625) \: If you have a clustered environment, it is possible that a message arriving...

We are looking to add support for DID Rotation in ACA-Py. At minimum we want to be able to accept a DID Rotation request for an existing connection. Next level...

Unqualified DIDs

As we ramp down the use of the Indy SDK, we need to make sure that none of the documentation and tutorials guide a user to use anything other than...

documentation
help wanted

I was ran the demo [AliceWantsAJsonCredential.md](https://github.com/hyperledger/aries-cloudagent-python/blob/main/demo/AliceWantsAJsonCredential.md) using an Ed25519Signature2081, I noticed two things that I wonder about. First, when I put in Alice's `did:key`(in my case: `did:key:z6MksTBMW4EeA9hQUYcXSDYmzaKV4fD972b9VL5pGBBPcf2G`) in the `id`...

> This is a brainstorming issue -- the ideas here may or may not make sense. Please note the deficiencies and suggest improvements. We have the use case of an...

When we migrated from CodeCov, the code coverage reports from the test runs were no longer being displayed. It appears that an XML Test Report is being generated during the...

help wanted
CI/CD