v0.46.15
Cosmos SDK v0.46.15 Release Notes
This patch release introduces a few bug fixes and improvements to the v0.46.x line of the Cosmos SDK.
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.14...v0.46.15
Deprecation Notice
Get ready for v0.50.0 and start integrating with the next Cosmos SDK release.
Once the Eden release is out, as per our maintenance policy , we will no longer support the v0.46.x line of the Cosmos SDK, apart from critical security fixes.