Stephen Curran

Results 184 issues of Stephen Curran

Add the ability for (at least) a verifiable credential issuer to publish an OCA Bundle that can be consumed by a Wallet and a Verifier.

In preparation for Version 1.0.0 of ACA-Py, an assessment of the [AATH](https://aries-interop.info) tests run between ACA-Py and the other Aries Frameworks (especially Aries Framework JavaScript) should be conducted, and additional...

To implement full support for AIP 2.0, we need to add support for [RFC0317 Please Ack](https://github.com/hyperledger/aries-rfcs/tree/main/features/0317-please-ack) to ACA-Py. The feature needs to support both types of requested ACKs -- `RECEIPT`...

Signed-off-by: Stephen Curran

Signed-off-by: Stephen Curran This is in response to an interop issue between Aries Framework JavaScript and Aries Cloud Agent Python, where ACA-Py is not properly handling the messages sent. The...

Background: The Aries Agent Test Harness (AATH) contains a large number of Aries interop in the form of Behaviour Driven Development tests created based on the Aries RFCs. The AATH...

# Bug Report **What I'm trying to do** Execute the Aries Agent Test Harness AF-Go and aries-cloudagent-python interop tests. **Expected result** The tests pass. **Actual result** The build step in...

* Are you filing a bug report? Yes **What I'm trying to do** Running the AATH test cases for ACA-Py and AF-Go **Expected result** Many of the tests fail on...

The following query does not work in the Swagger API. If I try the query directly -- e.g. http://orgbook.gov.bc.ca/api/v2/search/autocomplete?q=Power%20Corp&inactive=any&latest=true&revoked=false It works fine. If I try it in swagger: * Use...

Now that we have `did:peer:2/4` support in ACA-Py, we *should* be able to support connection reuse with: - OOB multi-use invitations - using `did:peer:2/4` This task is to investigate this...