-
Notifications
You must be signed in to change notification settings - Fork 86
feat: remove l2-node in e2e test and make it to run in local stack op… #1001
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
Conversation
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1001 +/- ##
============================================
- Coverage 66.49% 66.48% -0.01%
Complexity 1133 1133
============================================
Files 322 322
Lines 12997 13000 +3
Branches 1355 1357 +2
============================================
+ Hits 8642 8643 +1
- Misses 3791 3792 +1
- Partials 564 565 +1
*This pull request uses carry forward flags. Click here to find out more.
🚀 New features to boost your workflow:
|
f0dd3e9
to
e13cf1c
Compare
e13cf1c
to
d9983d8
Compare
d9983d8
to
970ffbe
Compare
…StateProofProviderConfig
jonesho
commented
May 22, 2025
jonesho
commented
May 22, 2025
jonesho
commented
May 22, 2025
fluentcrafter
approved these changes
May 22, 2025
thedarkjester
pushed a commit
that referenced
this pull request
Jun 4, 2025
#1001) * feat: remove l2-node in e2e test and make it to run in local stack optionally * fix: l2 spec transaction data size limit e2e test * feat: revise blockscout configs * feat: revised comment in Makefile * feat: update transaction-exclusion-api and postman image * feat: remove expected-traces-api-version-v2 from coordinator local overrides toml * feat: remove shomei-frontend from ci and add disabled option in Type2StateProofProviderConfig * feat: add endpoint for type2-state-proof-provider * feat: revise coordinator local-dev override configs * feat: remove white space
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.
…tionally
This PR implements issue(s) #991
Checklist