EIP-8038 Repricing Analysis
EIP-8038 reprices EVM state-access operations — cold and warm storage and account access, plus account and storage writes. This site turns client benchmark performance into gas-cost goals: NNLS regressions on measured runtimes, anchored at 75 Mgas/s, set a target value each client should be able to reach for every parameter — and we then report each client's progress toward clearing those goals. See the methodology page for the full pipeline.
Preliminary results. Neither the goals nor the progress against them are final: the underlying measurements are still being refined as execution clients optimize their state-access paths. As those optimizations land, per-client runtimes should converge — which may shift the goal targets and move each client's progress toward clearing them.
Goals →
Target gas values for the key 8038 parameters, and which clients currently clear them.
Gasfit Results →
Proposed vs. current gas per parameter, the per-opcode runtime model, and the glue fits behind them.
Trends →
How each estimated parameter has moved across runs, per client and at the binding worst case.
Methodology →
Benchmark suites, regression model, anchor, worst-case selection, and how to reproduce.
Source & Data
- benchmarkoor-fetch — benchmark data fetcher
- evm-gasfit — gas-cost estimation
- Benchmarkoor API — upstream benchmark data