Skip to content

refactor(test): rename gas cost constants#2094

Merged
Carsons-Eels merged 19 commits into
ethereum:forks/amsterdamfrom
Carsons-Eels:refactor_gas_constants
Feb 24, 2026
Merged

refactor(test): rename gas cost constants#2094
Carsons-Eels merged 19 commits into
ethereum:forks/amsterdamfrom
Carsons-Eels:refactor_gas_constants

(refactor) REFUND_PER_AUTH_BASE_COST => REFUND_AUTH_PER_EXISTING_ACCOUNT

cc3262d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 23, 2026 in 0s

85.85% (+0.00%) compared to 7c41a14

View this Pull Request on Codecov

85.85% (+0.00%) compared to 7c41a14

Details

Codecov Report

❌ Patch coverage is 84.33420% with 60 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.85%. Comparing base (7c41a14) to head (cc3262d).
⚠️ Report is 2 commits behind head on forks/amsterdam.

Files with missing lines Patch % Lines
src/ethereum/forks/arrow_glacier/transactions.py 54.54% 5 Missing ⚠️
src/ethereum/forks/bpo1/transactions.py 54.54% 5 Missing ⚠️
src/ethereum/forks/bpo2/transactions.py 54.54% 5 Missing ⚠️
src/ethereum/forks/bpo3/transactions.py 54.54% 5 Missing ⚠️
src/ethereum/forks/bpo4/transactions.py 54.54% 5 Missing ⚠️
src/ethereum/forks/bpo5/transactions.py 54.54% 5 Missing ⚠️
src/ethereum/forks/gray_glacier/transactions.py 54.54% 5 Missing ⚠️
src/ethereum/forks/dao_fork/transactions.py 50.00% 4 Missing ⚠️
src/ethereum/forks/muir_glacier/transactions.py 50.00% 4 Missing ⚠️
src/ethereum/forks/spurious_dragon/transactions.py 50.00% 4 Missing ⚠️
... and 10 more
Additional details and impacted files
@@               Coverage Diff                @@
##           forks/amsterdam    #2094   +/-   ##
================================================
  Coverage            85.85%   85.85%           
================================================
  Files                  599      599           
  Lines                39428    39428           
  Branches              3776     3776           
================================================
  Hits                 33851    33851           
  Misses                4946     4946           
  Partials               631      631           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.