-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat(kurtosis-devnet): enable op-deployer to generate prestate through op-program-svc #14524
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 @@
## develop #14524 +/- ##
===========================================
- Coverage 46.47% 42.28% -4.20%
===========================================
Files 1183 1014 -169
Lines 101199 91093 -10106
===========================================
- Hits 47036 38519 -8517
+ Misses 50818 49411 -1407
+ Partials 3345 3163 -182
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
49bdec0 to
ca0b9eb
Compare
Contributor
|
This pr has been automatically marked as stale and will be closed in 5 days if no updates |
1b76b2a to
c04ba87
Compare
1dd00ca to
03281a5
Compare
* feat(op-deployer): pre-state generation Signed-off-by: Yashvardhan Kukreja <[email protected]> * chore: shift genesisAndRollup generation to a share-able place Signed-off-by: Yashvardhan Kukreja <[email protected]> * chore: mock-based testing of pre state generation Signed-off-by: Yashvardhan Kukreja <[email protected]> * fix: test to just hex decode the generated prestates Signed-off-by: Yashvardhan Kukreja <[email protected]> * chore: cleanups Signed-off-by: Yashvardhan Kukreja <[email protected]> --------- Signed-off-by: Yashvardhan Kukreja <[email protected]>
Signed-off-by: Yashvardhan Kukreja <[email protected]>
03281a5 to
2a5838a
Compare
yashvardhan-kukreja
approved these changes
Mar 28, 2025
Also cleanup the op-program-svc builders
2a5838a to
a4d6b41
Compare
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
This change adds:
See ethpandaops/optimism-package#210 for the kurtosis-side.
Tests
Additional context
Metadata