Skip to content

Feature Flags on chain #40

Description

@redDwarf03

Is your feature request related to a problem?

No response

Describe the solution you'd like

Add a feature to manage Archethic apps feature flags directly on chain
Create a new service on AEApp keychain to manage the configuration

{
  "applications": [
    {
      "applicationCode": "aeWallet",
      "features": {
        "ios": {
          "featureA": true,
          "featureB": false,
          "featureC": true
        },
        "macos": {
          "featureA": true,
          "featureB": false,
          "featureC": false
        },
        "web": {
          "featureA": true,
          "featureB": false,
          "featureD": true
        },
        "android": {
          "featureA": false,
          "featureC": true,
          "featureD": true
        }
      }
    },
    {
      "applicationCode": "anotherApp",
      "features": {
        "ios": {
          "featureA": false,
          "featureB": true,
          "featureC": false
        },
        "android": {
          "featureA": true,
          "featureC": false,
          "featureD": true
        }
      }
    }
  ]
}

Additional context

No response

Epic

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions