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
..
2021-05-04 13:01:20 +02:00
2020-11-19 22:50:47 +01:00
2021-04-06 16:09:51 +02:00
2021-06-28 16:16:32 +02:00
2021-02-23 11:27:32 +01:00
2021-02-25 15:26:57 +01:00
2021-06-16 09:52:06 +03:00
2020-01-08 17:11:51 +02:00
2020-11-04 15:02:58 +01:00
2021-06-28 16:16:32 +02:00