aries-cloudagent-python
aries-cloudagent-python copied to clipboard
Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments.
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...
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...
So far, only the PPv2 implementation has been updated to use the new anoncreds interface. We should update the PPv1 implementation as well.
Currently the Author and Endorser, when setting up a connection, add meta-data to the connection and exchange this data (so each side of the connection knows the "roles" attached to...
Hi all, reporting a defect on acapy 0.11.0 and main. ## Summary After upgrading from 0.10.5 to 0.11.0, our system health-checks reported acapy had stopped responding to requests on both...
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...
With the recent updates to didexchange adding support for did:peer:2/4, we also added support for the `did_rotate~attach` attachment. This technically bumps our protocol support up to 1.1. Credo correctly made...
The BC Wallet often gets comments the wallet is "slow". It can be a daunting task to track down where the perceived slowness comes from: bc wallet, ledgers, mediator, issue...
Hi. Not a bug but more of a feature request. As I understand the way ACAPy works is that every agent who wants to control his own keys (and VCs)...
With the evolution of [aries-acapy-plugins](https://github.com/hyperledger/aries-acapy-plugins), I think it is time to start defining/implementing base classes so we can break up dependencies and allow new implementations for plugin developers. The `anoncreds-rs`...