-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove Deprecated Feature Flags #11125
Conversation
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.
What about the other flags: deprecatedEnableNativeState
, deprecatedEnablePeerScorer
, deprecatedEnableGossipBatchAggregation
, deprecatedEnablePullTips
?
@@ -180,7 +180,5 @@ var BeaconChainFlags = append(deprecatedFlags, []cli.Flag{ | |||
// E2EBeaconChainFlags contains a list of the beacon chain feature flags to be tested in E2E. | |||
var E2EBeaconChainFlags = []string{ | |||
"--dev", | |||
"--use-check-point-cache", |
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.
This is not present in deprecated_flags.go
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.
It hasn't been used in 2 years and the feature is a no-op currently. So it doesn't actually exist.
What type of PR is this?
V3 Improvements
What does this PR do? Why is it needed?
In preparation for our v3 release, we remove all the deprecated feature flags here.
Which issues(s) does this PR fix?
Part of #10322
Other notes for review