You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code below checks if the returned gasLimit by the Executor is greater than the MaxL2BlockGasLimit and apply the limit to allow applications to be compatible with the node.
We must add the check for the ForkID and make sure this is applied only for ETROG or before.
The code below checks if the returned
gasLimit
by theExecutor
is greater than the MaxL2BlockGasLimit and apply the limit to allow applications to be compatible with the node.We must add the check for the ForkID and make sure this is applied only for ETROG or before.
The text was updated successfully, but these errors were encountered: