Skip to content

Commit 1825dbf

Browse files
fix: remove deprecated http-allow-sync-stalled from LH (#805)
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
1 parent 3735794 commit 1825dbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cl/lighthouse/lighthouse_launcher.star

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ def get_beacon_config(
224224
"--http",
225225
"--http-address=0.0.0.0",
226226
"--http-port={0}".format(BEACON_HTTP_PORT_NUM),
227-
"--http-allow-sync-stalled",
228227
"--slots-per-restore-point={0}".format(32 if constants.ARCHIVE_MODE else 8192),
229228
# NOTE: This comes from:
230229
# https://github.com/sigp/lighthouse/blob/7c88f582d955537f7ffff9b2c879dcf5bf80ce13/scripts/local_testnet/beacon_node.sh

0 commit comments

Comments
 (0)