The Ethereum ecosystem is bracing for a transformative network upgrade dubbed Glamsterdam, which introduces sweeping changes to block construction logic and the gas pricing framework. To facilitate a smooth transition, the early test environment Platåberget has opened its doors to the public, offering developers a multi-month testing window to prepare for the mainnet deployment and mitigate potential systemic failures.
This upgrade implements deep modifications across both the consensus and execution layers, with the protocol-integrated proposer-builder separation (ePBS) serving as a pivotal architectural shift. This mechanism transforms how blocks are built, proposed, and validated, introducing a new builder API flow alongside payload timeliness check standards. Consequently, infrastructure relying on traditional block production and verification pipelines must undergo reconfiguration to align with the novel interaction protocols.
Additionally, the upgrade mandates block-level access lists, which meticulously document accessed state locations and post-transaction modification details. These access lists exist independently of the block body and are exchanged between execution layer nodes via the eth/71 protocol, thereby enhancing state tracking transparency and operational efficiency.
Regarding contract deployment, the maximum deployable contract size has been significantly expanded from 24KiB to 64KiB, while the maximum init code size has grown from 48KiB to 128KiB, providing ample headroom for complex smart contract implementations. Meanwhile, Platåberget's validator set remains modest yet fully open, permitting anyone to deposit new validators and test the deposit workflow.
Given ePBS's profound influence on the consensus layer, solo stakers, DVT projects, custom software developers, and large-scale operators must leverage this opportunity to thoroughly test their infrastructure's stability and compatibility under the new consensus framework. However, it is the gas re-pricing initiative that carries the broadest impact, aiming to recalibrate the gas floor to approximately 200 million, a move that will render any tools dependent on hardcoded maximum gas limits obsolete.
Data compiled from Woofun AI indicates that this overhaul extends beyond aggregate limit adjustments, introducing a multi-dimensional cost calculation model. EIP-8037 establishes a dedicated state gas dimension for operations that create new state, such as account creation, contract deployment, or writing to new storage slots. These actions now incur dynamic costs based on a fixed per-state-byte cost (CPSB) at runtime, rather than upfront fixed fees. Consequently, the cost structure for standard ETH transfers has fundamentally shifted: transferring funds to an existing account still consumes 21,000 gas, but this figure is now disaggregated into TXBASECOST, COLDACCOUNTACCESS, and TXVALUECOST components. Conversely, sending value to a non-existent account incurs additional state gas costs equivalent to STATEBYTESPERNEWACCOUNT × CPSB at runtime.
This transformation implies that wallets, indexers, and gas estimators assuming 21,000 gas covers all transfer scenarios, or relying on a single gas dimension for approximation, will encounter severe compatibility hurdles. Developers must consult EIP-2780 for the detailed intrinsic cost breakdown and assess the implications of increased state access costs on application logic in accordance with EIP-8038, ensuring downstream tools do not fail due to misestimated costs.
On the testnet execution front, Platåberget is slated to undergo its fork on August 20th, providing the community ample preparation time. The public can participate in network bootstrap by submitting validator or builder deposits via the Dora explorer. Diverging from past practices, the genesis validator set will no longer auto-assign staking to a handful of entities; instead, it will be guided through public deposit mechanisms, with a portion of ETH distributed at genesis to assist with initial startup, thus ensuring a decentralized starting state.
For client configuration, developers can utilize container images provided by ethPandaOps for rapid deployment before teams release tagged versions. Client support details for both consensus and execution layers must be verified individually on the resources page to confirm the inclusion of Glamsterdam-related updates. Additionally, the Platåberget page offers a one-click add-network flow, streamlining EL and CL client configuration, and features a faucet supplying testnet ETH to cover deposits and gas expenses.
Notably, Platåberget is not a short-lived developer network but a stable environment designed to operate for several months, enabling the community to fully experience and stress-test the post-Glamsterdam Ethereum ecosystem before migrating to the long-term testnets Sepolia and Hoodi. This approach aims to surface potential issues early. As feedback integrates into client software and specifications, a clear roadmap emerges: within a month, a non-finality developer network will follow, specifically for testing extreme consensus scenarios under pressure. Once these devnets stabilize, the existing long-term testnets Sepolia and Hoodi will undergo the Glamsterdam fork, and upon achieving stability, the transition to Ethereum mainnet will commence.
Participants seeking to track progress in detail can follow the Ethereum R&D Discord server, All Core Dev calls, the Glamsterdam upgrade tracker, and the Glamsterdam devnet GitHub repository under EthPandaOps. Specification errors can be reported via repositories such as consensus-specs, execution-specs, execution-apis, builder-specs, and beacon-APIs. This comprehensive set of measures underscores the Ethereum community's commitment to ensuring the seamless delivery of this complex upgrade through layered testing and broad collaboration, thereby averting the ecosystem disruptions historically triggered by tooling incompatibilities.