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.
In the above H_l' is the preceding BLOCK_GAS_LIMIT. The above thus requires b + 1 BLOCK_GAS_LIMIT's, starting with the latest BLOCK_GAS_LIMIT from the last conflation. There will be some call's to WCP and MOD.
Main point
We need to modify the BLOCK_DATA module to support for variable (higher) BLOCK_GAS_LIMIT.
Details
The BLOCK_DATA module should verify that the BLOCK_GAS_LIMIT
H_l
satisfy the following properties, for every block in the conflation:In the above
H_l'
is the preceding BLOCK_GAS_LIMIT. The above thus requiresb + 1
BLOCK_GAS_LIMIT's, starting with the latestBLOCK_GAS_LIMIT
from the last conflation. There will be some call's to WCP and MOD.