Implementing F. E2E Feature Flags π΄
- Adding New Feature π΄
- Enabling Feature π΄
- Disabling Feature π΄
- Modifying Feature Value π΄
This originally comes from pokt-network/pocket#822.
- Goal #1
- Goal #2
- ...
- Deliverable #1
- Deliverable #2
- ...
- Nongoal #1
- Nongoal #2
- ...
- Update the appropriate CHANGELOG(s)
- Update any relevant local/global README(s)
- Update relevant source code tree explanations
- Add or update any relevant or supporting mermaid diagrams
- Task specific tests or benchmarks:
make ...
- New tests or benchmarks:
make ...
- All tests:
make test_all
- LocalNet: verify a
LocalNet
is still functioning correctly by following the instructions at docs/development/README.md - k8s LocalNet: verify a
k8s LocalNet
is still functioning correctly by following the instructions here
Creator: @0xBigBoss Co-Owners: @Olshansk