feat(kurtosis-devnet): use contracts artifacts#14932
Merged
scharissis merged 1 commit intodevelopfrom Apr 15, 2025
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #14932 +/- ##
===========================================
- Coverage 46.48% 42.46% -4.03%
===========================================
Files 1250 1079 -171
Lines 103813 93776 -10037
===========================================
- Hits 48262 39825 -8437
+ Misses 52159 50709 -1450
+ Partials 3392 3242 -150
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
c56a0d3 to
3a6b0c9
Compare
c94d1a7 to
35cbb7a
Compare
35cbb7a to
57a20d4
Compare
Contributor
|
This pr has been automatically marked as stale and will be closed in 5 days if no updates |
serpixel
approved these changes
Apr 14, 2025
57a20d4 to
9657bdf
Compare
9657bdf to
7d3e39f
Compare
scharissis
approved these changes
Apr 15, 2025
Contributor
|
Adding to merge queue to unblock @josepmc |
This was referenced Apr 16, 2025
ClaytonNorthey92
pushed a commit
to hemilabs/optimism
that referenced
this pull request
May 13, 2025
iquidus
pushed a commit
to Layr-Labs/optimism
that referenced
this pull request
Jul 24, 2025
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
This changes the way that local contracts are integrated into a kurtosis devnet.
take advantage of the new optimism-package capability to store
contracts in an enclave artifact
(feat(op-deployer): optionally receive contracts from enclave artifact ethpandaops/optimism-package#203)
move to a lighter build target for the contracts (we don't need the tests)
selectively copy only the relevant subset of contracts
remove the dependency to GNU tar, since we leave the artifact building to kurtosis.
The new flow works by optionally creating the enclave artifact ahead of time (and skipping that step if the right artifact already exists), and pointing op-deployer to it.
In particular, it's much more lightweight if contracts don't change between redeployments.
Tests
Additional context
Metadata
This is part of #14390