• About
  • FAQ
  • Earn Bitcoin while Surfing the net
  • Buy & Sell Crypto on Paxful
Newsletter
Approx Foundation
  • Home
    • Home – Layout 1
  • Bitcoin
  • Ethereum
  • Regulation
  • Market
  • Blockchain
  • Business
  • Guide
  • Contact Us
No Result
View All Result
  • Home
    • Home – Layout 1
  • Bitcoin
  • Ethereum
  • Regulation
  • Market
  • Blockchain
  • Business
  • Guide
  • Contact Us
No Result
View All Result
Approx Foundation
No Result
View All Result
Home Regulation

Announcing the Platåberget Testnet | Ethereum Foundation Blog

Moussa by Moussa
August 17, 2026
in Regulation
0
Announcing the Platåberget Testnet | Ethereum Foundation Blog
189
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter

Related articles

Bitmine may not need to buy more ETH to reach its 5% Ethereum goal

Bitmine may not need to buy more ETH to reach its 5% Ethereum goal

September 6, 2026
Hayes’ thesis meets dormant Fed plumbing

Hayes’ thesis meets dormant Fed plumbing

September 4, 2026



tl;dr: Meet Platåberget: Glamsterdam’s (Gloas + Amsterdam) early testing ground open to public participation. This upgrade comes with breaking changes for application developers. Notably, any tool that relies on a hardcapped maximum gas limit (think wallets, indexers and gas estimators) will break and needs to be updated. Please use this early opportunity to test!

Platåberget is a short-term testnet aimed for testing changes by the community. Unlike the short-lived devnets before it, Platåberget is intended to run for a few months, giving the community a stable place to experiment with post-Glamsterdam Ethereum, and an opportunity to test and break things before Glamsterdam goes live on Ethereum’s longer-lived testnets, Sepolia and Hoodi.

What’s in the Glamsterdam fork

The Glamsterdam upgrade brings significant changes to both the consensus and execution layers. Highlights include:

  • Enshrined Proposer-Builder Separation: a major change to how blocks are built, proposed and validated, including a new builder API flow and PTC (payload-timeliness) checks. Infrastructure which depends on the block production and validation pipeline should expect to be affected.
  • Block-Level Access Lists: introduces enforced block-level access lists that record accessed state locations and post-transaction changes. BALs are stored separately from the block body and can be exchanged between execution-layer peers through eth/71.
  • Gas repricings: a coordinated bundle of gas cost changes aimed at a ~200M gas floor. Any tooling that hardcodes a maximum gas limit will be affected.
  • Larger contracts and initcode: increases the maximum deployed contract size from 24KiB to 64KiB and the maximum initcode size from 48KiB to 128KiB.
  • Forward-compatible consensus data structures

Platåberget has a relatively small but publically joinable validator set. This allows anyone to deposit a new
validator and test out their validator and builder deposit workflows. ePBS is a major change to the consensus
layer and we want to ensure that all the solo stakers, DVT projects, custom software and large scale operators have
ample chances to test their infrastructure. The Glamsterdam fork on the testnet is scheduled for 20th August, allowing ample time to make deposits and prepare for the fork transition.

Another major change in Glamsterdam is the gas repricings. These changes will affect a far larger group, since they touch every wallet, indexer, and gas estimator on the network. Please use this opportunity to understand what tooling or assumptions break in your system before the fork goes live in Mainnet.

The full list of included EIPs is tracked in the Glamsterdam meta EIP-7773.

Using Platåberget

Check out the Platåberget resources page for a summary of the included EIPs, client support and launch status, and the devnet-8 specification for network settings, config values, bootnodes and client release information.

The Platåberget page offers a one-click Add Network flow
to configure your EL and CL clients, and a faucet provides testnet ETH to cover deposits and gas.

A few things to keep in mind when running a node:

  • The public will be able to submit validator or builder deposits via the Dora explorer
  • Rather than pre-allocating automatic stake to a handful of entities, the genesis validator set will be bootstrapped from public deposits, with some ETH allocated at genesis to help get things started.
  • Client releases: releases for each client are optional, please check your client of choice if they have
    included it

Client images

For the time being, use our ethPandaOps container images below while client teams prepare tagged releases.

Consensus Layer

lighthouse: ethpandaops/lighthouse:glamsterdam-devnet-8
lodestar: ethpandaops/lodestar:unstable
nimbus: ethpandaops/nimbus-eth2:unstable
prysm: ethpandaops/prysm-beacon-chain:glamsterdam-devnet-8
prysm_validator: ethpandaops/prysm-validator:glamsterdam-devnet-8
teku: ethpandaops/teku:glamsterdam-devnet-8
grandine: ethpandaops/grandine:glamsterdam-devnet-8

Execution Layer

besu: ethpandaops/besu:glamsterdam-devnet-8
geth: ethpandaops/geth:glamsterdam-devnet-8
erigon: ethpandaops/erigon:glamsterdam-devnet-8
nethermind: ethpandaops/nethermind:glamsterdam-devnet-8
reth: ethpandaops/reth:glamsterdam-devnet-8
nimbusel: ethpandaops/nimbus-eth1:glamsterdam-devnet-8
ethrex: ethpandaops/ethrex:glamsterdam-devnet-8

Support & Feedback

If you identify bugs or issues with the specification, the best place to raise these is in the Ethereum R&D Discord server. If you’d rather not use Discord, other venues to raise such issues are the specification repositories: consensus, execution, execution-apis, builder-specs and beacon-APIs.

Next Steps

Platåberget gives the community an opportunity to experiment with post-Glamsterdam Ethereum and begin identifying issues.

The gas repricing is especially important for application developers: any tool that relies on a hardcapped maximum gas limit (think wallets, indexers and gas estimators) will break and needs to be updated. We’d love to see dApp and wallet developers testing against Platåberget alongside infra operators — this is the class of change most likely to catch downstream tooling off guard.

The repricing is not only about the block gas limit: individual operations change price too, and EIP-8037 introduces a separate state gas dimension for operations that create new state. Creating an account, deploying code or writing a fresh storage slot is now metered at a fixed cost per state byte (CPSB), charged at runtime rather than up front. The practical consequence is that a plain ETH transfer is no longer always flat 21,000 gas: transfers to an account that already exists still cost 21,000 (now decomposed into TX_BASE_COST + COLD_ACCOUNT_ACCESS + TX_VALUE_COST), but sending funds to an account that does not exist yet additionally incurs STATE_BYTES_PER_NEW_ACCOUNT × CPSB state gas at runtime. Anything that assumes 21,000 covers every transfer, or assumes a single gas dimension when estimating, needs revisiting — see EIP-2780 for the decomposed intrinsic cost and EIP-8038 for the state-access increases.

Once feedback has been incorporated into client software and the specifications, a non-finality devnet will follow within the month to test pathological consensus scenarios.

After these devnets have been stable for some time, the existing long-lived testnets (Sepolia, Hoodi) will run through the Glamsterdam fork. Once those have upgraded and are stable, next up is Ethereum mainnet’s transition to Glamsterdam 🎊.

For those eager to follow the progress at a more granular level, the best venues are the Ethereum R&D Discord server, the All Core Dev calls, the Glamsterdam upgrade tracker, or the EthPandaOps Glamsterdam devnets Github repo.

See you on Platåberget 🐻‍❄️!



Source link

Share76Tweet47

Related Posts

Bitmine may not need to buy more ETH to reach its 5% Ethereum goal

Bitmine may not need to buy more ETH to reach its 5% Ethereum goal

by Moussa
September 6, 2026
0

Bitmine is still buying Ethereum, even as staking may make further purchases unnecessary to reach its 5% ownership target.The Nasdaq-listed...

Hayes’ thesis meets dormant Fed plumbing

Hayes’ thesis meets dormant Fed plumbing

by Moussa
September 4, 2026
0

Arthur Hayes has a new market alarm for crypto traders: EUR/JPY. The pair has started to fall, yet the Federal...

Ethereum L2 Silicon shuts down with nearly $10 million still onchain

Ethereum L2 Silicon shuts down with nearly $10 million still onchain

by Moussa
September 3, 2026
0

Silicon Network is shutting down with nearly $10 million still on-chain, giving users until year-end to exit.The Ethereum layer 2...

Ethereum has a $5 billion staking traffic jam

Ethereum has a $5 billion staking traffic jam

by Moussa
August 31, 2026
0

More than 2 million ETH is waiting to enter Ethereum staking as the amount already staked reaches a record high.Ethereum’s...

Ledger patched critical signing bugs months after writing the fixes

Ledger patched critical signing bugs months after writing the fixes

by Moussa
August 28, 2026
0

Crypto wallet maker Ledger is urging its Ethereum app users to update again after two signing flaws remained in its...

Load More

youssufi.com

sephina.com

[vc_row full_width="stretch_row" parallax="content-moving" vc_row_background="" background_repeat="no-repeat" background_position="center center" footer_scheme="dark" css=".vc_custom_1517813231908{padding-top: 60px !important;padding-bottom: 30px !important;background-color: #191818 !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}" footer_widget_title_color="#fcbf46" footer_button_bg="#fcb11e"][vc_column width="1/4"]

We bring you the latest in Crypto News

[/vc_column][vc_column width="1/4"][vc_wp_categories]
[/vc_column][vc_column width="1/4"][vc_wp_tagcloud taxonomy="post_tag"][/vc_column][vc_column width="1/4"]

Newsletter

[vc_raw_html]JTNDcCUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIydG5wJTIwdG5wLXN1YnNjcmlwdGlvbiUyMiUzRSUwQSUzQ2Zvcm0lMjBtZXRob2QlM0QlMjJwb3N0JTIyJTIwYWN0aW9uJTNEJTIyaHR0cHMlM0ElMkYlMkZhcHByb3gub3JnJTJGJTNGbmElM0RzJTIyJTNFJTBBJTBBJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMm5sYW5nJTIyJTIwdmFsdWUlM0QlMjIlMjIlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMnRucC1maWVsZCUyMHRucC1maWVsZC1maXJzdG5hbWUlMjIlM0UlM0NsYWJlbCUyMGZvciUzRCUyMnRucC0xJTIyJTNFRmlyc3QlMjBuYW1lJTIwb3IlMjBmdWxsJTIwbmFtZSUzQyUyRmxhYmVsJTNFJTBBJTNDaW5wdXQlMjBjbGFzcyUzRCUyMnRucC1uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybm4lMjIlMjBpZCUzRCUyMnRucC0xJTIyJTIwdmFsdWUlM0QlMjIlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMnRucC1maWVsZCUyMHRucC1maWVsZC1lbWFpbCUyMiUzRSUzQ2xhYmVsJTIwZm9yJTNEJTIydG5wLTIlMjIlM0VFbWFpbCUzQyUyRmxhYmVsJTNFJTBBJTNDaW5wdXQlMjBjbGFzcyUzRCUyMnRucC1lbWFpbCUyMiUyMHR5cGUlM0QlMjJlbWFpbCUyMiUyMG5hbWUlM0QlMjJuZSUyMiUyMGlkJTNEJTIydG5wLTIlMjIlMjB2YWx1ZSUzRCUyMiUyMiUyMHJlcXVpcmVkJTNFJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJ0bnAtZmllbGQlMjB0bnAtcHJpdmFjeS1maWVsZCUyMiUzRSUzQ2xhYmVsJTNFJTNDaW5wdXQlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjBuYW1lJTNEJTIybnklMjIlMjByZXF1aXJlZCUyMGNsYXNzJTNEJTIydG5wLXByaXZhY3klMjIlM0UlQzIlQTBCeSUyMGNvbnRpbnVpbmclMkMlMjB5b3UlMjBhY2NlcHQlMjB0aGUlMjBwcml2YWN5JTIwcG9saWN5JTNDJTJGbGFiZWwlM0UlM0MlMkZkaXYlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMnRucC1maWVsZCUyMHRucC1maWVsZC1idXR0b24lMjIlM0UlM0NpbnB1dCUyMGNsYXNzJTNEJTIydG5wLXN1Ym1pdCUyMiUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlN1YnNjcmliZSUyMiUyMCUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlM0NiciUyRiUzRSUzQyUyRnAlM0U=[/vc_raw_html][/vc_column][/vc_row]
No Result
View All Result
  • Contact Us
  • Homepages
  • Business
  • Guide

© 2024 APPROX FOUNDATION - The Crypto Currency News