Ethereum News
Ethereum upgrade delays and the Verkle migration timeline

Ethereum researchers pivoted toward a binary tree design under EIP-7864 in 2026, which changed the trajectory for Verkle trie migration. This shift follows concerns regarding quantum risk and the computational weight of polynomial math. While Verkle trees offered a way to reduce witness sizes from 3.5 MB to 150 kB, the new direction moves the timeline for state migration further out. The delay after the September EOF event pushes the Verkle trie migration into 2027, which creates a long period where the network remains dependent on the Merkle Patricia Trie requiring clients to store 150 GB of data. This current structure requires clients to store 150 GB of data including all Merkle proofs, and this amount increases by roughly half every year. In a Merkle trie, the witness is a path connecting data to the root hash, and it requires all intermediate hashes and sibling nodes. For a witness covering 1,000 leaves, a Merkle trie requires about 3.5 MB of data, whereas a Verkle tree reduces this to 150 kB. This 23x reduction in witness size allows stateless clients to verify blocks within a 12 second slot without needing the full state database. Verkle trees use 32-byte keys composed of a 31-byte stem and a 1-byte suffix, where each node has 256 children. This design allows the tree to be much flatter, which means there are fewer intermediate nodes linking a leaf to the root. Can the network maintain decentralization if storage requirements keep rising?
The Ethereum upgrade schedule relies on a sequence of tightly scoped forks. Fusaka went live in December 2025, bringing PeerDAS and increased blob capacity. Glamsterdam reached final devnet testing in mid-2026 and aims for a Q3 activation. Hegota follows Glamsterdam, but its timing depends on the success of the preceding upgrade. If Glamsterdam misses its target, the Hegota deployment slips into 2027.
| Feature | Specification/Limit |
|---|---|
| Fusaka Default Gas Limit | 60 million |
| Transaction Gas Limit Cap | 16,777,216 (2^24) |
| RLP Execution Block Size Cap | 10 MiB |
| Safety Margin for Block Size | 2 MiB |
| Verkle Tree Width | 256 slots |
The transition to Verkle trees is complex because it requires a new data structure and a strategy to migrate existing state. Developers currently evaluate EIP-8141 for Hegota, but client teams like Nethermind and Besu argued the feature is too heavy for headliner status. This disagreement keeps the feature in the "Considered for Inclusion" category. FOCIL, the confirmed headliner for Hegota, uses a committee of 16 validators to scan the public mempool and build inclusion lists. This mechanism forces builders to include transactions that the committee selects. PeerDAS allows nodes to verify Layer 2 data by holding only 1/8th of the blob data, which enables a theoretical 8x increase in throughput. The default gas limit rose from 36M to 60M in Fusaka to expand L1 transaction capacity. The transaction gas limit cap of 16,777,216 protects against DoS attacks and improves network stability.
Upgrading Ethereum involves high coordination risks because it requires agreement across thousands of independent nodes. Delaying these upgrades builds technical debt that limits productivity and increases downtime. If validator nodes fail to upgrade on time, the blockchain could split, which threatens transaction finality and requires reconciliation across custody, asset management, or payment operations. You should monitor network-wide client adoption rates to gauge readiness for these transitions. This coordination is difficult because upgrading involves a chain of tasks including control planes, nodes, and API clients. If one team misses a deadline, the entire network faces a delay. The dependency of Hegota on the stability of Glamsterdam creates a compounding coordination risk over several months. A single misstep can cause downtime, which triggers postmortems and finger-pointing among teams. Leaving outdated systems in place increases vulnerability to attacks and makes maintenance harder. Businesses also worry about the disruption caused by moving older, bespoke applications to modern systems. A failure to upgrade can lead to halted deposits and withdrawals at major exchanges and custodians.