Why Ethereum Pushes Glamsterdam to Q3 2026 Ahead of Rigorous ePBS Testing
The Ethereum Foundation confirmed the Glamsterdam upgrade has been delayed to Q3 2026, as reported by Binance Academy.
Caleb North·updated August 04, 2026

Testing rigor over schedule: Glamsterdam slips to Q3 2026
The cited cause: slower-than-expected progress on enshrined proposer-builder separation (ePBS) and cross-client interoperability testing. A TradingView item dates the landing at August 2026; the Foundation's own confirmation sets the later window.
For smart contract developers, the delay is the relevant data point. Every shipped EIP changes the execution surface. Postponing a fork is not failure. It is the correct response when two of the hardest invariants — proposer-builder separation and consensus across client implementations — have not been proven under adversarial conditions.
Why ePBS is the bottleneck
ePBS is not a feature flag. It restructures block construction at the consensus layer. Builders and proposers gain cryptographic guarantees that today depend on trusted MEV relays and external auction logic. An under-specified ePBS introduces consensus split risk: a single divergent client can fork the chain during transition. The Foundation's choice to hold the upgrade reflects that threat model, not scheduling pressure.
Cross-client interoperability is the second gate. Geth, Nethermind, Besu, Erigon, and Reth must produce identical state on identical inputs for every new opcode, precompile, and fork rule. Small deviations become consensus bugs. Delays here are cheap. Bugs at mainnet cost billions.
Security capacity expanded in parallel
The Foundation appointed Pascal Caversaccio to its board during the same window, per Blockster. He co-founded SEAL 911, an emergency coordination effort for major protocol exploits. He authored CreateX, a deterministic smart contract deployment framework, and snekmate, a security-focused Vyper library. He maintains one of GitHub's largest public repositories of Ethereum security resources used by auditors and protocol developers.
The appointment adds senior security capacity while the upgrade window extends. A delayed fork means longer exposure for in-progress changes sitting across testnets and devnets. The two events sit in the same timeline.
What to verify before the next fork
- ePBS specification finalization and the publication of reference test vectors
- Cross-client shadow fork results, deviation reports, and any consensus-affecting bugs filed
- New EIPs pulled into Glamsterdam scope, with particular attention to opcode pricing, state access patterns, and transient storage semantics
- Foundry, Hardhat, and forge-std updates once the final EIP list is locked
- L2 bridge contracts and rollup derivation logic for any fork rule that touches state roots