mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-18 18:42:35 +00:00
add --safe-slots-to-import-optimistically option
This commit is contained in:
parent
5b13b7cc9b
commit
e1dbcfc02e
@ -453,6 +453,14 @@ type
|
|||||||
defaultValue: false
|
defaultValue: false
|
||||||
name: "proposer-boosting-debug" }: bool
|
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:
|
of BNStartUpCmd.createTestnet:
|
||||||
testnetDepositsFile* {.
|
testnetDepositsFile* {.
|
||||||
desc: "A LaunchPad deposits file for the genesis state validators"
|
desc: "A LaunchPad deposits file for the genesis state validators"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user