Daniel Bluhm
Daniel Bluhm
Okay, some updates. I've added Github Actions for various operations: - Unit testing - Tests for ACA-Py without Indy - These tests run directly on the runner. - Tests for...
The `Tests (Indy)` workflows are currently failing (I believe) because of permissions of this repo to publish packages. If we want to pursue this approach, we'd probably need to reach...
> It's the permissions around PRs causing the issue. PRs don't have access to GitHub secrets including `GITHUB_TOKEN`. The images can only be published after the PR gets merged. Ah,...
To see some completed workflows, check here for the runs from my testing on Indicio's fork: https://github.com/Indicio-tech/aries-cloudagent-python/pull/66/checks (I think those are publicly accessible??)
I'm going to take a final pass at this this week, update documentation, make a few updates to the actions that I discovered would be helpful while testing similar setups...
I found that there were a number of things I could simplify after looking at this with fresh eyes. I'm working through testing those simplifications. Progress is a little slower...
> @dbluhm It looks like I could have gotten away without modifying the MediationRecord. I would just have had to replace every instance of `record.routing_keys = grant.routing_keys` (for example) with...
If you pull these changes and attempt to use a mediator that has not been updated, you'll see problem reports bouncing back from the mediator on keylist update messages: ```...
Sure, I'll add that to the to-do list :slightly_smiling_face: cc @reflectivedevelopment
Anyone feel like making a von-image on python 3.7 for us? :slightly_smiling_face: