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

We had an error in one of the integration tests during the testing of an unrelated PR. Here is the [run](https://github.com/hyperledger/aries-cloudagent-python/runs/6993946190?check_suite_focus=true). Perhaps an intermittent error? Anything we can do to...

I'm currently investigating what is causing this, but I'm seeing the following error occur randomly when creating a credential definition. The code path suggests that we are creating the tails...

Image bcgovimages/aries-cloudagent:py36-1.16-1_0.7.4-rc0. The verifier can send, and the holder may receive a presentation_request with a proof request like this. ``` { "requested_attributes": [ { "name": "name", "restrictions": [{"cred_def_id": "B2eSSEsaCqwhhgacwBrstn:3:CL:323404:default"}] }...

When issuing a presentation of a W3C verifiable credential, the `"format"` property in the _Input Descriptor Mapping Object_ of the presentation submission is currently being set to `"ldp_vp"`. It must...

Hello, i execute a present-proof/send-request from Aca-Py v.0.7.3. Without predicates or with predicate checking version (small number ex. 1,2,3), works fine, and credential verified successfully. But with epoch date that...

As above, if I am using postgresql as the backend wallet for aca-py running in docker, is it enough to run docker exec -t pg_dumpall -c -U postgres > dump_`date...

When calling the store credential endpoint on an issue credential v1 record that is already in state `credential_acked`, ACA-Py will set the state to abandoned and set a problem report...

If the endpoint is called multiple times then error is reported `/issue-credential-2.0/records/{cred_ex_id}/send-request` ``` @docs( tags=["issue-credential v2.0"], summary="Send issuer a credential request", ) @match_info_schema(V20CredExIdMatchInfoSchema()) @request_schema(V20CredRequestRequestSchema()) @response_schema(V20CredExRecordSchema(), 200, description="") async def credential_exchange_send_bound_request(request:...

Hi there, I was experimenting with JSON-LD credentials the last days and when I demoed the results to my team, the demo stopped working. Just a couple of minutes later...

Hey, there are two ways of supporting Prometheus metrics. 1. Instrument the ACA-Py directly with a [Prometheus Client Library](https://github.com/prometheus/client_python) or using [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-python) 2. Building an external [Prometheus Exporter](https://prometheus.io/docs/instrumenting/writing_exporters/) to scrape...