aries-cloudagent-python
aries-cloudagent-python copied to clipboard
feat: include connection ids in keylist update webhook
This PR adds the connection IDs of the mediated connections. This should make it easier to trigger the next step in a flow (i.e. accept a connection request for one of the connections, if it's in the right state).
Codecov Report
Merging #1914 (2332e32) into main (a16347d) will decrease coverage by
0.00%
. The diff coverage is89.36%
.
@@ Coverage Diff @@
## main #1914 +/- ##
==========================================
- Coverage 93.55% 93.54% -0.01%
==========================================
Files 539 539
Lines 34526 34564 +38
==========================================
+ Hits 32300 32334 +34
- Misses 2226 2230 +4
This PR doesn't yet address multi-tenancy with a mediator connected to the base wallet. I'll mark this as a draft as I work on that.
@dbluhm can you catch this one up with the latest main branch?