ethpandaops / ethereum-package

A Kurtosis package that deploys a private, portable, and modular Ethereum devnet
MIT License
261 stars 154 forks source link

fix: remove deprecated http-allow-sync-stalled from LH #805

Closed michaelsproul closed 1 month ago

michaelsproul commented 1 month ago

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):