github cosmos/cosmos-sdk v0.45.13

latest releases: client/v2.0.0-beta.5, x/tx/v0.13.5, core/v1.0.0-alpha.3...
19 months ago

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: 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.

Don't miss a new cosmos-sdk release

NewReleases is sending notifications on new releases.