The Ethereum Fusaka upgrade is a hard fork that packages several protocol changes to make the network handle more data at lower cost, especially for Layer 2 rollups. It is described as the biggest bundled update since the Merge, with a set of EIPs aimed at scaling and a smoother user experience.
Fusaka introduces a cap on how much gas a single transaction can use, set at around 16.78 million units. The goal is to stop one transaction from dominating an entire block, reduce denial-of-service risk, and make block composition more predictable. Alongside this, developers are raising the network’s default block gas limit on testnets to about 60 million as part of the rollout. Some educational material also describes a target increase to 150 million for the mainnet. These adjustments are also framed as preparation for future parallel execution.
A headline feature of Fusaka is Peer Data Availability Sampling, or PeerDAS. Rather than downloading whole blob datasets, validators check small random samples shared by peers. This keeps security assumptions while easing bandwidth and storage needs, which helps rollups post more data at lower cost.
Fusaka also introduces Verkle trees for a more compact way to prove parts of Ethereum’s state. The structure allows smaller proofs and faster verification, which helps keep node requirements manageable as chain data grows.
Fusaka follows Dencun and Pectra on Ethereum’s long-term roadmap. The per-transaction gas cap and throughput tweaks are described as steps that pave the way for future upgrades focused on parallel execution.