Tuesday, September 15, 2026

Creating liberating content

CoinEx quits after 9...

Crypto exchange CoinEx is shutting down after nine years, citing shrinking revenue and...

Bitcoin, BTC-Related Stocks Tumble...

Bitcoin’s price tumbled — along with crypto-related stocks — following the blockage of...

Bitcoin Core v32 RC1:...

Bitcoin Core v32.0rc1 has turned the Sept. 14–Oct. 10 window into a concentrated...

AI Could Be Bitcoin’s...

Artificial intelligence may turn out to be an unexpected driver of...

200 ms subblocks zero four fields in Optimism payloads

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.

Read More:  Wall Street’s altcoin ETF rotation is not producing an altseason, and the old playbook may be breaking

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.