github cosmos/cosmos-sdk v0.46.3

latest releases: core/v1.0.0-alpha.6, log/v1.5.0, x/tx/v1.0.0-alpha.2...
2 years ago

Cosmos SDK v0.46.3 Release Notes

This is a security release for the Dragonberry security advisory.
Please upgrade ASAP.

Next to this, we have also included a few minor bugfixes.

Chains must add the following to their go.mod for the application:

replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

Bumping the SDK version should be smooth, however, feel free to tag core devs to review your upgrading PR:

Other updates:

  • ApplicationQueryService was introduced to enable additional query service registration. Applications should implement RegisterNodeService(client.Context) method to automatically expose chain information query service implemented in #13485.
  • Next to this, we have also included a few minor bugfixes.

Please see the CHANGELOG for an exhaustive list of changes.

Don't miss a new cosmos-sdk release

NewReleases is sending notifications on new releases.