go-ethereum/eth/tracers
rjl493456442 a793bc7f5f
core: switch EVM tx context in ApplyMessage (#30809)
This change relocates the EVM tx context switching to the ApplyMessage function.
With this change, we can remove a lot of EVM.SetTxContext calls before
message execution.

### Tracing API changes

- This PR replaces the `GasPrice` field of the `VMContext` struct with
  `BaseFee`. Users may instead take the effective gas price from
  `tx.EffectiveGasTipValue(env.BaseFee)`.

---------

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2024-11-29 15:39:42 +01:00
..
internal core: switch EVM tx context in ApplyMessage (#30809) 2024-11-29 15:39:42 +01:00
js core: switch EVM tx context in ApplyMessage (#30809) 2024-11-29 15:39:42 +01:00
live eth/tracers: various fixes (#30540) 2024-10-17 06:51:47 +02:00
logger eth/tracers/logger: improve markdown logger (#30805) 2024-11-25 13:29:27 +01:00
native eth/tracers: fill the creationMethod in flatCall (#30539) 2024-11-05 08:42:22 +01:00
api.go core: switch EVM tx context in ApplyMessage (#30809) 2024-11-29 15:39:42 +01:00
api_test.go core: switch EVM tx context in ApplyMessage (#30809) 2024-11-29 15:39:42 +01:00
dir.go eth/tracers: various fixes (#30540) 2024-10-17 06:51:47 +02:00
live.go eth/tracers: various fixes (#30540) 2024-10-17 06:51:47 +02:00
tracers_test.go core: switch EVM tx context in ApplyMessage (#30809) 2024-11-29 15:39:42 +01:00
tracker.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00
tracker_test.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00