Skip to content
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

Merged
merged 10 commits into from
Aug 14, 2022
Merged

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Jul 28, 2022

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

@nisdas nisdas mentioned this pull request Jul 28, 2022
4 tasks
@nisdas nisdas marked this pull request as ready for review August 12, 2022 07:16
@nisdas nisdas requested a review from a team as a code owner August 12, 2022 07:16
Copy link
Contributor

@rkapka rkapka left a 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",
Copy link
Contributor

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

Copy link
Member Author

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.

rkapka
rkapka previously approved these changes Aug 12, 2022
@prylabs-bulldozer prylabs-bulldozer bot merged commit e04a8bc into develop Aug 14, 2022
@delete-merged-branch delete-merged-branch bot deleted the removeDeprecatedFeatFlags branch August 14, 2022 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants