Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoLi committed Sep 14, 2023
1 parent 81b7363 commit d85039c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,25 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased]

### Features

- (metrics) [#1668] Adds non-state breaking x/metrics module for custom telemetry.
- (metrics) [#1669] Add performance timing metrics to all Begin/EndBlockers
- (community) [#1704] Add module params
- (community) [#1705] Add disable inflation upgrade

### Bug Fixes

- (evmutil) [#1655] Initialize x/evmutil module account in InitGenesis

## State Machine Breaking

- (community) [#1704] Add param to control when inflation will be disabled
- (community) [#1704] Add disable inflation upgrade to begin blocker that updates x/mint and x/kavadist params.

## [v0.24.0]

### Features

- (evmutil) [#1590] & [#1596] Add allow list param of sdk native denoms that can be transferred to evm
- (evmutil) [#1591] & [#1596] Configure module to support deploying ERC20KavaWrappedCosmosCoin contracts
- (evmutil) [#1598] Track deployed ERC20 contract addresses for representing cosmos coins in module state
Expand All @@ -60,6 +66,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
- (evmutil) [#1610] Add new invariant checking that ERC20s are fully backed by sdk.Coins

### Client Breaking

- (evmutil) [#1603] Renamed error `ErrConversionNotEnabled` to `ErrEVMConversionNotEnabled`
- (evmutil) [#1604] Renamed event types
- `convert_erc20_to_coin` -> `convert_evm_erc20_to_coin`
Expand All @@ -71,8 +78,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
- (cli) [#1624] Removes unused, no-op `migrate` CLI command.

### Bug Fixes
- (cli) [#1624] Fix `assert-invariants` CLI command.

- (cli) [#1624] Fix `assert-invariants` CLI command.

## [v0.23.2]

Expand Down

0 comments on commit d85039c

Please sign in to comment.