-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat(core): add ADR 033 (inter-module communication) Client interface #13631
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is fine to merge but I think we need to figure out a migration path, having users rewrite modules at once to take advantage of this feature is a no go
What migration are you talking about? Deprecating MsgServiceRouter? Only modules that use that would need to be modified |
was thinking how to do this without migrating away from keeper for some people, we can do a handler path, but its stilll unclear to me which is more work. something we can discover on the fly |
Yeah we don't need to commit to any migration now. We can deal with that all later and there are multiple options. Enabling ADR 033 just makes it usable for modules, not required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐉
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #13631 +/- ##
==========================================
+ Coverage 54.69% 54.76% +0.06%
==========================================
Files 645 647 +2
Lines 55745 55873 +128
==========================================
+ Hits 30491 30598 +107
- Misses 22764 22780 +16
- Partials 2490 2495 +5
|
Tagging |
Description
Ref #9238
This adds the ADR 033
intermodule.Client
interface implemented in #13519 to core. #13519 has gotten rather large so I am breaking it up.Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change