-
Notifications
You must be signed in to change notification settings - Fork 932
[Merged by Bors] - Enable proposer boost re-orging #2860
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
647622c
Implement proposer boost re-orging
michaelsproul 833fa62
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul 7e52eb3
Add --block-delay-ms and tweak local testnets
michaelsproul 1c8cd67
Make max delay for re-org dynamic
michaelsproul e43d6be
CLI flag tests
michaelsproul 980d59c
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul a962295
Don't re-org on the first slot of the epoch
michaelsproul 7e6a188
Start writing tests (WIP)
michaelsproul 0cc3605
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul 142c0c5
Fix merge snafu
michaelsproul dd227fc
Suppress fork choice updates for EL support!
michaelsproul 1b51a7b
Basic proposer re-org test
michaelsproul 4d2aaff
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul caecc9a
Refine re-org conditions and extend tests
michaelsproul 77b068d
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul 4728ac3
Participation check, justified balance abstraction
michaelsproul 940d5df
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul ab41479
Fix participation check
michaelsproul 7d6364a
Allow forking in execution block generator
pawanjay176 94df5a1
Fix and test fcU timing
michaelsproul e184a4d
Fix tests, configurable prepare-payload-lookahead
michaelsproul 589bebf
Fix clippy
michaelsproul 2b9d8e6
Don't override if we aren't the proposer
michaelsproul d421765
Resolve most remainings FIXMEs
michaelsproul 1e22209
Fix async lint
michaelsproul fc8f6b2
Moar tests
michaelsproul 158355d
Check head weight 500ms before re-org slot start
michaelsproul 5e5712d
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul 113fbb4
Fix PoW fork test
michaelsproul df2b3f7
Test slot distance conditions
michaelsproul a416f9c
Clean up CLI
michaelsproul aca3ac1
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul 725de69
Self-review
michaelsproul f30f2fe
Address Sean's review comments
michaelsproul be51e24
Consolidate checks and make them short-circuit
michaelsproul dc64078
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul f62bbbd
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul 3705350
Fix proto array error handling
michaelsproul 68bd325
Add metrics
michaelsproul 2b61626
More metrics
michaelsproul bec0f59
Metric for block proc fork choice
michaelsproul e0f8a2c
Add docs
michaelsproul aa0d85e
Update some comments
michaelsproul 244aa4f
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul ef915a4
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul 7b81b2d
Finality distance circuit-breaker
michaelsproul 4cb7aa5
Tests for finality/no-finality
michaelsproul dbdd4a8
Merge remote-tracking branch 'origin/unstable' into proposer-boost-or…
michaelsproul bc47bb0
Fix bug in proposer shuffling determination
michaelsproul 357bc97
Update book
michaelsproul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.