New gas proposal
Worst-case-across-clients gas costs derived from the runtime fits, compared against
the current Osaka cost table. Rendered from the generated proposal report; see the
runtime and glue pages for the
underlying per-fit detail.
Generated 2026-07-06 07:41:22Z · fork osaka · anchor_rate 100 Mgas/s
Summary: 12 parameters proposed — 10 increased, 2 decreased, 0 new, 0 unresolved · 4 warnings · 0 poor-fit selections
Proposed gas parameters
| Gas param | Current gas | Proposed gas | Δ% |
| COLD_STORAGE_ACCESS |
2100 |
2430 |
+16% |
| COLD_STORAGE_WRITE |
5000 |
13564 |
+171% |
| COLD_ACCOUNT_NOCODE_ACCESS |
2600 |
2264 |
-13% |
| COLD_ACCOUNT_CODE_ACCESS |
2600 |
4592 |
+77% |
| COLD_ACCOUNT_NOCODE_WRITE |
9300 |
25059 |
+169% |
| COLD_ACCOUNT_CODE_WRITE |
9300 |
25399 |
+173% |
| WARM_ACCESS |
100 |
64 |
-36% |
| STORAGE_WRITE |
2800 |
11134 |
+298% |
| ACCOUNT_WRITE |
6700 |
22795 |
+240% |
| REFUND_STORAGE_CLEAR |
4800 |
13022 |
+171% |
| TX_ACCESS_LIST_STORAGE_KEY |
1900 |
2430 |
+28% |
| TX_ACCESS_LIST_ADDRESS |
2400 |
4592 |
+91% |
Client comparison
Worst client vs. second-worst client per gas parameter. The Ratio column is worst gas / second-worst gas — values close to 1× mean the worst case sits next to the rest of the field, while large ratios flag the worst client as an outlier.
| Gas param |
Worst client |
Worst gas |
Second-worst client |
Second-worst gas |
Ratio |
| COLD_STORAGE_ACCESS |
geth |
2430 |
besu |
1518 |
1.60× |
| COLD_STORAGE_WRITE |
besu |
13564 |
geth |
13504 |
1.00× |
| COLD_ACCOUNT_NOCODE_ACCESS |
geth |
2264 |
besu |
1593 |
1.42× |
| COLD_ACCOUNT_CODE_ACCESS |
erigon |
4592 |
besu |
2684 |
1.71× |
| COLD_ACCOUNT_NOCODE_WRITE |
erigon |
25059 |
besu |
17802 |
1.41× |
| COLD_ACCOUNT_CODE_WRITE |
erigon |
25399 |
besu |
17802 |
1.43× |
| WARM_ACCESS |
besu |
64 |
erigon |
50 |
1.28× |
Per-client proposed gas for each parameter. Cells are colored by log2(proposed / current) — red means the proposal is more expensive than the current gas cost, green means cheaper, and white sits at unchanged. Annotations show the absolute proposed gas value; blank rows are parameters with no prior baseline (see warnings below).
| besu | erigon | ethrex | geth | nethermind | reth |
|---|
| COLD_STORAGE_ACCESS | 1,518 | 658 | 1,463 | 2,430 | 899 | 147 |
|---|
| COLD_STORAGE_WRITE | 13,564 | 13,303 | 2,517 | 13,504 | 4,789 | 3,910 |
|---|
| COLD_ACCOUNT_NOCODE_ACCESS | 1,593 | 1,151 | 728 | 2,264 | 433 | 110 |
|---|
| COLD_ACCOUNT_CODE_ACCESS | 2,684 | 4,592 | 794 | 2,347 | 1,499 | 406 |
|---|
| COLD_ACCOUNT_NOCODE_WRITE | 17,802 | 25,059 | 2,261 | 9,630 | 4,766 | 2,297 |
|---|
| COLD_ACCOUNT_CODE_WRITE | 17,802 | 25,399 | 2,364 | 9,698 | 4,766 | 2,788 |
|---|
| WARM_ACCESS | 64 | 50 | 11 | 19 | 40 | 6 |
|---|
Worst-case provenance per gas param
One collapsible block per gas parameter showing every per-client candidate that the worst-case selector saw. Rows are model combos (the source regression's test_name, target_opcode, model_coef_name, and any model_by factors — components constant within a parameter are dropped from the label). Cells carry each candidate's proposed gas; the cell the per-client selector picked is outlined in black. Colors are log2(proposed / current) against that parameter's baseline on a per-parameter symmetric scale.
COLD_STORAGE_ACCESS — 4 combos × 6 clients
| besu | erigon | ethrex | geth | nethermind | reth |
|---|
| test_sload_bloated · SLOAD · slots=False | 783 | 655 | 982 | 2,430 | 336 | 125 |
|---|
| test_sload_bloated · SLOAD · slots=True | 1,486 | 643 | 1,402 | 2,377 | 890 | 144 |
|---|
| test_sstore_bloated · SSTORE · slots=False | 795 | 658 | 1,034 | 2,397 | 330 | 128 |
|---|
| test_sstore_bloated · SSTORE · slots=True | 1,518 | 641 | 1,463 | 2,343 | 899 | 147 |
|---|
COLD_STORAGE_WRITE — 2 combos × 6 clients
| besu | erigon | ethrex | geth | nethermind | reth |
|---|
| slots=False | 13,564 | 21,383 | 1,904 | 13,504 | 4,789 | 3,910 |
|---|
| slots=True | 5,848 | 13,303 | 2,517 | 9,339 | 3,667 | 2,393 |
|---|
COLD_ACCOUNT_NOCODE_ACCESS — 13 combos × 6 clients
| Label |
Combo |
M1 |
test_name=test_account_access / target_opcode=BALANCE / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_EOA / param_opcode=BALANCE |
M2 |
test_name=test_account_access / target_opcode=BALANCE / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=BALANCE |
M3 |
test_name=test_account_access / target_opcode=CALL / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_EOA / param_opcode=CALL |
M4 |
test_name=test_account_access / target_opcode=CALL / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALL |
M5 |
test_name=test_account_access / target_opcode=CALLCODE / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_EOA / param_opcode=CALLCODE |
M6 |
test_name=test_account_access / target_opcode=CALLCODE / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALLCODE |
M7 |
test_name=test_account_access / target_opcode=DELEGATECALL / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_EOA / param_opcode=DELEGATECALL |
M8 |
test_name=test_account_access / target_opcode=DELEGATECALL / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=DELEGATECALL |
M9 |
test_name=test_account_access / target_opcode=EXTCODECOPY / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=EXTCODECOPY |
M10 |
test_name=test_account_access / target_opcode=EXTCODEHASH / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=EXTCODEHASH |
M11 |
test_name=test_account_access / target_opcode=EXTCODESIZE / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=EXTCODESIZE |
M12 |
test_name=test_account_access / target_opcode=STATICCALL / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_EOA / param_opcode=STATICCALL |
M13 |
test_name=test_account_access / target_opcode=STATICCALL / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=STATICCALL |
| besu | erigon | ethrex | geth | nethermind | reth |
|---|
| M1 | 1,271 | 965 | 718 | 1,068 | 399 | 106 |
|---|
| M2 | 1,317 | 874 | 201 | 2,160 | 354 | 75 |
|---|
| M3 | 1,524 | 1,106 | 727 | 1,087 | 415 | 109 |
|---|
| M4 | 1,593 | 1,011 | 205 | 2,194 | 407 | 77 |
|---|
| M5 | 1,447 | 1,000 | 728 | 1,106 | 389 | 110 |
|---|
| M6 | 1,467 | 917 | 205 | 2,263 | 385 | 75 |
|---|
| M7 | 1,433 | 1,000 | 727 | 1,105 | 433 | 109 |
|---|
| M8 | 1,478 | 941 | 203 | 2,236 | 408 | 77 |
|---|
| M9 | 55 | 9 | 4 | 35 | 34 | 3 |
|---|
| M10 | 1,308 | 842 | 200 | 2,156 | 378 | 74 |
|---|
| M11 | 1,300 | 864 | 197 | 2,164 | 389 | 71 |
|---|
| M12 | 1,513 | 1,039 | 726 | 1,105 | 421 | 109 |
|---|
| M13 | 1,582 | 1,151 | 203 | 2,264 | 396 | 77 |
|---|
COLD_ACCOUNT_CODE_ACCESS — 16 combos × 6 clients
| Label |
Combo |
M1 |
test_name=test_account_access / target_opcode=BALANCE / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_CONTRACT / param_opcode=BALANCE |
M2 |
test_name=test_account_access / target_opcode=BALANCE / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=BALANCE |
M3 |
test_name=test_account_access / target_opcode=CALL / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_CONTRACT / param_opcode=CALL |
M4 |
test_name=test_account_access / target_opcode=CALL / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALL |
M5 |
test_name=test_account_access / target_opcode=CALLCODE / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_CONTRACT / param_opcode=CALLCODE |
M6 |
test_name=test_account_access / target_opcode=CALLCODE / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALLCODE |
M7 |
test_name=test_account_access / target_opcode=DELEGATECALL / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_CONTRACT / param_opcode=DELEGATECALL |
M8 |
test_name=test_account_access / target_opcode=DELEGATECALL / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=DELEGATECALL |
M9 |
test_name=test_account_access / target_opcode=EXTCODECOPY / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_CONTRACT / param_opcode=EXTCODECOPY |
M10 |
test_name=test_account_access / target_opcode=EXTCODECOPY / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=EXTCODECOPY |
M11 |
test_name=test_account_access / target_opcode=EXTCODEHASH / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_CONTRACT / param_opcode=EXTCODEHASH |
M12 |
test_name=test_account_access / target_opcode=EXTCODEHASH / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=EXTCODEHASH |
M13 |
test_name=test_account_access / target_opcode=EXTCODESIZE / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_CONTRACT / param_opcode=EXTCODESIZE |
M14 |
test_name=test_account_access / target_opcode=EXTCODESIZE / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=EXTCODESIZE |
M15 |
test_name=test_account_access / target_opcode=STATICCALL / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_CONTRACT / param_opcode=STATICCALL |
M16 |
test_name=test_account_access / target_opcode=STATICCALL / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=STATICCALL |
| besu | erigon | ethrex | geth | nethermind | reth |
|---|
| M1 | 2,483 | 2,418 | 771 | 2,287 | 1,281 | 392 |
|---|
| M2 | 1,317 | 874 | 201 | 2,160 | 354 | 75 |
|---|
| M3 | 2,676 | 4,592 | 794 | 2,347 | 1,499 | 404 |
|---|
| M4 | 1,593 | 1,011 | 205 | 2,194 | 407 | 77 |
|---|
| M5 | 2,663 | 4,573 | 794 | 2,341 | 1,395 | 403 |
|---|
| M6 | 1,467 | 917 | 205 | 2,263 | 385 | 75 |
|---|
| M7 | 2,654 | 4,507 | 786 | 2,337 | 1,390 | 406 |
|---|
| M8 | 1,478 | 941 | 203 | 2,236 | 408 | 77 |
|---|
| M9 | 188 | 34 | 21 | 77 | 135 | 12 |
|---|
| M10 | 55 | 9 | 4 | 35 | 34 | 3 |
|---|
| M11 | 2,471 | 2,399 | 773 | 2,303 | 1,349 | 398 |
|---|
| M12 | 1,308 | 842 | 200 | 2,156 | 378 | 74 |
|---|
| M13 | 2,500 | 4,477 | 774 | 2,305 | 1,274 | 400 |
|---|
| M14 | 1,300 | 864 | 197 | 2,164 | 389 | 71 |
|---|
| M15 | 2,684 | 4,472 | 789 | 2,338 | 1,486 | 406 |
|---|
| M16 | 1,582 | 1,151 | 203 | 2,264 | 396 | 77 |
|---|
COLD_ACCOUNT_NOCODE_WRITE — 4 combos × 6 clients
| Label |
Combo |
M1 |
test_name=test_account_access / target_opcode=CALL / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_EOA / param_opcode=CALL |
M2 |
test_name=test_account_access / target_opcode=CALL / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALL |
M3 |
test_name=test_account_access / target_opcode=CALLCODE / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_EOA / param_opcode=CALLCODE |
M4 |
test_name=test_account_access / target_opcode=CALLCODE / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALLCODE |
| besu | erigon | ethrex | geth | nethermind | reth |
|---|
| M1 | 5,979 | 7,872 | 2,261 | 5,890 | 2,953 | 2,297 |
|---|
| M2 | 17,802 | 25,059 | 1,102 | 9,630 | 4,766 | 2,430 |
|---|
| M3 | 2,320 | 788 | 0 | 1,357 | 428 | 158 |
|---|
| M4 | 545 | 195 | 50 | 1,037 | 147 | 27 |
|---|
COLD_ACCOUNT_CODE_WRITE — 4 combos × 6 clients
| Label |
Combo |
M1 |
test_name=test_account_access / target_opcode=CALL / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_CONTRACT / param_opcode=CALL |
M2 |
test_name=test_account_access / target_opcode=CALL / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALL |
M3 |
test_name=test_account_access / target_opcode=CALLCODE / model_coef_name=target_coef / param_account_mode=AccountMode.EXISTING_CONTRACT / param_opcode=CALLCODE |
M4 |
test_name=test_account_access / target_opcode=CALLCODE / model_coef_name=target_coef / param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALLCODE |
| besu | erigon | ethrex | geth | nethermind | reth |
|---|
| M1 | 7,727 | 25,399 | 2,364 | 9,698 | 4,691 | 2,788 |
|---|
| M2 | 17,802 | 25,059 | 1,102 | 9,630 | 4,766 | 2,430 |
|---|
| M3 | 2,814 | 4,009 | 0 | 2,490 | 1,329 | 498 |
|---|
| M4 | 545 | 195 | 50 | 1,037 | 147 | 27 |
|---|
WARM_ACCESS — 8 combos × 6 clients
| Label |
Combo |
M1 |
test_name=test_ext_account_query_warm / target_opcode=BALANCE / model_coef_name=target_coef / param_opcode=BALANCE |
M2 |
test_name=test_ext_account_query_warm / target_opcode=CALL / model_coef_name=target_coef / param_opcode=CALL |
M3 |
test_name=test_ext_account_query_warm / target_opcode=CALLCODE / model_coef_name=target_coef / param_opcode=CALLCODE |
M4 |
test_name=test_ext_account_query_warm / target_opcode=DELEGATECALL / model_coef_name=target_coef / param_opcode=DELEGATECALL |
M5 |
test_name=test_ext_account_query_warm / target_opcode=EXTCODEHASH / model_coef_name=target_coef / param_opcode=EXTCODEHASH |
M6 |
test_name=test_ext_account_query_warm / target_opcode=EXTCODESIZE / model_coef_name=target_coef / param_opcode=EXTCODESIZE |
M7 |
test_name=test_ext_account_query_warm / target_opcode=STATICCALL / model_coef_name=target_coef / param_opcode=STATICCALL |
M8 |
test_name=test_storage_sload_same_key_benchmark / target_opcode=SLOAD / model_coef_name=target_coef |
| besu | erigon | ethrex | geth | nethermind | reth |
|---|
| M1 | 23 | 7 | 2 | 3 | 13 | 2 |
|---|
| M2 | 48 | 50 | 11 | 14 | 37 | 6 |
|---|
| M3 | 64 | 31 | 11 | 19 | 21 | 6 |
|---|
| M4 | 60 | 28 | 11 | 16 | 40 | 6 |
|---|
| M5 | 20 | 32 | 2 | 4 | 24 | 2 |
|---|
| M6 | 22 | 7 | 2 | 4 | 17 | 1 |
|---|
| M7 | 45 | 49 | 11 | 19 | 35 | 6 |
|---|
| M8 | 25 | 5 | 3 | 5 | 16 | 1 |
|---|
Warnings
Missing parameters
None.
Incomplete client coverage
None.
Missing glue adjustments
Non-priced opcodes correlated with the target opcount — 1 test affected
The target coefficient was left unadjusted for these. Consider adding them to the glue model or re-designing the test to isolate the target opcode.
| Test name |
Non-priced opcodes |
test_account_access |
CLZ |
Priced glue opcodes with a poor fit — 26 (glue_opcode, client) fits skipped
p_value >= glue_contribution_p_value_threshold (0.05) or rsquared < glue_contribution_rsquared_threshold (0.5) — the contribution of these (glue_opcode, client) fits was skipped when computing the glue adjustment, so the listed gas params carry a target coefficient that is not net of this glue opcode's runtime on the affected clients. See glue_opcodes_autogenerated_report.md for per-fit metrics.
| Glue opcode |
Affected clients |
Affected gas params |
ADD |
nethermind (R²) |
COLD_ACCOUNT_CODE_ACCESS, COLD_ACCOUNT_CODE_WRITE, COLD_ACCOUNT_NOCODE_ACCESS, COLD_ACCOUNT_NOCODE_WRITE, COLD_STORAGE_ACCESS, COLD_STORAGE_WRITE |
CALLDATALOAD |
besu (both), erigon (R²), ethrex (R²), geth (R²), nethermind (both), reth (R²) |
COLD_ACCOUNT_CODE_ACCESS, COLD_ACCOUNT_CODE_WRITE, COLD_ACCOUNT_NOCODE_ACCESS, COLD_ACCOUNT_NOCODE_WRITE, COLD_STORAGE_ACCESS, COLD_STORAGE_WRITE |
CALLDATASIZE |
reth (R²) |
COLD_ACCOUNT_CODE_ACCESS, COLD_ACCOUNT_CODE_WRITE |
DUP |
reth (R²) |
COLD_STORAGE_ACCESS, COLD_STORAGE_WRITE |
EXP |
nethermind (both) |
COLD_ACCOUNT_CODE_ACCESS, COLD_ACCOUNT_CODE_WRITE |
GAS |
reth (R²) |
COLD_ACCOUNT_CODE_ACCESS, COLD_ACCOUNT_CODE_WRITE, COLD_ACCOUNT_NOCODE_ACCESS, COLD_ACCOUNT_NOCODE_WRITE, COLD_STORAGE_ACCESS, WARM_ACCESS |
GT |
besu (R²) |
COLD_ACCOUNT_CODE_ACCESS, COLD_ACCOUNT_CODE_WRITE, COLD_ACCOUNT_NOCODE_ACCESS, COLD_ACCOUNT_NOCODE_WRITE, COLD_STORAGE_ACCESS |
KECCAK256 |
besu (R²), erigon (R²), ethrex (both), geth (R²), nethermind (both), reth (both) |
COLD_ACCOUNT_CODE_ACCESS, COLD_ACCOUNT_CODE_WRITE |
LT |
besu (R²) |
COLD_STORAGE_ACCESS, COLD_STORAGE_WRITE |
MLOAD |
reth (R²) |
COLD_ACCOUNT_CODE_ACCESS, COLD_ACCOUNT_CODE_WRITE, COLD_ACCOUNT_NOCODE_ACCESS, COLD_ACCOUNT_NOCODE_WRITE, WARM_ACCESS |
MSTORE |
reth (R²) |
COLD_ACCOUNT_CODE_ACCESS, COLD_ACCOUNT_CODE_WRITE, COLD_ACCOUNT_NOCODE_ACCESS, COLD_ACCOUNT_NOCODE_WRITE |
PC |
reth (R²) |
COLD_ACCOUNT_CODE_ACCESS, COLD_ACCOUNT_CODE_WRITE, COLD_ACCOUNT_NOCODE_ACCESS, COLD_ACCOUNT_NOCODE_WRITE, COLD_STORAGE_ACCESS |
PUSH |
reth (R²) |
COLD_ACCOUNT_CODE_ACCESS, COLD_ACCOUNT_CODE_WRITE, COLD_ACCOUNT_NOCODE_ACCESS, COLD_ACCOUNT_NOCODE_WRITE, COLD_STORAGE_ACCESS, COLD_STORAGE_WRITE, WARM_ACCESS |
PUSH0 |
reth (R²) |
— |
STATICCALL |
reth (R²) |
— |
SWAP |
besu (R²) |
COLD_STORAGE_ACCESS, COLD_STORAGE_WRITE |
Other
- derived: 'REFUND_STORAGE_CLEAR' shadows a raw fork field on 'osaka'
- derived: 'TX_ACCESS_LIST_STORAGE_KEY' shadows a raw fork field on 'osaka'
- derived: 'TX_ACCESS_LIST_ADDRESS' shadows a raw fork field on 'osaka'
Poor-fit selections
Rows where the winning fit's p-value exceeded modeling.poor_fit_p_value_threshold (0.05) or its R² fell below modeling.poor_fit_rsquared_threshold (0.5). The failing threshold(s) are noted alongside each row; selections in ### Winners with poor fit still drive the proposal, while ### Other weak candidates lists losing candidates that the selector dropped in favor of a qualified alternative. See runtime_estimation_autogenerated_report.md for per-fit runtime_ms, pvalue, and rsquared metrics.
Winners with poor fit
None.
Other weak candidates
COLD_STORAGE_WRITE — 1 weak combo
| Test |
Target opcode |
Coef |
Combo |
Failing clients |
test_sstore_bloated |
SSTORE |
target_coef |
— |
erigon (R²), ethrex (R²) |
COLD_ACCOUNT_NOCODE_ACCESS — 1 weak combo
| Test |
Target opcode |
Coef |
Combo |
Failing clients |
test_account_access |
EXTCODECOPY |
target_coef |
— |
besu (R²), ethrex (R²), reth (R²) |
COLD_ACCOUNT_CODE_ACCESS — 2 weak combos
| Test |
Target opcode |
Coef |
Combo |
Failing clients |
test_account_access |
EXTCODECOPY |
target_coef |
param_account_mode=AccountMode.EXISTING_CONTRACT |
besu (R²) |
test_account_access |
EXTCODECOPY |
target_coef |
param_account_mode=AccountMode.NON_EXISTING_ACCOUNT |
besu (R²), ethrex (R²), reth (R²) |
COLD_ACCOUNT_NOCODE_WRITE — 3 weak combos
| Test |
Target opcode |
Coef |
Combo |
Failing clients |
test_account_access |
CALL |
target_coef |
param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALL |
ethrex (R²), reth (R²) |
test_account_access |
CALLCODE |
target_coef |
param_account_mode=AccountMode.EXISTING_EOA / param_opcode=CALLCODE |
ethrex (both) |
test_account_access |
CALLCODE |
target_coef |
param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALLCODE |
besu (R²), ethrex (R²), nethermind (R²), reth (R²) |
COLD_ACCOUNT_CODE_WRITE — 3 weak combos
| Test |
Target opcode |
Coef |
Combo |
Failing clients |
test_account_access |
CALL |
target_coef |
param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALL |
ethrex (R²), reth (R²) |
test_account_access |
CALLCODE |
target_coef |
param_account_mode=AccountMode.EXISTING_CONTRACT / param_opcode=CALLCODE |
erigon (R²), ethrex (both) |
test_account_access |
CALLCODE |
target_coef |
param_account_mode=AccountMode.NON_EXISTING_ACCOUNT / param_opcode=CALLCODE |
besu (R²), ethrex (R²), nethermind (R²), reth (R²) |
WARM_ACCESS — 4 weak combos
| Test |
Target opcode |
Coef |
Combo |
Failing clients |
test_ext_account_query_warm |
BALANCE |
target_coef |
param_opcode=BALANCE |
besu (R²), ethrex (R²) |
test_ext_account_query_warm |
EXTCODEHASH |
target_coef |
param_opcode=EXTCODEHASH |
besu (R²), ethrex (R²) |
test_ext_account_query_warm |
EXTCODESIZE |
target_coef |
param_opcode=EXTCODESIZE |
besu (R²), ethrex (R²) |
test_storage_sload_same_key_benchmark |
SLOAD |
target_coef |
— |
reth (R²) |