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.
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.
no, we need to keep it because $BN_ARGS is on the next line
…precate-http-spec-fork-and-http-allow-sync-stalled
michaelsproul
left a comment
There was a problem hiding this comment.
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 automaticallyDetailsThe followup |
✅ The pull request has been merged automaticallyDetailsThe pull request has been merged automatically at 6bac5ce |
Issue Addressed
#5430
Proposed Changes
Deprecate
http-spec-forkThe default spec fork is now always chosen
Deprecate
http-allow-sync-stalledRemove
allow_sync_stalledflag. Sync is now allowed by defaultThe issue description has justifications for these changes