The Ethereum Foundation has issued a warning that its upcoming Glamsterdam network upgrade could temporarily break certain software tools. Applications relying on hard-coded gas estimates including specific digital wallets, blockchain indexers, and transaction cost calculators may fail due to structural changes in Ethereum’s gas model. Developers are urged to audit their software and conduct preliminary testing on the Plataberget testnet before mainnet activation.
The Ethereum Foundation has alerted cryptocurrency developers that the upcoming Glamsterdam network upgrade could disrupt several widely used software tools.
According to an update from the protocol development and operations team, the hard fork introduces fundamental changes to how Ethereum measures and charges for computation. As a result, applications that rely on fixed gas limits such as certain crypto wallets, blockchain indexers, and gas estimation calculators could experience operational errors unless developers update their code.
At the core of the potential disruption is Ethereum Improvement Proposal 8037 (EIP-8037), which alters the network’s gas architecture. The upgrade introduces an independent “state gas” fee dimension specifically for transactions that create new data structures on the blockchain.
Under the new model, sending standard Ether (ETH) transfers to existing user accounts will still require the traditional baseline cost of 21,000 gas. However, transferring funds to newly created, previously non-existent accounts will incur extra state gas charges. Software that operates on the assumption that all ETH transfers cost exactly 21,000 gas will likely encounter failed transactions or inaccurate fee estimates.
To prevent software failures, the Ethereum Foundation urged engineering teams to re-audit applications that use single-dimension gas estimation models or hard-coded maximum fee thresholds.
To assist with transition testing, developers are encouraged to run simulations on the Plataberget public testnet, which launched on August 13. Testing is scheduled to run for several months ahead of the main network deployment, with additional testnet activations planned on the Sepolia and Hoodi networks.
Beyond gas model modifications, the Glamsterdam upgrade packages several additional network enhancements. These include native Proposer-Builder Separation (PBS) to reduce validator centralization, block-level access lists, and increased size capacity limits for smart contracts and initialization code.
Gas is the unit used to measure the computational effort required to execute actions on the Ethereum network. Every transaction, smart contract execution, or data storage request consumes gas, which users pay for in ETH to incentivize network validators.
Over Ethereum’s history, major protocol upgrades have periodically modified gas calculations to optimize network resources, manage blockchain growth, and prevent spam. While these technical adjustments improve network efficiency over the long term, they frequently require wallet providers, decentralized application developers, and infrastructure services to modify their underlying software frameworks to maintain compatibility.
As the Glamsterdam upgrade approaches deployment across test networks, developers must update their transaction estimation logic to accommodate multi-dimensional state gas. Proactive testing on the Plataberget network will be critical to ensuring that wallets and blockchain tools continue to operate smoothly when the upgrade officially goes live.
