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

Commit

Permalink
release: v0.20.0-rc1 cherry pick and changelog (#1422)
Browse files Browse the repository at this point in the history
* Revert "feat(eip712): Create LedgerPreprocessHook to reformat EIP-712 payloads (#1277)"

This reverts commit 723443a.

* release: upadte changelog
  • Loading branch information
danburck authored Nov 2, 2022
1 parent a8ea4ec commit 92c0f55
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 307 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## Unreleased
## [v0.20.0-rc1] - 2022-11-02

### State Machine Breaking

Expand All @@ -58,7 +58,6 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (cli) [#1226](https://github.com/evmos/ethermint/pull/1226) Add custom app db backend flag.
* (ante) [#1289](https://github.com/evmos/ethermint/pull/1289) Change the fallback tx priority mechanism to be based on gas price.
* (test) [#1311](https://github.com/evmos/ethermint/pull/1311) Add integration test for the `rollback` cmd
* (ledger) [#1277](https://github.com/evmos/ethermint/pull/1277) Add Ledger preprocessing transaction hook for EIP-712-signed Cosmos payloads.
* (rpc) [#1296](https://github.com/evmos/ethermint/pull/1296) Add RPC Backend unit tests.
* (rpc) [#1352](https://github.com/evmos/ethermint/pull/1352) Make the grpc queries run concurrently, don't block the consensus state machine.
* (cli) [#1360](https://github.com/evmos/ethermint/pull/1360) Introduce a new `grpc-only` flag, such that when enabled, will start the node in a query-only mode. Note, gRPC MUST be enabled with this flag.
Expand Down
83 changes: 0 additions & 83 deletions ethereum/eip712/preprocess.go

This file was deleted.

222 changes: 0 additions & 222 deletions ethereum/eip712/preprocess_test.go

This file was deleted.

0 comments on commit 92c0f55

Please sign in to comment.