[MEL] - Enable Block Validation with MEL Support#4338
Merged
ganeshvanahalli merged 39 commits intomel-validator-createvalidationentryfrom Feb 13, 2026
Merged
[MEL] - Enable Block Validation with MEL Support#4338ganeshvanahalli merged 39 commits intomel-validator-createvalidationentryfrom
ganeshvanahalli merged 39 commits intomel-validator-createvalidationentryfrom
Conversation
…k-validator-enabled
…nLabs/nitro into raul/mel-block-validator-enabled
Contributor
❌ 59 Tests Failed:
View the top 3 failed tests by shortest run time
📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
…ockvalidation Make L2-message preimages recorded by MEL validator available to block validator
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## mel-validator-createvalidationentry #4338 +/- ##
=======================================================================
+ Coverage 28.46% 28.97% +0.51%
=======================================================================
Files 495 497 +2
Lines 58271 58833 +562
=======================================================================
+ Hits 16585 17047 +462
- Misses 38662 38684 +22
- Partials 3024 3102 +78 |
ganeshvanahalli
requested changes
Feb 11, 2026
…andblockvalidators
…lidators Handle roll backs in MELValidator and BlockValidator
656284b
into
mel-validator-createvalidationentry
15 of 17 checks passed
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.
This PR completes the new, unified replay binary used by Nitro that can perform both message extraction and block execution. It also ties MEL into the block validator so that the block validator can operate over messages extracted by MEL. With MEL-enabled, the block validator's responsibility becomes quite simple: it simply asks for the latest MEL state that was validated, and schedules an Arbitrator execution run over a message. This PR adds a new
MEL-Enabled Validation Entry Creatorwhich contains the logic to deal with MEL in the block validator. This requires very few other changes to the block validator.We also add a system test that does the following: