mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 04:44:28 +00:00
Implement weak subjectivity safety checks (#7347)
Closes #7273 https://github.com/ethereum/consensus-specs/pull/4179 Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu> Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com> Co-Authored-By: Michael Sproul <michaelsproul@users.noreply.github.com> Co-Authored-By: dapplion <35266934+dapplion@users.noreply.github.com>
This commit is contained in:
@@ -509,6 +509,12 @@ Flags:
|
||||
--http-enable-tls
|
||||
Serves the RESTful HTTP API server over TLS. This feature is currently
|
||||
experimental.
|
||||
--ignore-ws-check
|
||||
Using this flag allows a node to run in a state that may expose it to
|
||||
long-range attacks. For more information please read this blog post:
|
||||
https://blog.ethereum.org/2014/11/25/proof-stake-learned-love-weak-subjectivity
|
||||
If you understand the risks, you can use this flag to disable the Weak
|
||||
Subjectivity check at startup.
|
||||
--import-all-attestations
|
||||
Import and aggregate all attestations, regardless of validator
|
||||
subscriptions. This will only import attestations from
|
||||
|
||||
Reference in New Issue
Block a user