mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-30 03:03:45 +00:00
Add CI fixes to holesky-rescue (#7071)
* Add CI fixes. * Remove log and update cli docs. * Build caches after loading state from disk. * Revert payload invalidation API - wasn't working because of the justification being permanently updated.
This commit is contained in:
@@ -80,6 +80,9 @@ Options:
|
||||
Specifies the verbosity level used when emitting logs to the terminal.
|
||||
[default: info] [possible values: info, debug, trace, warn, error,
|
||||
crit]
|
||||
--disable-attesting
|
||||
Turn off attestation related APIs so that we have some hope of
|
||||
producing blocks
|
||||
--discovery-port <PORT>
|
||||
The UDP port that discovery will listen on. Defaults to `port`
|
||||
--discovery-port6 <PORT>
|
||||
@@ -385,12 +388,18 @@ Options:
|
||||
Number of validators per chunk stored on disk.
|
||||
--slots-per-restore-point <SLOT_COUNT>
|
||||
DEPRECATED. This flag has no effect.
|
||||
--state-cache-headroom <N>
|
||||
Minimum number of states to cull from the state cache when it gets
|
||||
full [default: 1]
|
||||
--state-cache-size <STATE_CACHE_SIZE>
|
||||
Specifies the size of the state cache [default: 128]
|
||||
Specifies the size of the state cache [default: 32]
|
||||
--suggested-fee-recipient <SUGGESTED-FEE-RECIPIENT>
|
||||
Emergency fallback fee recipient for use in case the validator client
|
||||
does not have one configured. You should set this flag on the
|
||||
validator client instead of (or in addition to) setting it here.
|
||||
--sync-tolerance-epochs <sync-tolerance-epochs>
|
||||
If the beacon node is within this many epochs from the head, we
|
||||
declare it to be synced regardless of the network sync state
|
||||
-t, --testnet-dir <DIR>
|
||||
Path to directory containing eth2_testnet specs. Defaults to a
|
||||
hard-coded Lighthouse testnet. Only effective if there is no existing
|
||||
|
||||
@@ -175,6 +175,8 @@ Flags:
|
||||
If this flag is set, Lighthouse will query the Beacon Node for only
|
||||
block headers during proposals and will sign over headers. Useful for
|
||||
outsourcing execution payload construction during proposals.
|
||||
--disable-attesting
|
||||
Disable everything except block proposals
|
||||
--disable-auto-discover
|
||||
If present, do not attempt to discover new validators in the
|
||||
validators-dir. Validators will need to be manually added to the
|
||||
|
||||
Reference in New Issue
Block a user