mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
Add is_parent_strong proposer re-org check (#5417)
* initial fork choice additions * add helper fns * add is_parent_strong * Merge branch 'unstable' of https://github.com/sigp/lighthouse into add_is_parent_strong_check * disabling proposer reorg should set parent_threshold to u64 max * add new flag, is_parent_strong check in override fcu params * cherry-pick changes * Merge branch 'unstable' of https://github.com/sigp/lighthouse into add_is_parent_strong_check * cleanup * fmt * Minor review tweaks
This commit is contained in:
@@ -383,8 +383,11 @@ OPTIONS:
|
||||
--proposer-reorg-epochs-since-finalization <EPOCHS>
|
||||
Maximum number of epochs since finalization at which proposer reorgs are allowed. Default: 2
|
||||
|
||||
--proposer-reorg-parent-threshold <PERCENT>
|
||||
Percentage of parent vote weight above which to attempt a proposer reorg. Default: 160%
|
||||
|
||||
--proposer-reorg-threshold <PERCENT>
|
||||
Percentage of vote weight below which to attempt a proposer reorg. Default: 20%
|
||||
Percentage of head vote weight below which to attempt a proposer reorg. Default: 20%
|
||||
|
||||
--prune-blobs <BOOLEAN>
|
||||
Prune blobs from Lighthouse's database when they are older than the data data availability boundary relative
|
||||
|
||||
Reference in New Issue
Block a user