plugeth/internal/ethapi
lightclient 948e08d55b
internal/ethapi: don't estimate gas if no limit provided in eth_createAccessList (#25467)
Because the goal of eth_createAccessList is providing the caller with the largest-possible
access list, it's generally not important that the gas limit used by the tracer will match the usage
of the call exactly. Avoiding the gas estimation step is a performance improvement. As long as the
call does not branch based on gas limit, the returned access list will be accurate.
2022-08-03 18:18:45 +02:00
..
addrlock.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
api.go internal/ethapi: don't estimate gas if no limit provided in eth_createAccessList (#25467) 2022-08-03 18:18:45 +02:00
backend.go all: remove version field from rpc.API 2022-06-27 12:39:46 +02:00
dbapi.go all: remove concept of public/private API definitions (#25053) 2022-06-21 12:05:43 +03:00
transaction_args.go internal/ethapi: error if tx args includes chain id that doesn't match local (#25157) 2022-07-14 13:17:25 +03:00