Skip to content

op-node: Fix pipeline transformer #16282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged

Conversation

sebastianst
Copy link
Member

Description

Changes None ForkName to equal empty, so that the pipeline doesn't try to transform stages on every single L1 origin advancement.

Additional context

The derivation pipeline currently tries to transform stages on every single L1 origin advancement 😅 it's ineffective since no stage has a none transformer though.

Changes None ForkName to equal empty, so that the pipeline doesn't try
to transform stages on every single L1 origin advancement.
@sebastianst sebastianst requested a review from protolambda June 4, 2025 18:02
@sebastianst sebastianst requested review from a team as code owners June 4, 2025 18:02
@protolambda protolambda enabled auto-merge June 4, 2025 18:12
@protolambda protolambda added this pull request to the merge queue Jun 4, 2025
Copy link

codecov bot commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.24%. Comparing base (5686e3a) to head (ae93186).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff              @@
##           develop   #16282       +/-   ##
============================================
+ Coverage    81.55%   96.24%   +14.68%     
============================================
  Files          161      106       -55     
  Lines         8866     4583     -4283     
============================================
- Hits          7231     4411     -2820     
+ Misses        1502      172     -1330     
+ Partials       133        0      -133     
Flag Coverage Δ
cannon-go-tests-64 ?
contracts-bedrock-tests 96.24% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 55 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.

Merged via the queue into develop with commit e3ab7f2 Jun 4, 2025
59 of 61 checks passed
@protolambda protolambda deleted the seb/fix-pipeline-transform branch June 4, 2025 18:30
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.

2 participants