Fold EngDeriver into EngController#17015
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #17015 +/- ##
============================================
- Coverage 81.89% 44.58% -37.31%
============================================
Files 161 1405 +1244
Lines 9253 114347 +105094
============================================
+ Hits 7578 50985 +43407
- Misses 1528 59707 +58179
- Partials 147 3655 +3508
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
7cca719 to
b010029
Compare
b737eb5 to
d681555
Compare
b010029 to
28b1be5
Compare
d681555 to
11a24ed
Compare
nonsense
reviewed
Aug 12, 2025
nonsense
reviewed
Aug 12, 2025
28b1be5 to
97a3827
Compare
2327e1b to
787ddc0
Compare
97a3827 to
adf7653
Compare
Base automatically changed from
teddyknox/refactor-onForkchoiceUpdate
to
develop
August 12, 2025 13:43
787ddc0 to
e11ac1a
Compare
e2b8a59 to
eb0be25
Compare
49e1416 to
7c5bcf3
Compare
joshklop
approved these changes
Aug 12, 2025
pcw109550
reviewed
Aug 13, 2025
7c5bcf3 to
394812a
Compare
394812a to
03e2cb8
Compare
03e2cb8 to
95a21ab
Compare
theochap
pushed a commit
to theochap/optimism
that referenced
this pull request
Aug 26, 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
EngDeriver is only superficially separate from EngController, in that all of its event handling logic delegates to calls in EngController. In order to disintermediate events that EngDeriver handles, it would be nice to be able to have event emitters store a reference only to EngController, but call into the handlers in EngDeriver. Thus, we merge the two so that this is possible.
Separately, we MUST refactor EngController to be less monolithic.
Tests
EngDeriver is not well tested right now. This is something we will fix when refactoring EngController.
Additional context
Metadata