-
-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: proposer boost reorg #7428
base: unstable
Are you sure you want to change the base?
Conversation
a summary of the issue:
how this fixes the issue by sending
so compared to the old flow, now we consistently call |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## unstable #7428 +/- ##
============================================
- Coverage 50.46% 50.45% -0.01%
============================================
Files 603 603
Lines 40655 40662 +7
Branches 2226 2226
============================================
Hits 20517 20517
- Misses 20098 20105 +7
Partials 40 40 |
Performance Report🚀🚀 Significant benchmark improvement detected
Full benchmark results
|
Deployed to
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The approach makes sense to me. Look forward to the test result👍
5e60741
to
d92010c
Compare
converted to draft, need to figure out failed sim tests in this PR |
9c29e77
to
1d6c4b2
Compare
cd1c065
to
e318b23
Compare
Motivation
fcl
to EL right afterimport_block()
in the previous slot, and it caused EL to ignore it, it returned a null payload id in that caseDescription
fcl
right after importing a blockfcl
call in a chain functionPrepareNextSlotScheduler
insteadFORK_CHOICE_LOOKAHEAD_FACTOR
constant, this accounts for very late blockCloses #7235