You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We create feature flags to test our assumptions in alpha or beta environment. And we move those features to stable once we have done enough testing. We should clean feature flags that are in stable environment for a long time.
🛠️ Proposed solution
Remove feature flags which are in stable environment for a long time. These include:
QBFTConsensus
Priority
RelayDiscovery
PreGenRegistrations
🧪 Tests
Tested by new automated unit/integration/smoke tests
Manually tested on core team/canary/test clusters
Manually tested on local compose simnet
The text was updated successfully, but these errors were encountered:
🎯 Problem to be solved
We create feature flags to test our assumptions in alpha or beta environment. And we move those features to stable once we have done enough testing. We should clean feature flags that are in stable environment for a long time.
🛠️ Proposed solution
Remove feature flags which are in stable environment for a long time. These include:
🧪 Tests
The text was updated successfully, but these errors were encountered: