Skip to content
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

Feature Flags on chain #40

Open
redDwarf03 opened this issue Nov 25, 2024 · 2 comments
Open

Feature Flags on chain #40

redDwarf03 opened this issue Nov 25, 2024 · 2 comments

Comments

@redDwarf03
Copy link
Member

redDwarf03 commented Nov 25, 2024

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

@redDwarf03
Copy link
Member Author

mainnet address: 0000cf5e09b68d4d873e6cade7b4a951ea2eeadc148ce346120dfc96cf5879448d8c
testnet address: 000052BA03493517C72F56960F2218873E710689EA5D702CF3BC28E84A8A4F79C78A

@redDwarf03
Copy link
Member Author

Move this commit to this project: archethic-foundation/archethic-wallet@35761b7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant