mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 04:15:54 +00:00
c7e1cb61ee
Split out and move the EVM setup and call in `processTransaction` to `call_evm`. This is the last part of the main program which calls the EVM to be moved. (There's still test code.) While we're here, move the EIP2929 access list setup too, as the similarity to `rpcInitialAccessListEIP2929` is obvious. Signed-off-by: Jamie Lokier <jamie@shareable.org>