evm: rm recover (#542)

* evm: rm recover

* rm query

* lint
This commit is contained in:
Federico Kunze Küllmer
2021-09-09 09:10:33 +00:00
committed by GitHub
parent 397e862a1e
commit 6a2914d4b0
8 changed files with 894 additions and 460 deletions
-12
View File
@@ -255,18 +255,6 @@ message QueryParamsResponse {
Params params = 1 [ (gogoproto.nullable) = false ];
}
// QueryBaseFeeRequest defines the request type for querying the EIP1559 base
// fee.
message QueryBaseFeeRequest {}
// BaseFeeResponse returns the EIP1559 base fee.
message QueryBaseFeeResponse {
string base_fee = 1 [
(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int",
(gogoproto.nullable) = false
];
}
// QueryStaticCallRequest defines static call response
message QueryStaticCallResponse { bytes data = 1; }
@@ -1,8 +1,6 @@
syntax = "proto3";
package ethermint.feemarket.v1;
import "gogoproto/gogo.proto";
option go_package = "github.com/tharsis/ethermint/x/feemarket/types";
// Params defines the EVM module parameters