Skip to content

Commit

Permalink
fix: remove deprecated http-allow-sync-stalled from LH (#805)
Browse files Browse the repository at this point in the history
The `--http-allow-sync-stalled` flag is deprecated as of Lighthouse
v5.3.0, with its behaviour being enabled by default.

In v6.0.0 we would like to remove the flag entirely, which requires
removing it from Kurtosis (which we run on our CI):

- sigp/lighthouse#6490
  • Loading branch information
michaelsproul authored Oct 17, 2024
1 parent 3735794 commit 1825dbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cl/lighthouse/lighthouse_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ def get_beacon_config(
"--http",
"--http-address=0.0.0.0",
"--http-port={0}".format(BEACON_HTTP_PORT_NUM),
"--http-allow-sync-stalled",
"--slots-per-restore-point={0}".format(32 if constants.ARCHIVE_MODE else 8192),
# NOTE: This comes from:
# https://github.com/sigp/lighthouse/blob/7c88f582d955537f7ffff9b2c879dcf5bf80ce13/scripts/local_testnet/beacon_node.sh
Expand Down

0 comments on commit 1825dbf

Please sign in to comment.