200 ms subblocks zero four fields in Optimism payloads

Blockonomics
Changelly


Optimism is targeting 200 ms subblocks on OP Mainnet, cutting the preconfirmation interval from 250 milliseconds in a rolling change targeted for Aug. 31. Subblocks, formerly called Flashblocks, are incremental updates the sequencer sends while it is still building a normal block, giving apps feedback before that block is sealed.

Related Reading

Coinbase-backed Base unveils upgrades aiming for double Solana’s speed

The 20% speedup carries a quiet compatibility risk. Optimism’s migration notice says four fields will remain in each streamed payload but stop carrying usable data: state_root, block_hash and withdrawals_root will be all-zero values, while withdrawals will be an empty list.

The payload type remains ExecutionPayloadFlashblockDeltaV1, so software can continue parsing the stream without raising an error. Fields including receipts_root and logs_bloom will still contain real values. That combination makes the migration easy to miss in systems that treat successful decoding as proof that every field is meaningful.

okex

Infographic showing OP Mainnet's target move from 250 ms to 200 ms subblocks, four zero-valued payload fields, the raw-stream risk path and the operator audit checklist.Infographic showing OP Mainnet's target move from 250 ms to 200 ms subblocks, four zero-valued payload fields, the raw-stream risk path and the operator audit checklist.

Why 200 ms subblocks make the provider boundary matter

Subblocks are preconfirmations, not finalized blocks or state commitments. Optimism’s technical explainer says direct stream consumers should treat the zeroed state root and block hash as absent and derive preconfirmed state by executing the transactions carried by the stream.