World Chain Launches Flashblocks With Full EIP‑7928 Access Lists
World Chain implemented full block access lists based on EIP-7928, an improvement that allows validators to verify blocks in parallel while they are still being built.
The activation was carried out through a runtime configuration flag, avoiding the need for a coordinated hard fork: the World Chain Sepolia testnet enabled it on July 27, and the mainnet deployment is scheduled for August 17.
Full block access lists are coming to World Chain Mainnet on August 17. This deep dive covers the protocol design, execution model, benchmarks, and why streamed access lists matter for scaling. https://t.co/HOKb0ZYVAl
- World Chain (@world_chain_) August 5, 2026
The mechanism operates on top of the network’s flashblocks system, which produces one block every 2 seconds divided into 200-millisecond increments. Each flashblock carries a portion of the access list generated during execution, including fields that precisely delimit which transactions each segment covers.
This allows World Chain validator nodes to execute transactions in parallel without depending on prior results, eliminating the serial chain that forces sequential one-by-one replay, and to begin computing the state root simultaneously, in the background.
… Continue reading the full article at the original source below.


