github cosmos/cosmos-sdk v0.44.7

latest releases: v0.47.16-ics-lsm, client/v2.0.0-beta.2, v0.47.12...
2 years ago

Cosmos SDK v0.44.7 Release Notes

This release introduces bug fixes and improvements on the Cosmos SDK v0.44 series:

  • 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.7 Changelog for the exhaustive list of all changes.

Full Changelog: v0.44.6...v0.44.7

Don't miss a new cosmos-sdk release

NewReleases is sending notifications on new releases.