github cosmos/cosmos-sdk v0.46.14

latest releases: core/v1.0.0-alpha.6, log/v1.5.0, x/tx/v1.0.0-alpha.2...
16 months ago

Cosmos SDK v0.46.14 Release Notes

This patch release introduces a few bug fixes and improvements to the v0.46.x line of the Cosmos SDK. Notably, an improvement to <appd> prune UX and improving the error handling when there is a snapshot creation failure.

Ensure you have the following replaces in the go.mod of your application:

// use cometbft
replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.29
// replace broken goleveldb
replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: v0.46.13...v0.46.14

Don't miss a new cosmos-sdk release

NewReleases is sending notifications on new releases.