Ian Costanzo
Ian Costanzo
See this thread on Discord: https://discord.com/channels/905194001349627914/1078522185834053632 There are four different repositories involved in an Aries-Vcr install - https://github.com/bcgov/von-network, https://github.com/bcgov/aries-vcr, https://github.com/bcgov/aries-vcr-client and https://github.com/bcgov/aries-vcr-issuer-controller - and the installation is fairly complicated. The...
Note that these errors occur with a base build `./manage build` but not with `THEME=bcgov ./manage build` 1. Error when posting a credential: ``` vcr-api_1 | Exception occurred during processing...
Test connection process between 2 agents. New base class for integration testing with multiple agents. Parametrize agent startup to allow different tests to start agents with different settings. Add test...
Configure a BPA (optionally) as an Author or Endorser (requires the appropriate settings on the aca-py agents) Configure connections (optionally) as Author or Endorser WIP because I was having some...
This is an issue with existing anoncreds implementations (indy-sdk and credx) and is illustrated in an aca-py integration test: https://github.com/hyperledger/aries-cloudagent-python/blob/main/demo/features/0454-present-proof.feature#L120 When a proof includes both revocable and non-revocable credentials, and...
Also set the `--debug-webhooks` option to get fill webhook payload.
In 2023, BC Gov did a series of [“Code With Us” procurements](https://marketplace.digital.gov.bc.ca/learn-more/code-with-us) to enable issuing and presenting AnonCreds VCs in W3C format. Nothing changed in AnonCreds other than the data...
Update the "legacy" proof request to search W3C format credentials. These will need to be converted (on-the-fly I guess) to legacy format to include in the proof. This will require...
Currently, when making a connection request (with mediation), two messages are sent simultaneously - one to the mediator, to update the mediator's routing records (the mediator can potentially accept or...