cleartext

Independent, sourced crypto news. No paid placements.

ethereum

Ethereum's Glamsterdam testnet goes live, and it breaks the 21,000-gas assumption

The Ethereum Foundation launched Platåberget, a public multi-month testnet that forks to Glamsterdam on 20 August, warning that gas repricings will break wallets, indexers and gas estimators.

The Ethereum Foundation announced Platåberget on Monday, a publicly joinable testnet that will run the Glamsterdam upgrade — the combined Gloas consensus fork and Amsterdam execution fork — starting 20 August, three days after the announcement. Unlike the short-lived devnets that preceded it, the Foundation says Platåberget is meant to stay up for a few months as a stable place to break things before Glamsterdam reaches Sepolia and Hoodi, and eventually mainnet. No mainnet date was given.

The headline warning in the Foundation's post is aimed at application developers, not stakers: any tool that hardcodes a maximum gas limit — wallets, indexers, gas estimators — will break. The repricings are a coordinated bundle targeting a roughly 200M gas floor, per the Foundation's announcement.

The subtler break is per-operation. EIP-8037 introduces a separate state gas dimension, metering new state at a fixed cost per state byte (CPSB) charged at runtime rather than up front. The practical result: a plain ETH transfer is no longer flat 21,000 gas. Transfers to an existing account still cost 21,000 — now decomposed into TX_BASE_COST, COLD_ACCOUNT_ACCESS and TX_VALUE_COST under EIP-2780 — while a transfer to an account that doesn't yet exist additionally incurs STATE_BYTES_PER_NEW_ACCOUNT × CPSB at runtime. EIP-8038 raises state-access costs separately.

Also in the fork, per EF: enshrined proposer-builder separation (ePBS), with a new builder API flow and payload-timeliness committee checks; enforced block-level access lists stored outside the block body and gossiped over a new eth/71 protocol version; a contract size ceiling raised from 24KiB to 64KiB and initcode from 48KiB to 128KiB; and forward-compatible consensus data structures. The full EIP list sits in meta EIP-7773.

Platåberget's genesis validator set is bootstrapped from public deposits rather than pre-allocated to a handful of operators, with some ETH allocated at genesis to seed it. Deposits — validator and builder — go through the Dora explorer, funded by a faucet.

Key facts

  • Glamsterdam fork on Platåberget scheduled for 20 August 2026 — Ethereum Foundation blog, 17 Aug
  • Gas repricing bundle targets a ~200M gas floor — EF blog
  • Max contract size 24KiB → 64KiB; initcode 48KiB → 128KiB — EF blog
  • ETH transfers to non-existent accounts now cost more than 21,000 gas — EF blog, citing EIP-8037/EIP-2780/EIP-8038
  • Intended lifespan: "a few months," ahead of Sepolia and Hoodi forks — EF blog

The real-world read

Two things sit uneasily in the same post. The Foundation calls Platåberget a stable place to experiment, then says client releases are optional and instructs operators to run ethPandaOps container images "while client teams prepare tagged releases." A network whose clients don't have tagged releases and whose validator set will be assembled from whoever shows up is a devnet with a longer lease, whatever the framing.

The post also says the 20 August date allows "ample time to make deposits and prepare." That is three days. It's an in-house judgment from the party setting the schedule, not an external one.

Worth noting what comes after: a non-finality devnet "within the month" to test pathological consensus scenarios — meaning ePBS's worst cases haven't been exercised yet. This is the Foundation's own announcement of its own timeline; how many validators actually join, and which clients run, isn't public.

Opinion, and whose

The claims that Platåberget is "stable," that the lead time is "ample," and that gas repricing is the change "most likely to catch downstream tooling off guard" are all the Ethereum Foundation's, stated in its announcement. No independent assessment of the network's readiness has surfaced.

Sources

  • Ethereum Foundation blog, "Announcing the Platåberget Testnet," 17 Aug 2026 — primary source for the fork date, EIP contents, gas mechanics, deposit process and roadmap. Not sponsored, but it is the organization publicizing its own upgrade; timeline and stability characterizations are self-assessments.

Not financial advice.