add --safe-slots-to-import-optimistically option

This commit is contained in:
Dustin Brody 2022-02-15 13:54:37 +00:00 committed by Zahary Karadjov
parent 5b13b7cc9b
commit e1dbcfc02e
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 8 additions and 0 deletions

View File

@ -453,6 +453,14 @@ type
defaultValue: false
name: "proposer-boosting-debug" }: bool
# https://github.com/ethereum/consensus-specs/blob/v1.1.9/sync/optimistic.md#fork-choice-poisoning
safeSlotsToImportOptimistically* {.
hidden
desc: "Modify SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY"
# https://github.com/ethereum/consensus-specs/blob/v1.1.9/sync/optimistic.md#constants
defaultValue: 128
name: "safe-slots-to-import-optimistically" }: uint64
of BNStartUpCmd.createTestnet:
testnetDepositsFile* {.
desc: "A LaunchPad deposits file for the genesis state validators"