Use promises in the ExecutionSequencer interface. Implement it over RPC#4264
Open
pmikolajczyk41 wants to merge 51 commits intomasterfrom
Open
Use promises in the ExecutionSequencer interface. Implement it over RPC#4264pmikolajczyk41 wants to merge 51 commits intomasterfrom
pmikolajczyk41 wants to merge 51 commits intomasterfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4264 +/- ##
==========================================
- Coverage 34.54% 34.43% -0.12%
==========================================
Files 497 498 +1
Lines 58813 58872 +59
==========================================
- Hits 20318 20271 -47
- Misses 34887 34984 +97
- Partials 3608 3617 +9 |
Contributor
❌ 13 Tests Failed:
View the top 3 failed tests by shortest run time
📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
Contributor
diegoximenes
left a comment
There was a problem hiding this comment.
Lets do this after #3111 is merged
diegoximenes
requested changes
Feb 11, 2026
…-execution-sequencer # Conflicts: # execution/interface.go
…-execution-sequencer
2075f6f to
9346d48
Compare
…-execution-sequencer # Conflicts: # arbnode/node.go
…cutionClient - no harm, we pass there full client anyway
…-execution-sequencer # Conflicts: # arbnode/delayed_sequencer.go
…sequencer' into pmikolajczyk/nit-4523-interface
…rface Refactor ArbOSVersionGetter interface
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.
Prerequisite for NIT-4062, similar to what #4186 was before #4233.
ExecutionSequencerinterface methods return promises.What is left in terms of NIT-4062 is actual using the RPC components if configured so.
part of NIT-4062