refactor: eth_call and eth_estimateGas don't need to pass base fee as field (#671)

Solution:
- load fee directly from state

changelog
This commit is contained in:
yihuang
2021-10-21 17:29:19 +02:00
committed by GitHub
parent 8bf8d34376
commit ac75a9a4a4
12 changed files with 1764 additions and 298 deletions
-3
View File
@@ -212,9 +212,6 @@ message EthCallRequest {
bytes args = 1;
// the default gas cap to be used
uint64 gas_cap = 2;
// header base fee used to generate the transaction
string base_fee = 3
[ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int" ];
}
// EstimateGasResponse defines EstimateGas response