Move validation into the message handlers #2275
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
Currently, we validate messages with
ValidateBasic
(e.g., seeMsgAssignConsumerKey
). However, this way of validating is deprecated. This issue is a reminder that we should move validation to the message handlers (e.g., inAssignConsumerKey
).The text was updated successfully, but these errors were encountered: