zkevm-specs
zkevm-specs copied to clipboard
constrain cumulativeGasUsed not exceed gas limit in block
since we have cumulativeGasUsed
data per tx in RW table now for receipt importing, we can constrain cumulativeGasUsed
of all txs not exceed gas limit in the block now, proper place to handle is in end_block
gadget !
I forgot to add this https://github.com/privacy-scaling-explorations/zkevm-specs/pull/243 U.U We need to update EndBlock with this check.