plugeth/internal/ethapi
Martin Holst Swende d8a2305565
eth/tracers: add support for block overrides in debug_traceCall (#24871)
This PR adds support for block overrides when doing debug_traceCall.

- Previously, debug_traceCall against pending erroneously used a common.Hash{} stateroot when looking up the state, meaning that a totally empty state was used -- so it always failed,
- With this change, we reject executing debug_traceCall against pending.
- And we add ability to override all evm-visible header fields.
2022-06-02 11:39:36 +02:00
..
addrlock.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
api.go eth/tracers: add support for block overrides in debug_traceCall (#24871) 2022-06-02 11:39:36 +02:00
backend.go eth,rpc: allow for flag configured timeouts for eth_call (#23645) 2021-10-12 10:46:04 +02:00
dbapi.go ethdb/remotedb, cmd: add support for remote (readonly) databases (#24836) 2022-05-18 17:27:17 +03:00
transaction_args.go internal/ethapi: use same receiver names (#24252) 2022-01-20 10:38:42 +02:00