v0.45.13
版本发布时间: 2023-02-09 17:57:40
cosmos/cosmos-sdk最新发布版本:v0.50.10(2024-09-20 19:02:06)
Cosmos SDK v0.45.13 Release Notes
This release introduces one bug fix, namely #14798 and a bump to Tendermint v0.34.26, as per its security advisory.
Add or update the following replace in the go.mod
of your application:
// use informal system fork of tendermint
replace github.com/tendermint/tendermint => github.com/informalsystems/tendermint v0.34.26
Please see the CHANGELOG for an exhaustive list of changes.
Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.45.12...v0.45.13
NOTE: The changes mentioned in v0.45.9
are no longer required. The following replace directive can be removed from the chains.
# Can be deleted from go.mod
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
Instead, github.com/confio/ics23/go
must be bumped to v0.9.0
.