The Ethereum ecosystem is gearing up for its next major evolution, but not without a crucial warning for builders and users alike. The Ethereum Foundation (EF) is alerting the community that the upcoming Glamsterdam upgrade introduces significant changes to the network’s gas model. If developers don’t take action, essential tools like crypto wallets, network indexers, and transaction gas estimators could unexpectedly break when the update goes live.
How the Glamsterdam Upgrade Changes Ethereum’s Gas Model
The core issue stems from a fundamental shift in how the Ethereum network will calculate transaction costs. Historically, the community has operated under the assumption that a standard ETH transfer costs a flat rate of 21,000 gas. However, the Glamsterdam upgrade introduces EIP-8037, which adds a brand new “state-gas” dimension specifically for operations that create new data on the blockchain.
Under this new system, sending Ethereum to an existing, established account will still cost the usual 21,000 gas. But if you are transferring ETH to a brand-new account, the network will now apply an additional state-gas fee. Because of this, the EF Protocol DevOps team is strongly advising developers to drop any hardcoded maximum gas limits. If a decentralized app or estimating tool assumes 21,000 gas is a catch-all for every transfer, or if it only calculates costs using a single dimension, that software is virtually guaranteed to fail post-upgrade.
Testing on Plataberget and Additional Network Features
To help the community prepare and avoid widespread tool failure, the Ethereum Foundation is urging developers to stress-test their updated systems on Plataberget. Launched on August 13, Plataberget is a dedicated public testnet intended to run for several months to ensure a smooth transition. The Glamsterdam fork is scheduled to activate on this testnet this Thursday. Once any early bugs are ironed out, the upgrade will then be deployed across the Sepolia and Hoodi testnets before eventually making its way to the Ethereum mainnet.
Beyond the critical changes to the gas model, the Glamsterdam upgrade is packed with other major technical improvements designed to optimize the network. The highly anticipated fork will officially introduce enshrined proposer-builder separation (PBS), which helps streamline block creation. It also brings block-level access lists and increases the size limits for both smart contracts and initialization code. While these features will make Ethereum more robust and scalable, updating software to handle the new state-gas charges remains the most urgent task for developers right now.