v0.50.7
版本发布时间: 2024-06-04 17:58:23
cosmos/cosmos-sdk最新发布版本:v0.50.10(2024-09-20 19:02:06)
Cosmos SDK v0.50.7 Release Notes
🚀 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.