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

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

Following the logic in PR [2235](https://github.com/hyperledger/aries-cloudagent-python/pull/2235) it is also beneficial to have the strategy for getting verification key itself overridable by plugins. Such a use case would be to use...

See: https://github.com/hyperledger/aries-cloudagent-python/blob/anoncreds-rs/aries_cloudagent/anoncreds/revocation.py#L670-L672 This method should trigger the creation of a new registry if one is not available. Reference: https://github.com/hyperledger/aries-cloudagent-python/blob/2b0e27abb598cadc6453202aec593512c29abf3f/aries_cloudagent/revocation/indy.py#L224-L251 As an aside, I'm not sure this will ever actually trigger...

AnonCreds

See: https://github.com/hyperledger/aries-cloudagent-python/blob/anoncreds-rs/aries_cloudagent/anoncreds/verifier.py#L160-L168 Discord Discussion: > **dbluhm:** Indy revocation registry definitions as retrieved from the ledger include a txnTime attribute that is currently getting used in validation of non-revocation timestamps in...

AnonCreds

Records like private keys for cred defs and revocation registries are currently managed directly by the Indy CredX module in a very similar manner to how `AnonCredsIssuer` and `AnonCredsRevocation` manages...

AnonCreds

### Summary Pull request introduces comprehensive support for AnonCreds within the W3C VCDI formats. The changes include the addition of new models, methods, and protocols that enable the Aries Cloud...

Resolves #2318 Opening draft PR early for feedback while I work through the changes across the code (and fixing/updating/adding tests as needed). The PR removes the authentication middleware and the...

1.0.0

The `aiohttp-apispec` project is no longer maintained, and is pinned to some very old versions of `apispec` and `webargs`. It appeared to be the only library that would throw deprecation...

Testing pydid upgrade to pydantic v2: https://github.com/Indicio-tech/pydid/pull/72 Edit: Great! All checks have passed. Marking as draft until pydid update is released

Good day, Let's say we are interested in defining credential schemas for things such as passports, ID cards and driver's licenses -- these are fairly standard, global documents. Do you...