v0.46.9
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