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.
This is a temporary fix to enable tests to pass again, until such time that the Tx Outcome Checks can be reenabled. 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.
This is a temporary fix to enable tests to pass again, until such time that the Tx Outcome Checks can be reenabled. 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.