- #11762 Improve error messages
- #10779 Import code from the
github.com/cosmos/cosmos-sdk/types/errors
package. - #11274 Add
RegisterWithGRPCCode
function to associate a gRPC error code with errors.
- #11274
New
now is an alias forRegister
and should only be used in initialization code.
- #11714 Add wrapped error messages in
GRPCStatus()