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

Commit

Permalink
Revert "feat(eip712): Create LedgerPreprocessHook to reformat EIP-712…
Browse files Browse the repository at this point in the history
… payloads (#1277)"

This reverts commit 723443a.
  • Loading branch information
danburck committed Nov 2, 2022
1 parent a8ea4ec commit 9ae81c1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 306 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 9ae81c1

Please sign in to comment.