-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: v0.44.8 Release Notes (#11610)
* updates * updates
- Loading branch information
1 parent
bd4c280
commit d004391
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# Cosmos SDK v0.44.7 Release Notes | ||
# Cosmos SDK v0.44.8 Release Notes | ||
|
||
This release introduces bug fixes and improvements on the Cosmos SDK v0.44 series: | ||
This release introduces only a Tendermint dependency update to v0.34.19 which | ||
itself includes two bug fixes related to consensus. See the full changelog from | ||
v0.34.17-v0.34.19 [here](https://github.com/tendermint/tendermint/blob/v0.34.19/CHANGELOG.md#v0.34.19). | ||
|
||
- The `everything` prune strategy now keeps the latest 2 heights (instead of only the latest one). If this flag is set, state sync is automatically disabled. | ||
- The bank keeper has a new `WithMintCoinsRestriction` method to allow custom module-specific restrictions on minting (e.g. only minting a certain denom). This function is not on the `bank.Keeper` interface, so it's not API-breaking, but only additive on the `Keeper` implementation; please use casting to access this method. | ||
- Fix data race in store trace component. | ||
See the [Cosmos SDK v0.44.8 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.44.8/CHANGELOG.md) | ||
for the exhaustive list of all changes. | ||
|
||
See the [Cosmos SDK v0.44.7 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.44.7/CHANGELOG.md) for the exhaustive list of all changes. | ||
|
||
**Full Changelog**: https://github.com/cosmos/cosmos-sdk/compare/v0.44.6...v0.44.7 | ||
**Full Changelog**: https://github.com/cosmos/cosmos-sdk/compare/v0.44.7...v0.44.8 |