Skip to content

op-e2e: fix Regolith test#19574

Merged
joshklop merged 1 commit intodevelopfrom
joshklop/fix-regolith-test
Mar 17, 2026
Merged

op-e2e: fix Regolith test#19574
joshklop merged 1 commit intodevelopfrom
joshklop/fix-regolith-test

Conversation

@joshklop
Copy link
Contributor

The goal of the test is to assert that system deposit transactions cannot be present in post-Regolith blocks.

Previously, the test would erroneously succeed by attempting to create a block with too much gas.

When combined with a small change in op-geth, the test now succeeds for the correct reason.

@joshklop joshklop requested review from a team and Ethnical March 17, 2026 02:07
@joshklop joshklop requested a review from a team as a code owner March 17, 2026 02:07
@joshklop joshklop force-pushed the joshklop/fix-regolith-test branch 2 times, most recently from afe2dd2 to 39f49f3 Compare March 17, 2026 02:21
@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.0%. Comparing base (41de696) to head (bc5ba0f).
⚠️ Report is 15 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##           develop   #19574     +/-   ##
==========================================
- Coverage     75.5%    75.0%   -0.6%     
==========================================
  Files          675      536    -139     
  Lines        71571    64316   -7255     
==========================================
- Hits         54102    48243   -5859     
+ Misses       17325    15929   -1396     
  Partials       144      144             
Flag Coverage Δ
cannon-go-tests-64 66.4% <ø> (ø)
contracts-bedrock-tests ?
unit 75.5% <ø> (-0.1%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 148 files with indirect coverage changes

🚀 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.

Copy link
Contributor

@ajsutton ajsutton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once op-geth is pointing at a merged fix.

@joshklop joshklop force-pushed the joshklop/fix-regolith-test branch 2 times, most recently from 5ff1ed5 to bc5ba0f Compare March 17, 2026 16:22
@joshklop
Copy link
Contributor Author

LGTM once op-geth is pointing at a merged fix.

Done. This is checked in ci now as well.

@joshklop joshklop enabled auto-merge March 17, 2026 16:26
The goal of the test is to assert that system deposit transactions cannot
be present in post-Regolith blocks.

Previously, the test would erroneously succeed by attempting to create a
block with too much gas.

When combined with a small change in op-geth, the test now succeeds for
the correct reason.
@joshklop joshklop force-pushed the joshklop/fix-regolith-test branch from bc5ba0f to ac3cfb3 Compare March 17, 2026 17:50
@joshklop joshklop added this pull request to the merge queue Mar 17, 2026
Merged via the queue into develop with commit ec18b8c Mar 17, 2026
122 checks passed
@joshklop joshklop deleted the joshklop/fix-regolith-test branch March 17, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants