Make message extractor able to pick up MEL config upgrade events#4612
Closed
ganeshvanahalli wants to merge 14 commits into
Closed
Make message extractor able to pick up MEL config upgrade events#4612ganeshvanahalli wants to merge 14 commits into
ganeshvanahalli wants to merge 14 commits into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## node-transition-to-mel #4612 +/- ##
===========================================================
- Coverage 34.41% 16.34% -18.08%
===========================================================
Files 495 497 +2
Lines 59166 59346 +180
===========================================================
- Hits 20363 9698 -10665
- Misses 35209 47832 +12623
+ Partials 3594 1816 -1778 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4612 +/- ##
==========================================
+ Coverage 48.81% 57.25% +8.44%
==========================================
Files 501 502 +1
Lines 73515 73600 +85
==========================================
+ Hits 35887 42143 +6256
+ Misses 32641 26145 -6496
- Partials 4987 5312 +325 |
Contributor
❌ 3 Tests Failed:
View the top 3 failed tests by shortest run time
📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
Contributor
Author
|
Changes merged into #4643 |
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 adds the code for MEL to read MEL config upgrade events from the rollup contract, and adds logic for activating MEL consensus for the first time.
Pulls in contracts PR- OffchainLabs/nitro-contracts#424
Resolves NIT-4779
Resolves NIT-4720