pause deployment of long-range sync option default (#6436)

This commit is contained in:
tersec 2024-07-21 05:10:26 +00:00 committed by GitHub
parent 377698d65a
commit 6fa852400d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -562,9 +562,10 @@ type
name: "light-client-data-max-periods" .}: Option[uint64] name: "light-client-data-max-periods" .}: Option[uint64]
longRangeSync* {. longRangeSync* {.
hidden
desc: "Enable long-range syncing (genesis sync)", desc: "Enable long-range syncing (genesis sync)",
defaultValue: LongRangeSyncMode.Light, defaultValue: LongRangeSyncMode.Lenient,
name: "long-range-sync".}: LongRangeSyncMode name: "debug-long-range-sync".}: LongRangeSyncMode
inProcessValidators* {. inProcessValidators* {.
desc: "Disable the push model (the beacon node tells a signing process with the private keys of the validators what to sign and when) and load the validators in the beacon node itself" desc: "Disable the push model (the beacon node tells a signing process with the private keys of the validators what to sign and when) and load the validators in the beacon node itself"

View File

@ -112,7 +112,6 @@ The following options are available:
--light-client-data-import-mode Which classes of light client data to import. Must be one of: none, only-new, --light-client-data-import-mode Which classes of light client data to import. Must be one of: none, only-new,
full (slow startup), on-demand (may miss validator duties) [=only-new]. full (slow startup), on-demand (may miss validator duties) [=only-new].
--light-client-data-max-periods Maximum number of sync committee periods to retain light client data. --light-client-data-max-periods Maximum number of sync committee periods to retain light client data.
--long-range-sync Enable long-range syncing (genesis sync) [=LongRangeSyncMode.Light].
--in-process-validators Disable the push model (the beacon node tells a signing process with the private --in-process-validators Disable the push model (the beacon node tells a signing process with the private
keys of the validators what to sign and when) and load the validators in the keys of the validators what to sign and when) and load the validators in the
beacon node itself [=true]. beacon node itself [=true].