github cosmos/cosmos-sdk v0.50.7

latest releases: v0.47.16-ics-lsm, client/v2.0.0-beta.2, v0.47.12...
one month ago

Cosmos SDK v0.50.7 Release Notes

💬 Release Discussion

🚀 Highlights

For this month patch release of the v0.50.x line, a few improvements were added to the SDK and some bugs were fixed.

Notably, we added and fixed the following:

  • Add extra checks in x/consensus MsgUpdateParams to prevent footguns when updating the consensus parameters.
    • Forgetting a field in a x/consensus parameter change gov proposal could lead to a chain halt.
    • The fix is in theory consensus breaking, but in practice, it is only a footgun prevention (the path only triggers if the proposal was executed and was invalid). Please ensure that all validators are on v0.50.7 before the execution of a x/consensus params update proposal.
  • Remove txs from the mempool when they fail in RecheckTX

📝 Changelog

Check out the changelog for an exhaustive list of changes, or compare changes from the last release.

Refer to the upgrading guide when migrating from v0.47.x to v0.50.1.
Note, that the next SDK release, v0.51, will not include x/params migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.

Don't miss a new cosmos-sdk release

NewReleases is sending notifications on new releases.