aries-cloudagent-python icon indicating copy to clipboard operation
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.

Results 427 aries-cloudagent-python issues
Sort by recently updated
recently updated
newest added

This DID is written to the Indicio TestNet: `did:sov:vDJcpAkTATe2AbWo82BdX` Its verkey is `~GYRtc273Xs8awcJcqoWzjo` When I attempt to issue a W3C credential using this DID as the issuer DID, the holder...

For new (and old?) developers, clearly document (and keep up to date) best practices for developing, building, and testing locally. For instance, when opening a PR, there are a series...

documentation

See discussion in https://github.com/hyperledger/aries-cloudagent-python/pull/2615#issuecomment-1820272993

From discussion in comments here https://github.com/hyperledger/aries-cloudagent-python/issues/2583 Think this is a minor thing, or is intended behaviour so can discard issue if it's not something to be dealt with. When you...

While working on #2566, I discovered that there are some tests that need attention in `aries_cloudagent/revocation/tests/test_routes.py` in the `TestDeleteTails` test case. These tests were not being run (despite the appearance...

bug

See: https://github.com/hyperledger/aries-cloudagent-python/blob/anoncreds-rs/aries_cloudagent/anoncreds/revocation.py#L654-L656 The `handle_full_registry` method is currently stubbed out. This method should trigger rotating out the full registry, in similar fashion to what is now being done over here: https://github.com/hyperledger/aries-cloudagent-python/blob/2b0e27abb598cadc6453202aec593512c29abf3f/aries_cloudagent/revocation/indy.py#L111-L113

AnonCreds

This PR is PoC code for the PR#2540 (https://github.com/hyperledger/aries-cloudagent-python/pull/2540). It shows possible implementation of the `please_ack` decorator support ('option 2' in the document in the PR#2540)

When setting the connection metadata on a connection record (using the endorse transaction API, particularly the [`set_endorser_role`](https://github.com/hyperledger/aries-cloudagent-python/blob/760e9bfa065bb718902141184d3abfbfb613fbe6/aries_cloudagent/protocols/endorse_transaction/v1_0/routes.py#L564) and [`set_endorser_info`](https://github.com/hyperledger/aries-cloudagent-python/blob/760e9bfa065bb718902141184d3abfbfb613fbe6/aries_cloudagent/protocols/endorse_transaction/v1_0/routes.py#L604) methods), as far as I can tell, the operations seem to...

AnonCreds

I'm looking for help with how to successfully integrate custom DID method into aca-py project. Currently, I'm using a trial-and-error approach to incorporate our implemented DID method into the existing...

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