• Felföldi Zsolt's avatar
    eth/gasprice: implement feeHistory API (#23033) · 35dbf7a8
    Felföldi Zsolt authored
    * 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: 's avatarrjl493456442 <garyrong0905@gmail.com>
    35dbf7a8
Name
Last commit
Last update
..
catalyst Loading commit data...
downloader Loading commit data...
ethconfig Loading commit data...
fetcher Loading commit data...
filters Loading commit data...
gasprice Loading commit data...
protocols Loading commit data...
tracers Loading commit data...
api.go Loading commit data...
api_backend.go Loading commit data...
api_test.go Loading commit data...
backend.go Loading commit data...
bloombits.go Loading commit data...
discovery.go Loading commit data...
handler.go Loading commit data...
handler_eth.go Loading commit data...
handler_eth_test.go Loading commit data...
handler_snap.go Loading commit data...
handler_test.go Loading commit data...
peer.go Loading commit data...
peerset.go Loading commit data...
state_accessor.go Loading commit data...
sync.go Loading commit data...
sync_test.go Loading commit data...