Felföldi Zsolt
35dbf7a8a3
eth/gasprice: implement feeHistory API (#23033)
* eth/gasprice: implement feeHistory API
* eth/gasprice: factored out resolveBlockRange
* eth/gasprice: add sanity check for missing block
* eth/gasprice: fetch actual gas used from receipts
* miner, eth/gasprice: add PendingBlockAndReceipts
* internal/ethapi: use hexutil.Big
* eth/gasprice: return error when requesting beyond head block
* eth/gasprice: fixed tests and return errors correctly
* eth/gasprice: rename receiver name
* eth/gasprice: return directly if blockCount == 0
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2021-06-28 16:16:32 +02:00
..
2020-01-21 15:51:36 +01:00
2020-12-12 17:36:32 +01:00
2021-01-26 21:41:35 +01:00
2020-07-14 10:35:32 +02:00
2021-06-09 13:48:47 +02:00
2021-05-27 20:53:33 +02:00
2021-02-26 15:28:34 +01:00
2021-06-08 12:05:41 +02:00
2021-06-03 14:35:40 +02:00
2021-06-25 12:40:37 +02:00
2020-08-03 19:40:46 +02:00
2021-05-27 19:45:13 +03:00
2017-10-27 09:40:52 +01:00
2021-06-28 16:16:32 +02:00