v0.44.6
Cosmos SDK v0.44.6 Release Notes
This release introduces bug fixes and improvements on the Cosmos SDK v0.44 series:
- Populate
ctx.ConsensusParams
for begin/end blockers. - Significantly speedup iterator creation after delete heavy workloads, which significantly improves IBC migration times.
- Ensure that
LegacyAminoPubKey
struct correctly unmarshals from JSON. - Add evidence to std/codec to be able to decode evidence in client interactions.
⚠️ State-Machine Breaking Change
Update March 9th 2022. After the SDK team released v0.44.6, a subtle state-machine breaking change has been discovered (thanks to the crypto.com team) in the item "Populate ctx.ConsensusParams
for begin/end blockers" above (see relevant commit). The behaviour can differ compared to older v0.44.* versions when an evidence that is too old is broadcasted, see code.
See the Cosmos SDK v0.44.6 Changelog for the exhaustive list of all changes.
Full Changelog: v0.44.5...v0.44.6