You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throughout the codebase we have "TypeMsg..." constants such as:
TypeMsgTransfer
TypeMsgCreateClient
etc
These should be removed
Problem Definition
These constants are a relic of previous SDK functionality which used a string returned from a "Type()" function to route messages internally. The SDK now uses gRPC and thus the proto url to route messages. These constants should be unused and have no intended meaning at the moment
Proposal
Remove all "TypeMsg..." constants. If they are being used somewhere, replace with appropriate usage
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
Throughout the codebase we have "TypeMsg..." constants such as:
These should be removed
Problem Definition
These constants are a relic of previous SDK functionality which used a string returned from a "Type()" function to route messages internally. The SDK now uses gRPC and thus the proto url to route messages. These constants should be unused and have no intended meaning at the moment
Proposal
Remove all "TypeMsg..." constants. If they are being used somewhere, replace with appropriate usage
For Admin Use
The text was updated successfully, but these errors were encountered: