Ian Costanzo
Ian Costanzo
After some discussion, we'll leave the backchannel code in the OATH repo (for now anyways) and update the aca-py backchannel builds as follows: - add a new `acapy-nightly` build to...
FYI it looks like the acapy backchannel image build only takes about a minute, so making the above changes isn't going to shave more than a minute off our build...
Just did another test with a more thorough purge of local images and cache, and the build took about 2 minutes (including about 30 sec for the test harness). So...
No this one didn't get done.
I'm just looking into this now (I was away last week) but I don't think the presentation exchange record should be deleted before the presentation is verified, so maybe that's...
The presentation exchange record is deleted upon sending or receiving an `ACK`: https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/protocols/present_proof/v2_0/manager.py#L435
> I don’t like that there is an endpoint to verify the presentation. That should happen automagically on receipt. Is the presentation not verified until that is called? If that...
The webhook is emitted automatically, when the pres_exch record is saved, here: https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/protocols/present_proof/v2_0/models/pres_exchange.py#L200 The contents of the "abbreviated" webhook are defined here: https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/protocols/present_proof/v2_0/messages/pres_webhook.py ... so it looks relatively straightforward to...
> So, what I was doing with the webhook payload was my fault. The dockerfile for the demo had a random env variable setting `debug-webhooks` to true that overrides the...
This will only work with `askar-anoncreds` wallets, no? Should we update the test runs to use `askar-anoncreds` rather than `askar`?