Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

51 lines (34 loc) · 1.59 KB

Changelog

[Unreleased]

Improvements

  • #11762 Improve error messages

v1.0.0

Features

  • #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.

API Breaking

  • #11274 New now is an alias for Register and should only be used in initialization code.

Bug Fixes

  • #11714 Add wrapped error messages in GRPCStatus()