Skip to content

v0.46.3

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 13:19
· 4424 commits to main since this release
6d32deb

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.