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

Addresses issue https://github.com/hyperledger/aries-cloudagent-python/issues/1868

This becomes a problem when controlling the aca-py process from another (e.g. Java) process. The aca-py shell process does not need to create another process. ``` exec [-cl] [-a name]...

## What is currently happening? If the verifier is ok in having a flexible proof presentation and would allow the prover to proove only some attributes, currently there isn't a...

**What’s wrong?** The OpenAPI spec requires an Input Descriptor’s `schema` property to contain a `SchemasInputDescriptorFilter` object. However, on deserialization, there is a [preprocessing step](https://github.com/hyperledger/aries-cloudagent-python/blob/d407c48cc9f041c5b27ee8f589fc0e2eaef2220d/aries_cloudagent/protocols/present_proof/dif/pres_exch.py#L235-L254) which ensures that lists of URIs...

This PR removes did registry class and uses a list instead. Simplifying the code. Signed-off-by: Adam Burdett Co-authored-by: Daniel Bluhm

I tried to start an agent with argument --mediator-invitation ws://10.35.45.136:16/?oob= .... When agent started running, the log show errors: ![image](https://user-images.githubusercontent.com/48557721/181463343-f10e6b0b-3309-4e2b-95b2-f7b78b3c896d.png) Therefore, the agent not automatically set the default mediation. Here...

Putting this out there to hopefully spark some discussion. This PR adds Dockerfiles for publishing images for ACA-Py directly from this repo (i.e. no dependencies on bcgovimages). I made some...

### Using ACA-Py 0.7.4 version for creating Revocation Registry, Failed While Creating Credential Definition, set `"support_revocation": true`, and received the following error: `aries_cloudagent.revocation.error.RevocationError: tails_server_base_url not configured Traceback (most recent call...