go-ethereum/internal/ethapi
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
..
addrlock.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
api.go Use `hexutil.Uint` for `blockCount` parameter in `feeHistory` method (#23239) 2021-07-27 05:27:28 +02:00
backend.go Use `hexutil.Uint` for `blockCount` parameter in `feeHistory` method (#23239) 2021-07-27 05:27:28 +02:00
transaction_args.go internal/ethapi: fix transaction APIs (#23179) 2021-07-13 13:40:01 +03:00