Skip to content

Instantly share code, notes, and snippets.

@0xBigBoss
Created June 30, 2023 03:29
Show Gist options
  • Save 0xBigBoss/67fd7bbbf57cf64ab21a8e4050b7869c to your computer and use it in GitHub Desktop.
Save 0xBigBoss/67fd7bbbf57cf64ab21a8e4050b7869c to your computer and use it in GitHub Desktop.
[E2E Feature Flags] Onchain Feature Flags

Objective

Implementing F. E2E Feature Flags πŸ”΄

  1. Adding New Feature πŸ”΄
  2. Enabling Feature πŸ”΄
  3. Disabling Feature πŸ”΄
  4. Modifying Feature Value πŸ”΄

Origin Document

This originally comes from pokt-network/pocket#822.

Goals

  • Goal #1
  • Goal #2
  • ...

Deliverable

  • Deliverable #1
  • Deliverable #2
  • ...

Non-goals / Non-deliverables

  • Nongoal #1
  • Nongoal #2
  • ...

General issue deliverables

  • 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

Testing Methodology

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment