By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
bitcoin
Bitcoin (BTC) $ 70,688.00
ethereum
Ethereum (ETH) $ 2,065.84
xrp
XRP (XRP) $ 1.40
tether
Tether (USDT) $ 1.00
solana
Solana (SOL) $ 86.67
bnb
BNB (BNB) $ 649.15
usd-coin
USDC (USDC) $ 0.999998
dogecoin
Dogecoin (DOGE) $ 0.09366
cardano
Cardano (ADA) $ 0.264376
staked-ether
Lido Staked Ether (STETH) $ 2,265.05
tron
TRON (TRX) $ 0.289795
chainlink
Chainlink (LINK) $ 9.08
avalanche-2
Avalanche (AVAX) $ 9.71
wrapped-bitcoin
Wrapped Bitcoin (WBTC) $ 76,243.00
wrapped-steth
Wrapped stETH (WSTETH) $ 2,779.67
the-open-network
Toncoin (TON) $ 1.32
stellar
Stellar (XLM) $ 0.160681
hedera-hashgraph
Hedera (HBAR) $ 0.095318
sui
Sui (SUI) $ 0.976975
shiba-inu
Shiba Inu (SHIB) $ 0.000006
weth
WETH (WETH) $ 2,268.37
leo-token
LEO Token (LEO) $ 9.16
polkadot
Polkadot (DOT) $ 1.54
litecoin
Litecoin (LTC) $ 54.89
bitget-token
Bitget Token (BGB) $ 2.17
bitcoin-cash
Bitcoin Cash (BCH) $ 456.14
hyperliquid
Hyperliquid (HYPE) $ 36.70
usds
USDS (USDS) $ 0.999958
uniswap
Uniswap (UNI) $ 3.94
cryptoprune cryptoprune
  • MarketCap
  • Crypto Bubbles
  • Multi Currency
  • Evaluation
  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse
Crypto PruneCrypto Prune
  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse

Search

  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse

Latest Stories

US validates use of virtual currency mixer
US validates use of virtual currency mixer
image
World Liberty Financial moves $1.31 million to OKX
Bitcoin mining scene with a large BTC embedded in rock and industrial rigs in the background, symbolizing Strategy accumulating 66,231 Bitcoin in 68 days as STRC quietly funds the buying surge
Strategy uses unusually expensive investor funds to purchase 66,231 BTC
Bitcoin
Are Bitcoin and Tech Stocks Really Related? NYDIG says not so fast
Vitalik wants financial institutions that allow staking with “one click”
Vitalik wants financial institutions that allow staking with “one click”
© 2025 All Rights reserved | Powered by Crypto Prune
Crypto Prune > News > Crypto > Ethereum > Ethereum undergoes major mainnet upgrade tomorrow – here’s why you should be wary of ETH’s “sloping sidetrack”
Ethereum

Ethereum undergoes major mainnet upgrade tomorrow – here’s why you should be wary of ETH’s “sloping sidetrack”

3 months ago 5 Min Read

Ethereum’s Fusaka upgrade goes live on December 3rd and introduces a series of changes aimed at increasing rollup throughput, tightening the gas market, and adding native support for passkey-style signatures.

This fork introduces PeerDAS data availability sampling, doubles the default block gas limit, and prepares the network for blob-only parameter expansions scheduled for later this month and in January.

Fusaka is named after the star Fulu (“auxiliary road”) and the city of Osaka (“slope or hill”), continuing Ethereum’s convention of pairing stars with cities.

Editor’s note: “Sloping side road” is a playful nod to the Fulu + Osaka mashup and is not an official translation.

Data availability gains scaling tier

The central technical change is PeerDAS, formalized in EIP-7694. This protocol allows nodes to verify the presence of BLOB data by sampling a small portion of the BLOB rather than downloading the entire BLOB.

This removes the scaling bottleneck introduced by EIP-4844 and creates a path to boost blob throughput by approximately an order of magnitude over time.

Because rollups compress user transactions into blobs and post them to Ethereum’s base layer, increasing blob capacity reduces layer 2 transaction fees.

Fusaka also increased the default gas limit per block to 60 million gas from the 30 million gas configuration set after the merge.

This increase doubles the L1 block gas budget, providing more room for both standard transactions and BLOB processing.

Two subsequent “Blob parameters only” forks (BPO1 on December 9th and BPO2 on January 7th) adjust blob parameters without additional code changes, further expanding capacity.

See also  Bitcoin Indicators Suggest a Breakout, but a Huge “Underwater” Supply Wall is Secretly Pinning Price Below $93,000

Rewiring the BLOB fee market

EIP-7918 ties BLOB’s minimum base price to running gas, preventing BLOB prices from crashing near zero while L1 gas remains expensive.

This change keeps the data availability market economically rational even as usage fluctuates. Previously, blob fees could diverge significantly from execution costs, creating arbitrage opportunities and distorting the economics of rollups.

A related set of Ethereum Improvement Proposals (EIPs) tightens some heavy-duty opcodes and transaction limits. EIPs are 7823, 7825, 7883, and 7934.

This proposal places limits on ModExp’s precompiled input size, increases gas costs, introduces caps on transaction gas limits, and enforces RLP block size limits. These constraints reduce the surface area for denial of service attacks and make worst-case client workloads more predictable.

Developer tools and encryption hooks

EIP-7939 introduces the count-leading-zeros opcode that makes bit manipulation, integer logarithm, and randomness logic cheaper and simpler on-chain.

This addition will benefit DeFi protocols and crypto contracts that rely on efficient bitwise operations.

Deterministic proposer lookahead, as specified in EIP-7917, gives validators a fixed schedule for who proposes blocks.

MEV relay and staking operators can use more accurate timelines to coordinate more safely and efficiently, reducing uncertainty in block production workflows.

EIP-7951 adds native precompilation of the secp256r1 curve, the same encryption standard used by Apple Secure Enclave, Android Keystore, and WebAuthn.

Wallets and smart account schemes will now be able to verify passkey-style signatures directly on Ethereum, enabling FaceID and TouchID authentication flows without the need for custom bridges or circuits.

Precompilation eliminates a major pain point for consumer applications that rely on biometric hardware.

See also  ETH defends the $4,000-$4,200 zone as analysts cite 2017/2021 breakout

Instant and gradual deployment

Fusaka will be activated at block height on December 3rd, and the first blob parameter adjustment will occur 6 days later. BPO2 will land on January 7th, completing its first capacity expansion.

A gradual rollout allows node operators and rollup teams to monitor blob usage and client performance before the next parameter is increased.

This upgrade does not introduce any consensus layer changes to staking or validator incentives. All changes target execution layer throughput, gas mechanics, and developer primitives.

Validators running the updated client will process the new opcodes and blob logic without changing their staking configuration.

Fusaka represents the most throughput-focused upgrade to Ethereum since the introduction of BLOBs in EIP-4844 in March 2024. This fork doubles block gas capacity, expands data availability sampling, and adds encryption hooks for mainstream authentication hardware.

This combination allows Ethereum to absorb higher rollup activity without proportionally increasing fees, and provides developers with new primitives for on-chain computation and user onboarding.

TAGGED:CoinsCryptoEthereum AnalysisEthereum News
Leave a comment Leave a comment

Leave a Reply Cancel reply

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

RELATED NEWS

Ethereum news Consensys IPO

Ethereum developer ConsenSys inches closer to IPO: report

By Crypto Prune 4 months ago
Mt Gox repayment deadline is October 31st: Will supply wave hurt BTC?

Mt Gox repayment deadline is October 31st: Will supply wave hurt BTC?

By Crypto Prune 5 months ago
Bitcoin ETF breaks 6-day outflow streak with $240 million in purchases: What it means for liquidity

Bitcoin ETF breaks 6-day outflow streak with $240 million in purchases: What it means for liquidity

By Crypto Prune 4 months ago
image

Ethereum Price aims at $4,000 as Eth ETF adds $5.1 billion

By Crypto Prune 8 months ago
cryptoprune

© 2025 All Rights reserved | Powered by Crypto Prune

  • Altcoins
  • Bitcoin
  • Blockchain
  • Cardano
  • Ethereum
  • Exchange
  • Market
  • Metaverse
  • Mining
  • News
  • Crypto
  • NFT
  • Solana
  • Regulation
  • Technology
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms of Service
Welcome Back!

Sign in to your account

Lost your password?