This PR aims to pass fault-proof with l2 blob txs.
The key missing part in the op-program is the calculation of BlobGasUsed and ExcessBlobGas, which results in mismatched claims between the op-program and op-node.
Tests:
Run DA server
Enable L2 blob (l2GenesisBlobTimeOffset to 0) and set --dac.urls
Send a tx cast send $ADDR --private-key $PK --blob --path <file> -r $L2 with 4 BLOBs
This PR aims to pass fault-proof with l2 blob txs.
The key missing part in the op-program is the calculation of
BlobGasUsed
andExcessBlobGas
, which results in mismatched claims between the op-program and op-node.Tests:
cast send $ADDR --private-key $PK --blob --path <file> -r $L2
with 4 BLOBsmake verify-devnet