Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

feat(executor): New static test harness#938

Merged
clabby merged 2 commits intomainfrom
cl/executor-static-tests
Jan 22, 2025
Merged

feat(executor): New static test harness#938
clabby merged 2 commits intomainfrom
cl/executor-static-tests

Conversation

@clabby
Copy link
Contributor

@clabby clabby commented Jan 22, 2025

Overview

Introduces a new static test harness for the stateless L2 block executor, with an easy way to generate new test cases for regressions.

closes #917

@clabby clabby added A-protocol Area: protocol crates K-feature Kind: feature labels Jan 22, 2025
@clabby clabby self-assigned this Jan 22, 2025
@clabby
Copy link
Contributor Author

clabby commented Jan 22, 2025

📚 $\text{Stack Overview}$

Pulls submitted in this stack:

This comment was automatically generated by st.

@clabby clabby force-pushed the cl/rm-anyhow-executor branch from cb18ffc to 9478090 Compare January 22, 2025 20:34
@clabby clabby force-pushed the cl/executor-static-tests branch from b487c3b to b4658c6 Compare January 22, 2025 20:34
@clabby clabby marked this pull request as ready for review January 22, 2025 20:38
@clabby clabby requested review from emhane and refcell as code owners January 22, 2025 20:38
@codecov
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.8%. Comparing base (f4d4e23) to head (02d2d4e).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

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

Base automatically changed from cl/rm-anyhow-executor to main January 22, 2025 20:49
@clabby clabby force-pushed the cl/executor-static-tests branch from b4658c6 to 02d2d4e Compare January 22, 2025 20:50
@clabby clabby enabled auto-merge January 22, 2025 20:50
@clabby clabby added this pull request to the merge queue Jan 22, 2025
Merged via the queue into main with commit a59f643 Jan 22, 2025
16 checks passed
@clabby clabby deleted the cl/executor-static-tests branch January 22, 2025 21:06
This was referenced Feb 5, 2025
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A-protocol Area: protocol crates K-feature Kind: feature

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

chore(executor): Re-introduce static testdata

2 participants