Skip to content

Commit

Permalink
chore: add missing bugfix (zero coins pruning) to the changelog (cosm…
Browse files Browse the repository at this point in the history
…os#9701)

* chore: add missing bugfix (zero coins pruning) to the changelog

* typo
  • Loading branch information
robert-zaremba authored and JeancarloBarrios committed Sep 28, 2024
1 parent b1de806 commit a5e50fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Ref: https://keepachangelog.com/en/1.0.0/

* (cli) [\#9593](https://github.com/cosmos/cosmos-sdk/pull/9593) Check if chain-id is blank before verifying signatures in multisign and error.

### Bug Fixes

* (bank) [\#9687](https://github.com/cosmos/cosmos-sdk/issues/9687) fixes [\#9159](https://github.com/cosmos/cosmos-sdk/issues/9159). Added migration to prune balances with zero coins.

### CLI Breaking Changes

* [\#9621](https://github.com/cosmos/cosmos-sdk/pull/9621) Rollback [\#9371](https://github.com/cosmos/cosmos-sdk/pull/9371) and log warning if there's an empty value for min-gas-price in app.toml
Expand Down

0 comments on commit a5e50fb

Please sign in to comment.