
FT Website Blocked by Time Error Highlights Security Friction
The Financial Times website was inaccessible to some users on Tuesday, blocked by a security verification process flagging an “incorrect device time” …
Independent journalism on global markets, technology, and the forces reshaping the world economy
Solana is preparing to accelerate its mainnet block production to a 350-millisecond target slot time in epoch 1020, down from the current 400 milliseconds, but the network is simultaneously cutting the maximum compute units allowed per bloc…

Solana is preparing to accelerate its mainnet block production to a 350-millisecond target slot time in epoch 1020, down from the current 400 milliseconds, but the network is simultaneously cutting the maximum compute units allowed per block to prevent a surge in total processing demand. The move, governed by draft proposal SIMD-0525, reflects a deliberate trade-off: faster slots mean more frequent scheduling opportunities for transactions, but each individual block will carry a smaller workload. The theoretical ceiling of roughly 250 million compute units per second remains unchanged, as the per-slot limits scale downward in proportion to the faster cadence.
The mechanics are straightforward. Solana’s mainnet had already activated a maximum block limit of 100 million compute units at 400-millisecond slots. Under SIMD-0525, that limit would drop to 87.5 million at 350 milliseconds, 75 million at 300 milliseconds, 62.5 million at 250 milliseconds, and 50 million at 200 milliseconds. At each stage, multiplying the per-block ceiling by the number of slots per second yields approximately the same theoretical throughput. This prevents a scenario where validators would suddenly be asked to process double the resource demand per second, even as the network increases its block frequency.
The staged rollout is already visible on Solana’s test clusters. Testnet is operating at an effective 200-millisecond target, while Devnet is at 300 milliseconds with its 250-millisecond gate activated but not yet effective. Mainnet’s feature account for the 350-millisecond target activated at the start of epoch 1019, but a one-epoch delay means the network will keep its existing parameters until epoch 1020. These are target timings, distinct from observed block production times or confirmation latency, and the proposal remains a draft rather than a final accepted standard.
The implications for validators and infrastructure are significant. Shorter slots compress the leader window, the period during which a single validator controls consecutive block production. Solana assigns four consecutive slots to each leader, so the nominal leader window shrinks from 1.6 seconds at 400 milliseconds to 0.8 seconds at 200 milliseconds. Validators have less time to receive the previous block, replay it, build a new block, and land votes before the network moves on. Vote and gossip events occur more frequently in the same wall-clock interval, and block propagation via Turbine must enforce smaller slot-aware budgets after each transition.
Epoch timing also compresses. Solana keeps each epoch at 432,000 slots, so the nominal duration falls from roughly 48 hours at 400 milliseconds to 24 hours at 200 milliseconds. The slot count stays fixed, but its wall-clock meaning changes. This creates compatibility risks for off-chain software. SDK constants and other assumptions tied to 400-millisecond slots may disagree with the cluster after a faster stage becomes effective. RPC clients, explorers, and applications that estimate elapsed time by multiplying a slot count by a fixed constant will need to obtain effective timing parameters from the cluster rather than relying on compile-time defaults.
The proposal also adjusts per-slot budgets for account writes, votes, data allocations, data shreds, coding shreds, and partitioned rewards. Each reduction is calibrated to keep the total per-second allowance roughly constant. The goal is to rotate scheduling opportunities faster without quietly raising the resource ceiling that validators must handle. For professional readers, the key takeaway is that Solana is prioritizing lower latency over raw throughput scaling. Whether validators and surrounding infrastructure can preserve coordination margins at each stage remains the central risk, and the real test will come as mainnet moves from 350 milliseconds toward the roadmap’s 200-millisecond target.
Source & Credits
Written for Il Progresso by Zhicheng Wang.