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
We currently have a contract level checkBlob = true flag in Rollup.sol for testing and simulating txs. It exists mainly because viem does not allow sending blob sidecars when simulating txs, so any simulated tx will fail with incorrect blob hashes. We instead override the checkBlob state so a simulation will actually run. See l1-publisher.ts for more details.
Ideally we would be able to simulate txs with blob sidecars and remove this flag.
The text was updated successfully, but these errors were encountered:
We currently have a contract level
checkBlob = true
flag inRollup.sol
for testing and simulating txs. It exists mainly becauseviem
does not allow sending blob sidecars when simulating txs, so any simulated tx will fail with incorrect blob hashes. We instead override thecheckBlob
state so a simulation will actually run. Seel1-publisher.ts
for more details.Ideally we would be able to simulate txs with blob sidecars and remove this flag.
The text was updated successfully, but these errors were encountered: