DeFi Daily News
Tuesday, November 18, 2025
Advertisement
  • Cryptocurrency
    • Bitcoin
    • Ethereum
    • Altcoins
    • DeFi-IRA
  • DeFi
    • NFT
    • Metaverse
    • Web 3
  • Finance
    • Business Finance
    • Personal Finance
  • Markets
    • Crypto Market
    • Stock Market
    • Analysis
  • Other News
    • World & US
    • Politics
    • Entertainment
    • Tech
    • Sports
    • Health
  • Videos
No Result
View All Result
DeFi Daily News
  • Cryptocurrency
    • Bitcoin
    • Ethereum
    • Altcoins
    • DeFi-IRA
  • DeFi
    • NFT
    • Metaverse
    • Web 3
  • Finance
    • Business Finance
    • Personal Finance
  • Markets
    • Crypto Market
    • Stock Market
    • Analysis
  • Other News
    • World & US
    • Politics
    • Entertainment
    • Tech
    • Sports
    • Health
  • Videos
No Result
View All Result
DeFi Daily News
No Result
View All Result
Home Cryptocurrency Ethereum

rewrite this title Fusaka Testnet Announcement | Ethereum Foundation Blog

Protocol Coordination Team by Protocol Coordination Team
September 25, 2025
in Ethereum
0 0
0
rewrite this title Fusaka Testnet Announcement | Ethereum Foundation Blog
0
SHARES
0
VIEWS
Share on FacebookShare on TwitterShare on Telegram
Listen to this article


rewrite this content using a minimum of 1000 words and keep HTML tags

Fusaka follows this year’s Pectra upgrade, representing a major step forward in Ethereum’s scaling roadmap by introducing PeerDAS and key improvements that enhance blob throughput, L1 performance, and user experience.

This post announces the testnet activation schedule for the first three testnets, beginning with Holesky at slot 5,283,840 (October 1, 2025, 08:48:00 UTC). See the activation table below for the complete Sepolia and Hoodi timeline. Fusaka also introduces Blob Parameter Only (BPO) forks to safely scale blob throughput after PeerDAS activation. These are minimal, config-only upgrades that adjust the blob target/max and fee update fraction.

The Fusaka testnet client releases are listed below. Once all three testnets have successfully upgraded, a mainnet activation slot will be chosen.

Fusaka Overview

Fusaka’s headlining EIP is PeerDAS (Peer Data Availability Sampling), which enables significant blob throughput scaling. The upgrade also includes optimizations across execution and consensus layers to scale L1 performance and improve user experience. This post outlines the major improvements. For a more comprehensive overview, see ethereum.org’s guide to the upgrade.

Scale Blobs: PeerDAS

EIP-7594 introduces PeerDAS, a new networking protocol that allows nodes to verify blob data availability through sampling rather than downloading complete blobs. This is a key step toward scaling blob throughput while maintaining Ethereum’s security and decentralization.

Since the Dencun upgrade, layer 2 usage has grown substantially, often reaching the current 9 blob per block limit. PeerDAS allows Ethereum to increase this limit without compromising on security. It does so by using erasure coding to allow nodes to sample portions of blob data while still cryptographically guaranteeing that the full data is available across the network. This creates a path toward higher blob targets outlined in Ethereum’s scaling roadmap.

This sampling approach directly benefits layer 2 rollups by supporting higher blob throughput without proportionally increasing bandwidth requirements for individual nodes. As blob capacity scales beyond current limits, L2 transaction fees can decrease further while maintaining the security guarantees of data availability on Ethereum L1.

To safely ramp blob throughput after PeerDAS is activated, Ethereum will use Blob-Parameter-Only (BPO) forks. Fusaka includes two planned BPO parameter adjustments on Holesky starting October 7, 2025, with similar schedules for other testnets. These BPOs will raise the per-block blob target and maximum from 6 & 9 respectively to 10 & 15 in BPO1 and 14 & 21 in BPO2.

Scale L1

ModExp Optimization
EIP-7883 and EIP-7823 work together to optimize the ModExp precompile. EIP-7883 increases gas costs to more accurately reflect computational complexity, including raising minimal gas costs and tripling general cost calculations. EIP-7823 sets upper bounds for ModExp operations. Together, these changes ensure that resource-intensive cryptographic operations are properly priced and support potential future block gas limit increases.

Transaction Gas Limit Cap
EIP-7825 implements a protocol-level transaction gas limit cap of 16,777,216 gas, preventing individual transactions from consuming excessive block gas and protecting against DoS attacks. This lays the groundwork for parallel transaction processing in the EVM.

Network Protocol Optimization
EIP-7642 introduces eth/69, which removes pre-merge fields and the receipt Bloom from the networking protocol. This cleanup reduces sync bandwidth requirements, adds an explicit history serving window for nodes to advertise and simplifies the codebase by removing legacy components that are no longer needed post-merge.

Gas Limit Increase
EIP-7935 raises Ethereum’s default gas limit to 60MM, reflecting the gas limit that core developers believe Ethereum L1 can safely scale to. This increase enables more L1 execution capacity and has been thoroughly tested across different client combinations to ensure network stability and security.

Beyond these performance improvements, Fusaka also enhances the user and developer experience with several targeted upgrades.

Improve UX

secp256r1 Precompile
EIP-7951 adds native support for the secp256r1 elliptic curve through a new precompiled contract. This enables direct integration with modern secure hardware like Apple Secure Enclave, Android Keystore, and FIDO2/WebAuthn devices, reducing friction for mainstream blockchain adoption through familiar authentication flows.

Count Leading Zeros Opcode
EIP-7939 introduces the CLZ (Count Leading Zeros) opcode, providing a native, gas-efficient way to perform fundamental bit-counting operations. This addition supports mathematical operations, compression algorithms, and post-quantum signature schemes while reducing ZK proving costs.

Fusaka Specifications

The complete list of changes introduced in Fusaka can be found in EIP-7607. The core EIPs include:

Additional supporting EIPs:

Full specifications for the execution and consensus layer changes are available in the following releases:

Fusaka also introduces changes to the Engine API used for communication between consensus and execution layer nodes. These are specified in the osaka file of the execution-apis repository.

Fusaka Security

Security researchers can participate in the Fusaka audit competition to help identify potential issues before mainnet deployment.

Fusaka Activation

The Fusaka network upgrade will activate on Holesky, Sepolia, and Hoodi testnets as follows:

NetworkSlotUTC TimeUNIX TimestampHolesky5,283,8402025-10-01 08:48:001759308480Sepolia8,724,4802025-10-14 07:36:001760427360Hoodi1,622,0162025-10-28 18:53:121761677592

As previously announced, note that Fusaka will be the last network upgrade deployed to Holesky. It will be shut down shortly after the upgrade has been deployed on it.

Blob Parameter Only (BPO) Fork Schedule

Following the main Fusaka activation, the network will implement Blob Parameter Only forks to gradually increase blob throughput. BPO1 will increase the per-block blob target and maximum to 10 & 15 respectively. BPO2 will further increase the target to 14 and maximum to 21.

Holesky BPO Schedule

BPO ForkEpochDate & Time (UTC)Unix TimestampBPO1166,4002025-10-07 01:20:001759800000BPO2167,9362025-10-13 21:10:241760389824

Sepolia BPO Schedule

BPO ForkEpochDate & Time (UTC)Unix TimestampBPO1274,1762025-10-21 03:26:241761017184BPO2275,7122025-10-27 23:16:481761607008

Hoodi BPO Schedule

BPO ForkEpochDate & Time (UTC)Unix TimestampBPO152,4802025-11-05 18:02:001762365720BPO254,0162025-11-12 13:52:241762955544

Client Releases

The following client releases are suitable for the Fusaka upgrade on all three testnets. Further versions will activate support on mainnet. Once these are released, another announcement will be made on this blog.

Consensus Layer Holesky, Sepolia & Hoodi Releases

When running a validator, both the Consensus Layer Beacon Node and Validator Client must be updated.

Note: Lodestar users should always use the latest rc version listed on their releases page.

Execution Layer Holesky, Sepolia & Hoodi Releases

FAQ

How do Ethereum network upgrades work?

Ethereum network upgrades require explicit opt-in from node operators on the network. While client developers come to consensus on what EIPs are included in an upgrade, they are not the ultimate deciders of its adoption.

For the upgrade to go live, validators and non-staking nodes must manually update their software to support the protocol changes being introduced.

If they use an Ethereum client that is not updated to the latest version (listed above), at the fork block, it will disconnect from upgraded peers, leading to a fork on the network. In this scenario, each subset of the network nodes will only stay connected with those who share their (un)upgraded status.

While most Ethereum upgrades are non-contentious and cases leading to forks have been rare, the option for node operators to coordinate on whether to support an upgrade or not is a key feature of Ethereum’s governance.

For a more exhaustive overview of Ethereum’s governance process, see this talk by Tim Beiko.

As an Ethereum mainnet user or ETH holder, is there anything I need to do?

In short, no.

This announcement only pertains to Ethereum testnets. A further announcement will be made for Fusaka’s activation on the Ethereum mainnet, but even then, Ethereum mainnet users and ETH holders are not expected to have to take action.

As a non-staking testnet node operator, what do I need to do?

To be compatible with the upgrade on any of these testnets, update your node’s execution and consensus layer clients to the versions listed in the table above.

As a testnet staker, what do I need to do?

To be compatible with the upgrade on any of these testnets, update your node’s execution and consensus layer clients to the versions listed in the table above. Make sure both your beacon node and validator client are updated.

As a non-testnet node operator or staker, what do I need to do?

Nothing for now. Further announcements will be made for Fusaka’s activation on mainnet.

As an application or tooling developer, what should I do?

Review the EIPs included in Fusaka to determine if and how they affect your project. The introduction of PeerDAS, secp256r1 support, and the new CLZ opcode offer exciting opportunities for enhanced functionality and performance optimizations.

Why “Fusaka”?

Upgrades to the execution layer follow Devcon city names, and those to the consensus layer use star names. “Fusaka” is the combination of Fulu, a star in the constellation of Cassiopeia, and Osaka, the location of Devcon V.

and include conclusion section that’s entertaining to read. do not include the title. Add a hyperlink to this website [http://defi-daily.com] and label it “DeFi Daily News” for more trending news articles like this



Source link

Tags: AnnouncementBlogEthereumFoundationFusakarewriteTestnettitle
ShareTweetShare
Previous Post

Stocks Slide as U.S. Posts Fastest Growth in Nearly 2 Year | The Close 9/25/2025

Next Post

Xiaomi 17 Pro Max review – Apple are you seeing this!?

Next Post
Xiaomi 17 Pro Max review – Apple are you seeing this!?

Xiaomi 17 Pro Max review - Apple are you seeing this!?

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
  • Trending
  • Comments
  • Latest
rewrite this title Ripple News: First U.S. Spot XRP ETF Surpasses 0 Million in Assets

rewrite this title Ripple News: First U.S. Spot XRP ETF Surpasses $100 Million in Assets

October 26, 2025
rewrite this title and make it good for SEO MEXC Vs KuCoin 2025: Which Exchange Is Better?

rewrite this title and make it good for SEO MEXC Vs KuCoin 2025: Which Exchange Is Better?

October 26, 2025
rewrite this title Soft Washed Pleated Comforter Set from .99 at Kohl’s!

rewrite this title Soft Washed Pleated Comforter Set from $19.99 at Kohl’s!

November 15, 2024
rewrite this title with good SEO Arthur Hayes Claims Bull Market Still In Play: Monetary Policy

rewrite this title with good SEO Arthur Hayes Claims Bull Market Still In Play: Monetary Policy

November 5, 2025
Stock market today: S&P 500 set to build on record high as Powell kicks off semiannual testimony

Stock market today: S&P 500 set to build on record high as Powell kicks off semiannual testimony

July 9, 2024
rewrite this title Tokenized assets in US near B as DTCC launches AppChain for real-time tokenized asset management

rewrite this title Tokenized assets in US near $20B as DTCC launches AppChain for real-time tokenized asset management

April 4, 2025
rewrite this title Over half a million Uhale app users unknowingly risk their networks

rewrite this title Over half a million Uhale app users unknowingly risk their networks

November 18, 2025
rewrite this title Chilean Film ‘The Mysterious Gaze of the Flamingo’ Official US Trailer | FirstShowing.net

rewrite this title Chilean Film ‘The Mysterious Gaze of the Flamingo’ Official US Trailer | FirstShowing.net

November 18, 2025
rewrite this title Hawk Tuah Girl Added to Solana Meme Coin Lawsuit—After She Cooperated With Law Firm – Decrypt

rewrite this title Hawk Tuah Girl Added to Solana Meme Coin Lawsuit—After She Cooperated With Law Firm – Decrypt

November 18, 2025
rewrite this title Introducing Filecoin Onchain Cloud: Verifiable, Developer-Owned Infrastructure

rewrite this title Introducing Filecoin Onchain Cloud: Verifiable, Developer-Owned Infrastructure

November 18, 2025
rewrite this title Anthony Joshua had American heavyweight Cassius Chaney on shortlist before accepting Jake Paul fight

rewrite this title Anthony Joshua had American heavyweight Cassius Chaney on shortlist before accepting Jake Paul fight

November 18, 2025
rewrite this title and make it good for SEO Analysts See alt=

rewrite this title and make it good for SEO Analysts See $0.4 Price for BlockDAG After Market Debut!

November 18, 2025
DeFi Daily

Stay updated with DeFi Daily, your trusted source for the latest news, insights, and analysis in finance and cryptocurrency. Explore breaking news, expert analysis, market data, and educational resources to navigate the world of decentralized finance.

  • About Us
  • Blogs
  • DeFi-IRA | Learn More.
  • Advertise with Us
  • Disclaimer
  • Privacy Policy
  • DMCA
  • Cookie Privacy Policy
  • Terms and Conditions
  • Contact us

Copyright © 2024 Defi Daily.
Defi Daily is not responsible for the content of external sites.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Cryptocurrency
    • Bitcoin
    • Ethereum
    • Altcoins
    • DeFi-IRA
  • DeFi
    • NFT
    • Metaverse
    • Web 3
  • Finance
    • Business Finance
    • Personal Finance
  • Markets
    • Crypto Market
    • Stock Market
    • Analysis
  • Other News
    • World & US
    • Politics
    • Entertainment
    • Tech
    • Sports
    • Health
  • Videos

Copyright © 2024 Defi Daily.
Defi Daily is not responsible for the content of external sites.