September 8, 2026

A Sept. 5 proposal would let some Ethereum nodes accept privacy transactions that exceed a shared validation allowance, without ensuring those transactions travel across the public network. The proposed 100,000-gas guarantee remains below the proof-verification cost reported in a new privacy benchmark.

The open change to EIP-8141, Ethereum’s proposed Frames transaction design, was submitted by contributor AnkushinDaniil. It would turn the existing validation maximum into a common floor: nodes would have to propagate qualifying transactions within it, while capable nodes could accept more expensive ones locally. The proposal remains under review.

For Tornado Cash and RAILGUN designs studied in the benchmark, replacing off-chain relayers with public submission requires proofs that nodes will accept and pass along. Allowing some nodes to accept heavier transactions would not guarantee wider network support.

Related Reading

Ethereum’s next major upgrade just slipped to late 2026, forcing a two-week scramble to save its 2027 roadmap

The proof still exceeds the allowance

The current EIP-8141 draft caps signature checks and execution in the initial validation phase through payment approval at 100,000 gas. Gas measures computational work here, rather than a fixed fee in dollars. The limit is intended to contain node workload and denial-of-service exposure.

A Sept. 2 benchmark by mmjahanara reports an optimized Groth16 proof verifier requiring 190,628 gas. Its cryptographic pairing check alone accounts for 181,000 gas, already above the proposed public allowance.

The full model reports minimums of 211,828 gas for a single-note spend and 351,828 for an eight-note spend. These modeled minimums combine verifier measurements with estimated overhead and a 20,000-execution-gas charge per nullifier, an identifier used to prevent spending a note twice. CryptoSlate has not independently rerun the benchmark.