Skip to content
Cosmopediaby Unity Nodes
ReleasesSDKv0.45.13GitHub ↗

v0.45.13

cosmos/cosmos-sdkv0.45.1309-02-2023

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

← Back to Releases