We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Cosmos SDK 0.47 we already moved away from the Route dependency of LegacyMsg interface. We should remove all Route method from our messages.
Route
LegacyMsg
To be done once we will integrate 0.47
The text was updated successfully, but these errors were encountered:
@robert-zaremba is this completed as of #2060 ?
Sorry, something went wrong.
No, in 0.46 we still need to keep the dummy interface methods.
No branches or pull requests
Summary
In Cosmos SDK 0.47 we already moved away from the
Route
dependency ofLegacyMsg
interface. We should remove allRoute
method from our messages.To be done once we will integrate 0.47
For Admin Use
The text was updated successfully, but these errors were encountered: