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.
The goal here is to undo the temporary fix in #1520. The problem is that a change in the BESU version (which fixed a bug with traceEndTransaction) has meant that all recorded tx outcomes are potentially invalid with respect to e.g. the sender. The temporary fix in #1520 simply disabled tx outcome checks. The goal now is to update the recorded tx outcome information so that the tests will pass with outcome checking enabled.
The goal here is to undo the temporary fix in #1520. The problem is that a change in the BESU version (which fixed a bug with traceEndTransaction) has meant that all recorded tx outcomes are potentially invalid with respect to e.g. the sender. The temporary fix in #1520 simply disabled tx outcome checks. The goal now is to update the recorded tx outcome information so that the tests will pass with outcome checking enabled.