mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-02 20:34:27 +00:00
Mallory - Single commit
This commit is contained in:
@@ -17,6 +17,7 @@ validator client or the slasher**.
|
||||
|
||||
| Lighthouse version | Release date | Schema version | Downgrade available? |
|
||||
|--------------------|--------------|----------------|----------------------|
|
||||
| v8.0.0-rc.0 | Sep 2025 | v28 | yes before Fulu |
|
||||
| v7.1.0 | Jul 2025 | v26 | yes |
|
||||
| v7.0.0 | Apr 2025 | v22 | no |
|
||||
| v6.0.0 | Nov 2024 | v22 | no |
|
||||
@@ -207,6 +208,7 @@ Here are the steps to prune historic states:
|
||||
|
||||
| Lighthouse version | Release date | Schema version | Downgrade available? |
|
||||
|--------------------|--------------|----------------|-------------------------------------|
|
||||
| v8.0.0-rc.0 | Sep 2025 | v28 | yes before Fulu |
|
||||
| v7.1.0 | Jul 2025 | v26 | yes |
|
||||
| v7.0.0 | Apr 2025 | v22 | no |
|
||||
| v6.0.0 | Nov 2024 | v22 | no |
|
||||
|
||||
@@ -22,7 +22,7 @@ Options:
|
||||
Data directory for the blobs database.
|
||||
--block-cache-size <SIZE>
|
||||
Specifies how many blocks the database should cache in memory
|
||||
[default: 5]
|
||||
[default: 0]
|
||||
--boot-nodes <ENR/MULTIADDR LIST>
|
||||
One or more comma-delimited base64-encoded ENR's to bootstrap the p2p
|
||||
network. Multiaddr is also supported.
|
||||
@@ -513,8 +513,6 @@ Flags:
|
||||
subscriptions. This will only import attestations from
|
||||
already-subscribed subnets, use with --subscribe-all-subnets to ensure
|
||||
all attestations are received for import.
|
||||
--light-client-server
|
||||
DEPRECATED
|
||||
--log-color [<log-color>]
|
||||
Enables/Disables colors for logs in terminal. Set it to false to
|
||||
disable colors. [default: true] [possible values: true, false]
|
||||
@@ -571,6 +569,13 @@ Flags:
|
||||
Subscribe to all subnets regardless of validator count. This will also
|
||||
advertise the beacon node as being long-lived subscribed to all
|
||||
subnets.
|
||||
--supernode
|
||||
Run as a voluntary supernode. This node will subscribe to all data
|
||||
column subnets, custody all data columns, and perform reconstruction
|
||||
and cross-seeding. This requires significantly more bandwidth,
|
||||
storage, and computation requirements but the node will have direct
|
||||
access to all blobs via the beacon API and it helps network resilience
|
||||
by serving all data columns to syncing peers.
|
||||
--validator-monitor-auto
|
||||
Enables the automatic detection and monitoring of validators connected
|
||||
to the HTTP API and using the subnet subscription endpoint. This
|
||||
|
||||
Reference in New Issue
Block a user