Skip to content

v0.46.9

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 12:24
· 4140 commits to main since this release
0b64514

Cosmos SDK v0.46.9 Release Notes

This release introduces bug fixes and improvements. Notably an extra config in the app.toml, iavl-lazy-loading, to enable lazy loading of IAVL store.
Changes to be made in the app.toml can be found in the CHANGELOG.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: v0.46.8...v0.46.9

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