-
Aca-py version 1.0.0 requires python 3.12. Most of the plugins were upgraded easily in https://github.com/hyperledger/aries-acapy-plugins/pull/567, which is waiting for the release. However, kafka_eve…
-
The WQL {"attr::Name::marker": "1"} is not working when we use with GET /credentials API. From below line of code (commented line), it seems 'marker' info is not getting stored wallet while storing Cr…
-
Due to recent updates in normalizing command controllers for DIDComm V1 & V2 support,
command controller data models are not actually matching with the actual parameters a command controller is expec…
-
Support the hosting part of shortened urls as described in the url shortening section of the OOB spec: https://github.com/hyperledger/aries-rfcs/blob/main/features/0434-outofband/README.md#url-shorten…
-
## Description
The introduction protocol as defined here - https://github.com/hyperledger/aries-rfcs/tree/master/features/0028-introduce. Is implemented in aca-py. We just need to extend basic contro…
-
https://github.com/hyperledger/aries-cloudagent-python/blob/39cac36d8937ce84a9307ce100aaefb8bc05ec04/aries_cloudagent/resolver/did_resolver.py#L66-L74
The `service_accept` parameter in `DIDResolver…
-
https://github.com/hyperledger/aries-framework-javascript/blob/main/packages/core/src/utils/transformers.ts#L16-L41
-
**What I'm trying to do**
I trying to generate a presentation by credential Id.
**Expected result**
I should get back a signed verifiable presentation.
**Actual result**
I Get a present…
-
Implement Error reports defined in Aries DID Exchange RFC https://github.com/hyperledger/aries-rfcs/tree/master/features/0023-did-exchange#errors
-
Looking at ACA-Py they do quite some manual checks on the values of a proof and matches it to encoded values to make sure the proof hasn't been tampered with. We need to make sure to add these checks…