News brief Sun, Aug 23, 2026 · 7 min read

Glamsterdam Ran in Public, and Lost Finality on Day One

Platåberget forked, Sepolia has a proposed date, and EIP-8253 puts an expiry on a set of counterfactual addresses.

Glamsterdam — What Is ComingAccess Lists & Block-Level Access ListsMultidimensional Gas & Fee MarketsDeterministic DeploymentBridge & Cross-Chain Trust

The short version

Platåberget forked and lost finality — 20 August

Sepolia proposed for 28 September, undecided — 20 August

EIP-8253 makes some addresses permanently undeployable — 20 August

Counterfactual CREATE2 addresses are the exposure. The targeted accounts have storage but no code — residue of pre-Spurious-Dragon behaviour and SELFDESTRUCT. Any deployment pre-signed or advertised at such an address becomes impossible on the fork block, with no revert to catch: the state transition happens outside anyone's transaction. A funded counterfactual wallet address is the expensive version.

Block-level access lists got priced — 18 August

Two application-layer losses — 19 and 23 August

Hegotá's consensus agenda starts filling — 20 August

Why it matters

(bool ok, ) = target.call{gas: 2300}("");     // stipend-sized budgets
require(gasleft() > 100_000);                 // gasleft() excludes the state reservoir
uint256 fee = 21_000 * tx.gasprice;           // refund and relayer accounting

Worth watching

Everything this brief cited

Threads left open

  • Whether ACDC #186 on 3 September confirms the 28 September Sepolia date
  • Which fork EIP-8253 actually lands in
  • Whether BALs get priced before Glamsterdam ships

The next news brief picks these up.

Sources