-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate http-spec-fork
and http-allow-sync-stalled
#5500
Deprecate http-spec-fork
and http-allow-sync-stalled
#5500
Conversation
@@ -67,5 +67,4 @@ exec $lighthouse_binary \ | |||
--target-peers $((BN_COUNT - 1)) \ | |||
--execution-endpoint $execution_endpoint \ | |||
--execution-jwt $execution_jwt \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to remove the backlash in the previous line?
--execution-jwt $execution_jwt \ | |
--execution-jwt $execution_jwt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, removed in a3e4f5e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, we need to keep it because $BN_ARGS
is on the next line
…precate-http-spec-fork-and-http-allow-sync-stalled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Will merge with these few tiny fixes applied
…ec-fork-and-http-allow-sync-stalled
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
@Mergifyio requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 6bac5ce |
Issue Addressed
#5430
Proposed Changes
Deprecate
http-spec-fork
The default spec fork is now always chosen
Deprecate
http-allow-sync-stalled
Remove
allow_sync_stalled
flag. Sync is now allowed by defaultThe issue description has justifications for these changes