go-ethereum/core/tracing
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
..
CHANGELOG.md core/tracing: add verkle gas change reasons to changelog (#30444) 2024-09-17 16:10:59 +02:00
gen_balance_change_reason_stringer.go Supply delta live tracer (#29347) 2024-06-03 12:30:27 +02:00
hooks.go core: switch EVM tx context in ApplyMessage (#30809) 2024-11-29 15:39:42 +01:00