op-signer, op-node: fix block signer utils#14478
Merged
protolambda merged 2 commits intodevelopfrom Feb 21, 2025
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #14478 +/- ##
============================================
- Coverage 77.23% 46.45% -30.79%
============================================
Files 178 1017 +839
Lines 10667 87908 +77241
============================================
+ Hits 8239 40840 +32601
- Misses 2247 44027 +41780
- Partials 181 3041 +2860
Flags with carried forward coverage won't be shown. Click here to find out more.
|
sebastianst
approved these changes
Feb 21, 2025
Rjected
pushed a commit
to paradigmxyz/optimism
that referenced
this pull request
Feb 25, 2025
* op-service: fix block signer utils * op-service: improve block signer
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.
Description
Fixes:
New:
Also see infra-repo PR for the server-side improvements.
ethereum-optimism/infra#203
Tests
Note: we are not using
eth.ChainIDtype everywhere yet, so some tests still need to convert from big-int to chain-id, but that will change once we improve the rollup-config typing.TODO: I'd like to e2e test this, but couldn't yet get the op-signer server running. Integration into kurtosis of more of the infra would be nice.
Additional context
Besides more efficiency and better typing, this also helps with re-use the block-signer code. This is important for the test-sequencer work.
Metadata