BP3-BSN-004
Deprecated ValidateBasic function used in
message validation
The ValidateBasic function, used for stateless validation of messages, has been deprecated in the Cosmos SDK. While it currently still functions, the official recommendation, detailed in the Cosmos SDK documentation, is to transition to validating messages directly within their respective Msg services.
RFC 001: Transaction Validation
Actions:
- Rename
ValidateBasic functions to ValidateStateless
- Add
msg.ValidateStateless to the respective msg server
BP3-BSN-004
Deprecated ValidateBasic function used in
message validation
The ValidateBasic function, used for stateless validation of messages, has been deprecated in the Cosmos SDK. While it currently still functions, the official recommendation, detailed in the Cosmos SDK documentation, is to transition to validating messages directly within their respective Msg services.
RFC 001: Transaction Validation
Actions:
ValidateBasicfunctions toValidateStatelessmsg.ValidateStatelessto the respective msg server