Ethereum Glamsterdam Upgrade: Largest-Scale Underlying Restructuring Yet, Mainnet Date Still Undecided

marsbitPublished on 2026-08-14Last updated on 2026-08-14

Abstract

The upcoming Ethereum "Glamsterdam" upgrade is viewed by core developers as the most significant protocol-level refactoring since The Merge, fundamentally altering how the network processes transactions and manages its state to advance L1 scaling. Its core goals are: accelerating processing via parallelization, increasing capacity, and enhancing sustainability through adjusted fees that better reflect long-term data storage costs. The upgrade features two headline proposals. First, **ePBS (EIP-7732)** on the consensus layer aims to formalize proposer-builder separation directly within the protocol, eliminating reliance on off-chain relayers. This built-in mechanism is designed to provide a more secure and efficient block production pipeline, extending the critical validation window to allow the network to handle more data, particularly for Layer2s. Second, **BALs (EIP-7928)** on the execution layer introduces block-level access lists. These lists specify the data each transaction will access beforehand, allowing the network to identify and safely execute non-conflicting transactions in parallel, rather than strictly sequentially. This also speeds up new node synchronization. Glamsterdam also includes配套 proposals to reprice storage costs (aiming for a predictable ~120 GiB annual state growth) and the cost of data-reading operations to better align with modern hardware costs and prevent spam. Regarding the timeline, the initial schedule targeting a mainnet activation on Sep...

Author | jk

The upcoming Glamsterdam upgrade for Ethereum is seen by core developers as the most extensive protocol-level restructuring since The Merge. The name is a combination of two parts: the execution layer upgrade continues the "Amsterdam" naming from previous Devconnect host cities, while the consensus layer upgrade is named "Gloas" after a star. Following the previous Fusaka upgrade, Glamsterdam advances L1 scaling by restructuring how the network processes transactions and manages its growing database, fundamentally updating how Ethereum creates and validates blocks.

This upgrade revolves around three core objectives:

  • Accelerated Processing (Parallelization): Reorganizes how the network records data dependencies, enabling it to safely process many transactions simultaneously rather than slowly one-by-one in sequence.
  • Scalability: Splits the heavy workload of block creation and validation, giving the network more time to propagate larger amounts of data without slowing down.
  • Sustainability: Adjusts network fees to accurately reflect the long-term hardware costs of storing new data, clearing the way for future gas limit increases while avoiding hardware performance degradation.

The upgrade's two headline proposals fall under the consensus and execution layers respectively:

There are two headline proposals. Source: Ethereum

Headline Proposal One: ePBS, Turning "Outsourced Middlemen" into "Built-in Rules"

First, the consensus layer's headline proposal: enshrined Proposer-Builder Separation, abbreviated as ePBS (EIP-7732).

Each time Ethereum produces a block, it involves two steps: one person is responsible for "selecting which block" (the proposer), and another is responsible for "actually assembling the transactions within the block" (the builder). Currently, this division of labor is not mandated by the Ethereum protocol itself, but is instead facilitated by a batch of off-chain "intermediary companies" (jargon: relays). This off-chain relationship also creates a critical path during block validation, forcing validators to rush through transaction broadcasting and execution within a tight 2-second window, limiting the amount of data the network can handle. An analogy: it's like a restaurant's ordering and cooking process originally relying on an independent external coordinator to relay the orders; if this coordinator fails, the kitchen and the front-of-house might end up with mismatched accounts.

What ePBS does is codify this "order-cooking" division of labor into the restaurant's own operational manual, eliminating reliance on the external coordinator. This way, on-chain trusted block delivery and payment mechanisms are directly built into the protocol itself, thus no longer requiring dependence on third-party middleware. However, if the parties wish to use complex features not yet specified in the protocol, they can still choose to revert to using an external coordinator. Meanwhile, to prevent the "order relay" process from being a frantic rush, ePBS also establishes a dedicated "inspection team" to separately verify "who placed the order" and "whether the food was prepared and served on time." The original 2-second order relay window is consequently expanded to approximately 9 seconds, allowing the restaurant to handle more orders in one go—meaning Ethereum can carry more data destined for Layer2.

Headline Proposal Two: BALs, Making a "Shopping List" Before Heading Out

Next, the execution layer's headline proposal: Block-level Access Lists, abbreviated as BALs (EIP-7928).

The current way Ethereum processes transactions is akin to a person going grocery shopping blindfolded: they must touch an item first, confirm what it is, before deciding on the next step, so items must be handled one by one in a queue. Because it's not known in advance which data a transaction will use (e.g., which accounts it involves), the system must process transactions strictly in sequence, one after another. Otherwise, two transactions might unintentionally attempt to modify the same piece of data (like the balance of the same address) simultaneously, causing conflicts and errors.

BALs are equivalent to giving this person a "shopping list" written in advance, specifying "which shelves to go to and which items to pick up." With this list, the system can see ahead of time which transactions are completely unrelated and won't "fight" with each other. It can then group these unrelated transactions and process them concurrently in parallel, rather than having to queue them up one by one. This list has an additional benefit: when new nodes join the network, they can directly copy the final results recorded in this list, without needing to recompute all the complex historical transactions, significantly speeding up the node synchronization process. To facilitate the actual circulation of these lists within the network, Glamsterdam also bundles a supporting transport protocol upgrade that allows nodes to share these access lists. This transport protocol has now become a mandatory requirement for all execution layer clients.

Supporting Proposals: Recalculating Costs for "Space-Occupying" Operations

Besides these two headline proposals, Glamsterdam also bundles two repricing supporting proposals, which can be understood as a price list adjustment for the network's "storage fees" and "query fees," respectively.

  • The first involves operations like creating new accounts or deploying contracts, which "permanently occupy space" in the network. Previously, the fee charged was not proportional to the actual space occupied. Now, it will be recalculated to "charge the corresponding fee for each unit of space occupied." The goal is to control the entire network's data growth rate at a safe, predictable level of approximately 120 GiB per year, ensuring the network can continue to run on ordinary hardware. Additionally, this storage fee will be accounted for in a separate, dedicated account, no longer mixed with the computational costs of processing transactions themselves. As long as developers are willing to pay a bit more for storage, they can still deploy larger, more complex applications without being immediately capped by the overall Gas limit.
  • The second involves operations like querying or reading existing data within the network. Previously, these were priced too low, not keeping up with the actual query costs after the data volume increased. This time, the pricing standards for these opcodes will be raised, bringing the price closer to the real load conditions of modern hardware, while also preventing malicious actors from exploiting the cheap fees to intentionally clog the network with a flood of query requests.

Mainnet Launch Time: Still Not Finalized

Regarding the timeline, Glamsterdam is currently in a rather delicate phase. Officially, the last verifiable All Core Developers Execution Layer meeting (ACDE) was the 241st, held on July 16th, with the main agenda including the latest progress report on the Glamsterdam Devnet phase and voting for the headline proposal for the next upgrade, Hegota. A widely cited internal schedule previously indicated that the Devnet phase went through eight iterations from 0 to 7, spanning from March 28th to July 8th, 2026. The Sepolia testnet fork was originally scheduled for August 3rd, 2026, the Hoodi testnet fork for August 17th, 2026, and the target date for mainnet activation was September 16th, 2026.

The original schedule was for the first half of 2026. Source: Ethereum

However, based on the latest developments, this schedule has most likely been pushed back. The EthPandaOps team recently launched a new testnet called Plataberget, which is the first short-term public testnet specifically designed for Glamsterdam. Formal deployments on Sepolia and Hoodi are now expected to be postponed until September, and the mainnet launch target has been correspondingly pushed back to the fourth quarter of 2026. This marks the second time Glamsterdam's dates have slipped, following a previous delay from the original first half of 2026. Core developers have repeatedly emphasized that the correctness of the upgrade takes priority over meeting any specific date. Therefore, until a specific block height is officially locked in by an ACD meeting, we may have to wait until the fourth quarter, or even the end of the year, to see this upgrade.

Trending Cryptos

Related Questions

QWhat are the three core goals of the Ethereum Glamsterdam upgrade?

AThe three core goals are: 1) Acceleration (Parallelization): Reorganizing how the network records data dependencies to allow safe parallel processing of many transactions. 2) Scaling: Separating the heavy work of block creation and validation, giving the network more time to propagate larger amounts of data. 3) Sustainability: Adjusting network fees to accurately reflect the long-term hardware costs of storing new data, paving the way for future gas limit increases while preventing hardware degradation.

QWhat problem does the ePBS (EIP-7732) proposal aim to solve on the consensus layer?

AePBS (Enshrined Proposer-Builder Separation) aims to eliminate the reliance on off-chain, third-party relayers (intermediaries) that currently coordinate the block proposer and block builder roles. By building the separation of these roles directly into the protocol rules, it creates a more secure, trust-minimized system for block delivery and payment. It also restructures block validation to separate checks for the block header and the block body, extending the validation window from ~2 seconds to ~9 seconds, allowing the network to handle more data, particularly for Layer 2s.

QHow does the BALs (EIP-7928) proposal improve transaction processing on the execution layer?

ABALs (Block-Level Access Lists) provide a 'shopping list' for each block, pre-declaring which data (e.g., which accounts) each transaction will access. This allows the system to identify which transactions are independent and can be processed in parallel, rather than being forced to process all transactions sequentially to avoid conflicts. This parallelization speeds up block execution. Additionally, it simplifies state synchronization for new nodes, as they can use these lists to verify final results without replaying all historical transactions.

QWhat is the stated purpose of the fee repricing proposals bundled with Glamsterdam?

AThe fee repricing proposals aim to adjust network costs to better reflect real-world hardware costs. The first adjusts fees for operations that permanently occupy state (like creating accounts or deploying contracts) to align cost with storage footprint, aiming to control annual state growth to a predictable ~120 GiB. The second increases the cost of opcodes that read data, bringing the price closer to modern hardware query costs and preventing spam attacks that exploit artificially low fees.

QWhat is the current estimated timeline for the Glamsterdam upgrade to activate on the Ethereum mainnet according to the article?

AAccording to the latest indications in the article, the Glamsterdam mainnet activation has likely been delayed to the fourth quarter of 2026. The original target date of September 16, 2026, has been pushed back. The formal deployments on the Sepolia and Holesky testnets are now expected in September, with the mainnet launch to follow. This is the second delay for the upgrade, and the core developers prioritize correctness over meeting a specific date, so the activation might occur by the end of 2026.

Related Reads

New ChatGPT Feature: AI Begins Monitoring Users

OpenAI has launched "Computer History," a new feature for its ChatGPT desktop app on macOS, designed to track user activity across applications and websites. This allows the AI model to use this data to provide more accurate and personalized responses in subsequent conversations. The feature, released on August 13th, is available to Pro, Business, and Enterprise subscribers. However, its rollout in the European Economic Area, the UK, and Switzerland is delayed as OpenAI works to align the tool with local data processing regulations. Computer History operates in the background, logging user activity into a temporary timeline. Users can review, manage, or delete this history via the app's interface or macOS menu bar. The feature is opt-in and requires explicit user activation in the settings. This release replaces and expands upon an earlier experimental project called Chronicle. OpenAI states the new version is more computationally efficient and offers improved privacy controls. The launch coincides with other AI advancements from the company, including a high-speed GPT-5.6 model. The article notes potential technical risks associated with the predecessor, Chronicle, such as prompt injection vulnerabilities and unencrypted local data storage. It also highlights the competitive landscape, where similar memory features are being developed by rivals like Anthropic's Claude and Google's Gemini. The delayed European rollout underscores the ongoing challenge of balancing deep personalization with stringent data protection laws.

cryptonews.ru34m ago

New ChatGPT Feature: AI Begins Monitoring Users

cryptonews.ru34m ago

GPT-5 Also Has Tip-of-the-Tongue Moments, Google Tested 4.5 Million Times: The Keys Are Lost

Google researchers have discovered that advanced AI models like GPT-5 and Gemini 3 experience a phenomenon akin to the human "tip-of-the-tongue" state, where they possess knowledge but fail to retrieve it. Their study, "Empty Shelves or Lost Keys?" (ICML 2026), introduces the "Knowledge Portrait" framework to analyze factual knowledge in models, distinguishing between failure to encode a fact versus failure to recall it. Testing on 13 models across 2.15 million queries from the WikiProfile benchmark revealed that state-of-the-art models successfully encode 95-98% of facts into their parameters. However, when asked directly, they fail to recall 26-34% of these known facts. Enabling chain-of-thought ("thinking") reasoning reduces this recall failure to 11-12%, recovering 40-65% of the previously unrecalled but encoded facts. The research identifies two key bottlenecks: recalling obscure ("long-tail") facts and answering reversed queries (e.g., "Who is Tom Cruise's mother?" vs. "Whose son is Tom Cruise?"). While scaling model size effectively reduces encoding failures, it does little to improve recall rates. In larger models, recall failure becomes the dominant source of factual errors, accounting for over 70% of mistakes in GPT-5.2. The findings suggest that for top models, the primary challenge is no longer storing knowledge but accessing it efficiently. Future accuracy gains may depend more on improved inference-time methods and "meta-cognitive" abilities, enabling models to recognize when they need to engage in deeper reasoning to retrieve information they already know.

marsbit55m ago

GPT-5 Also Has Tip-of-the-Tongue Moments, Google Tested 4.5 Million Times: The Keys Are Lost

marsbit55m ago

The Dollar is a Technology: Stablecoins Are Exporting U.S. Institutions to the World

This article argues that stablecoins and blockchain infrastructure are becoming a vehicle for exporting American financial systems globally. The core thesis is that the U.S. dollar, as a "technology," is increasingly embedded in blockchain rails, moving beyond a reserve currency to represent the institutional stability of the United States itself. The piece highlights three key areas where this is happening: 1. **Cross-border payments and trade finance:** Companies like Keyrails use stablecoins and blockchain to streamline and secure trade finance for emerging markets (e.g., Nigeria-China trade), offering faster, often cheaper dollar liquidity than traditional systems. 2. **Programmable collateral and credit:** Platforms like SemiLiquid allow institutions to use tokenized assets (e.g., treasuries, stocks) as "programmable collateral" for loans without moving them from custody, unlocking capital efficiency and improving transparency in institutional lending. 3. **Financing real-world assets:** Protocols like USD.AI create lending markets for productive, hard-to-finance assets like AI GPUs, connecting global stablecoin liquidity to physical capital. The author concludes that the true value of these new blockchain-based financial platforms lies not just in transaction volume, but in the deep, hard-to-replicate "context" (data, trust, operational knowledge) they build around specific economic activities like trade and asset finance. This represents crypto's evolution into an operating system for real-world capital formation, moving beyond speculation.

marsbit58m ago

The Dollar is a Technology: Stablecoins Are Exporting U.S. Institutions to the World

marsbit58m ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of ETH (ETH) are presented below.

活动图片