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
-1
View File
@@ -547,7 +547,6 @@ EthCallRequest defines EthCall request
| ----- | ---- | ----- | ----------- |
| `args` | [bytes](#bytes) | | same json format as the json rpc api. |
| `gas_cap` | [uint64](#uint64) | | the default gas cap to be used |
| `base_fee` | [string](#string) | | header base fee used to generate the transaction |