-
Notifications
You must be signed in to change notification settings - Fork 563
fix(template): missing call to RegisterMsgServer #2636
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
Conversation
Fix #1960 From the cosmos-docs [1], this method `RegisterMsgServer` should be called inside the module `RegisterServices`. The fact that we manage to run a chain w/o that call is still a mistery for now. [1] https://docs.cosmos.network/main/building-modules/messages-and-queries.html#msg-services
Because sending a tx that triggers a state transition is done by sending a request to the It may change with |
@tbruyelle why |
During our last weekly meeting, I understood that @ilgooz wants to freeze the merges until the v0.22.3 release. Maybe this one can be merged though. |
Fix ignite#1960 From the cosmos-docs [1], this method `RegisterMsgServer` should be called inside the module `RegisterServices`. The fact that we manage to run a chain w/o that call is still a mistery for now. [1] https://docs.cosmos.network/main/building-modules/messages-and-queries.html#msg-services Co-authored-by: Lucas Btd <lucas.bertrand.22@gmail.com>
Fix #1960
From the cosmos-docs [1], this method
RegisterMsgServer
should becalled inside the module
RegisterServices
. The fact that we manage torun a chain w/o that call is still a mistery for me.
[1] https://docs.cosmos.network/main/building-modules/messages-and-queries.html#msg-services