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: exceptions vs tracedexceptions #1133

Closed lorenzogentile404 closed 1 month ago

OlivierBBB commented 1 month ago

Good point @letypequividelespoubelles 🙂 https://github.com/Consensys/linea-tracer/pull/1133#pullrequestreview-2290090850

OlivierBBB commented 1 month ago

I added some of the things. In particular the UNDEFINED variant for TracedExceptions. It will for sure not pass the tests as there are many cases where the TracedException wasn't set.