go-ethereum/eth/tracers/js
rjl493456442 a793bc7f5f
core: switch EVM tx context in ApplyMessage ()
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/tracers all: fix typos in comments () 2024-02-05 22:16:32 +01:00
bigint.go eth/tracers: package restructuring () 2021-11-09 12:09:35 +01:00
goja.go core: switch EVM tx context in ApplyMessage () 2024-11-29 15:39:42 +01:00
tracer_test.go core: switch EVM tx context in ApplyMessage () 2024-11-29 15:39:42 +01:00