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 22 forks source link

Feat/issue 1026/gas complete implementation #1122

Closed lorenzogentile404 closed 2 weeks ago

OlivierBBB commented 1 month ago

I guess what is missing is the triggering. I expect that we can have the triggering happen in the CommonValuesFragment (IIRC this is where we compute the CONTEXT_MAY_CHANGE flag which is the trigger for this module.)

OlivierBBB commented 2 weeks ago

We have a failing constraint

gas.asserting-either-sufficient-gas-or-insufficient-gas
lorenzogentile404 commented 2 weeks ago

Screenshot 2024-10-16 at 14 55 50 we also get this Java Exception.