-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: routing behind mediator #2536
Conversation
I'll tack a quick test case onto this PR as a regression test. |
@dbluhm — can you cherry pick this into a v0.10.4 branch (or v0.10.3 and I’ll just tag it from there) and I’ll publish an image for testing. Once we have that we can do a 0.10.4. Thanks @codespree for the fix. Hoping that once I publish an image, you can give it a try. |
@swcurran how about a 0.10.x branch and then we can delete the old 0.10.2 and 3 branches? |
Sure. As long as it is not 0.10.4. That you mean the x literally. If you do mean 4, then add a ”v” in front. |
#2537 PR to 0.10.x. I'll let the tests run (I don't expect anything to be different enough between main and 0.10.x to cause issues but just in case) and merge once they complete. |
https://github.com/hyperledger/aries-cloudagent-python/tree/0.10.x is now ready for an image publish |
Looks good! I also verified with a base58 key In the test case we already have |
Should I go ahead with the release? What about the other question about the mediator - #2531? |
@swcurran I have tested the mediator from a mobile agent and have also tested message queuing so, from my perspective, a release would be good. Thanks @dbluhm for providing inputs on debugging and for merging the PR. |
Signed-off-by: Varun Chatterji <varun@seventhsense.ai>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
5963195
to
d901028
Compare
Kudos, SonarCloud Quality Gate passed! |
@swcurran I think this is good for a merge, based on @codespree's testing. |
This is a reopen of PR #2535 (after I botched my git command...). Thanks again @codespree for the fix.