Ethereum Protocol Fellowship (EPF) Cohort 7 — Applications open until May 13
All EIPs
EIP-7935 Final

Set default gas limit to 60M

Authors: , , , , , , , , , ,

Canonical data: /latest/eips/7935.json

Recommend a new gas limit value for Fusaka and update execution layer client default configs

Timeline

Included
EIP Created Apr 22, 2025

Key Benefits

  • Directly increases mainnet throughput
  • Enables more complex smart contracts
  • Reduces transaction queuing during high demand
  • Improves confirmation times

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Benefits from higher throughput and faster transaction processing, but potential risks if inadequately tested or if RPC infrastructure can't keep up.

Application Developers

Can build more sophisticated applications without hitting gas limits, but need to be aware that the specific limit value is still TBD.

Wallet Developers

Better user experience with faster confirmations, but RPC node performance impacts could affect wallet reliability.

Tooling / Infrastructure

RPC providers, indexers, and monitoring tools need significant updates to handle larger blocks and higher computational loads.

Layer 2s

More block space available for settlement transactions, but coordination needed with EIP-7825's 30M transaction cap.

Stakers & Node Operators

Need significantly more computational power to process larger blocks. Validator hardware requirements may increase substantially.

CL Client Developers

Must handle larger execution payloads and ensure consensus layer can propagate larger blocks within gossip limits.

EL Client Developers

Major testing and bug-fixing effort required to handle larger blocks safely. Must update default gas limit configurations and ensure stability at higher computational loads.

North Star Goal Alignment

  • Scale L1: Directly increases overall network throughput by allowing more computation per block, the most straightforward way to scale L1 execution capacity.