Consensys / linea-tracer

Part of the Linea stack responsible for extracting data from the execution of an EVM client in order to construct large matrices called execution traces.
https://linea.build
Other
35 stars 26 forks source link

More TX_SKIP edge cases #1532

Open OlivierBBB opened 1 week ago

OlivierBBB commented 1 week ago

TX_SKIP message calls

The spec says that one should keep warmths for TX_SKIP as they are. I wonder what that would mean e.g. if

N.B. Recipients may not be precompiles.

source https://github.com/Consensys/linea-tracer/pull/1510#issuecomment-2491185905

TX_SKIP deployment transactions

If we don't have them yet we should add tests for TX_SKIP with trivial deployments. We can play the same games of

source https://github.com/Consensys/linea-tracer/pull/1510#discussion_r1852065538