plugeth/eth
lightclient bbfa6488ac
Use hexutil.Uint for blockCount parameter in feeHistory method (#23239)
* internal/ethapi/api: use hexutil.uint for blockCount parameter instead of int for feeHistory

* return hex value for oldestBlock instead of number

* return uint64 from oracle.resolveBlockRange

* eth/gasprice: fixed test

Co-authored-by: Zsolt Felfoldi <zsfelfoldi@gmail.com>
2021-07-27 05:27:28 +02:00
..
catalyst
downloader
ethconfig all: remove noop vm config flags (#23111) 2021-07-06 22:03:09 +02:00
fetcher
filters
gasprice Use hexutil.Uint for blockCount parameter in feeHistory method (#23239) 2021-07-27 05:27:28 +02:00
protocols
tracers core: fix pre-check for account balance under EIP-1559 (#23244) 2021-07-22 15:39:40 +02:00
api_backend.go Use hexutil.Uint for blockCount parameter in feeHistory method (#23239) 2021-07-27 05:27:28 +02:00
api_test.go
api.go
backend.go all: remove noop vm config flags (#23111) 2021-07-06 22:03:09 +02:00
bloombits.go
discovery.go
handler_eth_test.go
handler_eth.go
handler_snap.go
handler_test.go
handler.go
peer.go
peerset.go
state_accessor.go
sync_test.go
sync.go