Optimism is rolling out a speed upgrade targeting 200 millisecond subblock confirmation times on OP Mainnet, down from 250 ms, as of Aug. 31. The 20% reduction marks the network’s latest preconfirmation acceleration, though the upgrade introduces a compatibility shift: four payload fields will return zero or empty values instead of usable data.
Subblocks, formerly called Flashblocks, are incremental updates the sequencer sends while building a normal block. They provide application feedback before block sealing. The upgrade preserves the ExecutionPayloadFlashblockDeltaV1 payload type, allowing software to parse the stream without raising an error. Other fields, including receipts_root and logs_bloom, will continue to contain real values.
The four affected fields are state_root, block_hash, withdrawals_root, and withdrawals. According to Optimism’s technical explainer, “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.”
Most applications connect to a subblocks-aware RPC provider using standard Ethereum methods rather than ingesting raw WebSocket streams. Alchemy and QuickNode have both updated their OP Mainnet documentation to reflect the 200 ms migration. Optimism’s status page showed systems operational with no recent incident notice at the time of the upgrade announcement.
The rollout is gradual and subject to change, according to the timeline provided. Optimism did not specify a network-wide completion target or name which applications have already ingested the affected fields. The network did not disclose whether any downstream corruption has occurred or been detected since the upgrade began.