Cosmos SDK v0.50.0-rc.1 Release Notes
There are no release notes for pre-releases.
Please refer to the CHANGELOG for an exhaustive list of changes.
Refer to the UPGRADING.md for upgrading your application.
Full Commit History: release/v0.47.x...release/v0.50.x
Upgrading from v0.50.0-rc.0
If you have started integrating with v0.50.0-rc.0, this release candidate contains one breaking change.
This is contrary to our usual policy of not introducing breaking changes in release candidates, but we believe this change is necessary to ensure a smooth upgrade from previous SDK version to v0.50.0. Additionally, it gives a better UX for users integrating vote extensions. Read more about the change here.
Update your app.go / app_config.go as instructed in the UPGRADING.md.
Additionally, if you were using baseapp.SetPreFinalizeBlockHook
in v0.50.0-rc.0, you should now use baseapp.SetPreBlocker
for having the same functionality.