feat(op-acceptance-tests): migrate operator fee tests from devnet-sdk to op-devstack#17130
Merged
scharissis merged 1 commit intodevelopfrom Aug 19, 2025
Conversation
serpixel
approved these changes
Aug 19, 2025
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #17130 +/- ##
============================================
- Coverage 45.42% 2.52% -42.90%
============================================
Files 1478 31 -1447
Lines 120071 2928 -117143
============================================
- Hits 54541 74 -54467
+ Misses 61701 2844 -58857
+ Partials 3829 10 -3819
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
…-devstack Convert isthmus operator fee acceptance tests to use the new op-devstack testing framework instead of the legacy devnet-sdk. Updates test interfaces and types while preserving test functionality. Main changes: - Update imports from devnet-sdk/testing/systest to op-devstack/devtest - Convert test interface types (systest.T → devtest.T) - Simplify unit tests (removed implementations of unused functions) - Mark unused utility functions with conversion notes
8127e0a to
c34893b
Compare
leopoldjoy
pushed a commit
to leopoldjoy/optimism
that referenced
this pull request
Aug 22, 2025
…-devstack (ethereum-optimism#17130) Convert isthmus operator fee acceptance tests to use the new op-devstack testing framework instead of the legacy devnet-sdk. Updates test interfaces and types while preserving test functionality. Main changes: - Update imports from devnet-sdk/testing/systest to op-devstack/devtest - Convert test interface types (systest.T → devtest.T) - Simplify unit tests (removed implementations of unused functions) - Mark unused utility functions with conversion notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Convert isthmus operator fee acceptance tests to use the new op-devstack
testing framework instead of the legacy devnet-sdk. Updates test interfaces
and types while preserving test functionality.
Main changes:
Metadata
Fixes ethereum-optimism/infra#442