op-node: execute NUT bundles at Karst fork activation#19220
Merged
op-node: execute NUT bundles at Karst fork activation#19220
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #19220 +/- ##
===========================================
+ Coverage 75.2% 76.5% +1.3%
===========================================
Files 193 729 +536
Lines 11225 81341 +70116
===========================================
+ Hits 8443 62242 +53799
- Misses 2638 18955 +16317
Partials 144 144
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
maurelian
commented
Feb 18, 2026
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
e4dc280 to
d289a02
Compare
sebastianst
reviewed
Feb 20, 2026
d289a02 to
7e6e507
Compare
f510233 to
8f0f374
Compare
maurelian
commented
Feb 20, 2026
3 tasks
11512b1 to
d4925fd
Compare
sebastianst
reviewed
Feb 25, 2026
sebastianst
approved these changes
Feb 25, 2026
f315ddf to
2ed628c
Compare
Contributor
Author
@sebastianst I'm just seeing this comment. For now I've addressed this by using |
2da1598 to
1247444
Compare
Add the Karst fork and wire NUT bundle execution into the derivation pipeline, with upgrade gas allocated to the block gas limit.
Prevent accidental modification of finalized NUT bundles by adding a lock file with sha256 hashes and a CI check that enforces immutability.
Only UpgradeTransactions (to be added) will be the public API for NUTs. This enables easier refactoring and eventual migration to op-core.
Co-locates the embedded JSON with the code that parses it.
Encapsulates fork-to-bundle mapping in a single public function, wraps errors with context, and simplifies the call site in attributes.go.
Also updates CI to call just directly.
Per review feedback to use a simpler file name.
Globs known bundle locations to catch bundles added without a corresponding fork_lock.toml entry.
3d51555 to
eb7b6a6
Compare
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.
Introduces Network Upgrade Transactions (NUTs) for the Karst fork, encapsulated in a JSON bundle.
The changes are made in two commits: