Sourced from github.com/cosmos/cosmos-sdk's releases.
v0.45.3
Cosmos SDK v0.45.3 Release Notes
This release introduces a Tendermint dependency update to v0.34.19 which itself includes two bug fixes related to consensus. See the full changelog from v0.34.17-v0.34.19 here.
In addition, it includes a change to
ScheduleUpgrade
to allow upgrades without requiring a governance proposal process.See the Cosmos SDK v0.45.3 Changelog for the exhaustive list of all changes.
Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.45.2...v0.45.3
Sourced from github.com/cosmos/cosmos-sdk's changelog.
v0.45.3 - 2022-04-12
Improvements
- #11562 Updated Tendermint to v0.34.19;
unsafe-reset-all
command has been moved to thetendermint
sub-command.Features
- (x/upgrade) #11551 Update
ScheduleUpgrade
for chains to schedule an automated upgrade onBeginBlock
without having to go though governance.