Move message validation logic to msg_server.go #2149
Labels
good first issue
Good for newcomers
scope: cosmos-sdk
Integration with Cosmos SDK
type: tech-debt
Slows down development in the long run
Problem
ValidateBasic
is deprecated (both in v47 and v50). This is a "soft" deprecation, but to avoid future issues, it would be preferable to move the logic directly into the message server handling.Closing criteria
The message validation logic is moved to msg_server.go.
The text was updated successfully, but these errors were encountered: