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 315 aries-cloudagent-python issues
Sort by recently updated
recently updated
newest added

Hello, I confirmed it works either AIP 1.0 or AIP 2.0. Both worked, but there were differences between faber and acme. faber.py: AIP1.0 → did:sov AIP2.0 → https://didcomm.org/ acme.py: AIP1.0...

how can I get the verifier's DID in the aries demo? This is in case a holder gets a proof request and holder wants to know the DID of the...

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...

# UNDER RAPID DEVELOPMENT! This draft PR updates ACA-PY to use python-3.7 along with dependency updates. For questions during development please reach out to @burdettadam or @dbluhm.

According to [RFC 0211](https://github.com/hyperledger/aries-rfcs/blob/main/features/0211-route-coordination/README.md), recipient keys included in the various messages of the Coordinate Mediation protocol should be represented as `did:key`s. Currently ACA-Py uses raw Base58 encodings of the Ed25519...

High Priority

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

When deploying different agents on same gateway url in service mesh there occures some problem cause static swagger path und swagger.json has no unique uri. This PR enables a baseurl...

Version: 0.7.4 Endpoint: GET `present-proof/records/{pres_ex_id}/credentials` exchange version 1 and 2 Wallet-Type: askar only Given I have a very simple schema with a single attribute called `number`, and I have three...

Small fix to return an http inbound session if the return route decorator is present but the processing of the message did not elicit a response. Ended up being a...