-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
cleanup feature code after mainnet-beta activation of DdLwVYuvDz26JohmgSbA7mjpJFgX5zP2dkp8qsF2C33V #34089
cleanup feature code after mainnet-beta activation of DdLwVYuvDz26JohmgSbA7mjpJFgX5zP2dkp8qsF2C33V #34089
Conversation
|
Over on Discord it was proposed that we don't immediately clean up feature gate code1, and instead wait until the next version rolls out on mnb. This would allow I see this feature gate has already moved to the "awaiting cleanup" section2 on the feature gate activation schedule as well. It seems reasonable to wait to clean up featurization if it helps another team. It also seems that this feature gate is quite localized and thus won't dramatically reduce complexity by removing the featurization code (which would be a reason to justify removing the code now vs later). Wdyt about waiting? Footnotes |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #34089 +/- ##
=======================================
Coverage 81.8% 81.8%
=======================================
Files 819 819
Lines 220912 220904 -8
=======================================
+ Hits 180865 180911 +46
+ Misses 40047 39993 -54 |
Thanks for pointing it out, totally agree. Just want to put out the PR avoid another content switch. Change it to Draft until Feature Activation Schedule rolls this into "do clean up" stage. |
I just did the same thing, so I totally understand.
Sounds good. I'm going to remove myself as a reviewer for now. Once the clean up stage is open, please do re-tag me to review. Thanks! |
Welp, looks like this was reversed, lol. I'll re-review this PR. It also looks like there are file conflicts that need to be resolved now. |
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. Please re-request a review after conflicts are resolved.
Yeah, the flood gate is now open 😜 (... and all the rebases) |
667a01d
to
2c229ca
Compare
2c229ca
to
09bb723
Compare
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
Problem
feature DdLwVYuvDz26JohmgSbA7mjpJFgX5zP2dkp8qsF2C33V #27839 has been activated everywhere.
Summary of Changes
cleanup feature code
Fixes #