Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Facs95/v0.22.0 #1749

Merged
merged 3 commits into from
Apr 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,23 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## Unreleased
## [v0.22.0] - 2023-04-12

### State Machine Breaking

- (deps) [#1168](https://github.com/evmos/ethermint/pull/1168) Upgrade Cosmos SDK to [`v0.46.6`]
- (imp) [#1739](https://github.com/evmos/ethermint/pull/1739) Remove distribution module perms
- (deps) [#1168](https://github.com/evmos/ethermint/pull/1716) Bump Cosmos-SDK to v0.46.11, Tendermint to CometBFT v0.34.27, IAVL v0.19.5 and btcd to v0.23.4
- (app) [#1739](https://github.com/evmos/ethermint/pull/1739) Remove distribution module perms
- (ante) [#1741](https://github.com/evmos/ethermint/pull/1741) Add authz ante handler
- (eip712) [#1746](https://github.com/evmos/ethermint/pull/1746) Add EIP712 support for multiple messages and schemas

### Bug Fixes

- (rpc) [#1688](https://github.com/evmos/ethermint/pull/1688) Align filter rule for `debug_traceBlockByNumber`

### Improvements

- (ante) [#1717](https://github.com/evmos/ethermint/pull/1717) Reuse sender recovery result.

## [v0.21.0] - 2023-01-26

### State Machine Breaking
Expand All @@ -60,7 +66,6 @@ Ref: https://keepachangelog.com/en/1.0.0/
- (evm) [#1582](https://github.com/evmos/ethermint/pull/1582) Cleanup `evm` files
- (evm) [#1544](https://github.com/evmos/ethermint/pull/1544) Migrate deprecated event emitting to new `TypedEvent`
- (deps) [#1532](https://github.com/evmos/ethermint/pull/1532) Upgrade Go-Ethereum version to [`v1.10.26`](https://github.com/ethereum/go-ethereum/releases/tag/v1.10.26).
- (ante) [#1717](https://github.com/evmos/ethermint/pull/1717) Reuse sender recovery result.

### Bug Fixes

Expand Down