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

Feature Flag Tracking: --batch-block-verify #7243

Closed
6 tasks done
terencechain opened this issue Sep 15, 2020 · 1 comment
Closed
6 tasks done

Feature Flag Tracking: --batch-block-verify #7243

terencechain opened this issue Sep 15, 2020 · 1 comment
Labels
Tracking Gotta Catch 'Em All

Comments

@terencechain
Copy link
Member

terencechain commented Sep 15, 2020

🦄 Feature Tracking

Current status (opt-in or opt-out):

Opt-in feature flag name:

Opt-out feature flag name:

Feature Description

--batch-block-verify is a better initial syncing algorithm than the current naive initial syncing algorithm. This allows batch verification of beacon chain objects which improves the syncing speed.

Tasks

  • Feature flag created as opt-in
  • Feature implemented / code complete
  • Feature tested in production for adequate amount of time
  • Feature flag is inverted to be opt-out and the opt-in flag is deprecated
  • Feature has made it to a tagged production release as an opt-out flag
  • Opt-out feature flag is deprecated and old code paths are cleaned up

This issue should be closed after all of the above tasks are complete.

@terencechain terencechain added the Tracking Gotta Catch 'Em All label Sep 15, 2020
@terencechain
Copy link
Member Author

Completed in latest release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tracking Gotta Catch 'Em All
Projects
None yet
Development

No branches or pull requests

1 participant