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

Create design for RemoteConfig #657

Open
5 tasks
Tracked by #400
jeromy-cannon opened this issue Oct 8, 2024 · 2 comments
Open
5 tasks
Tracked by #400

Create design for RemoteConfig #657

jeromy-cannon opened this issue Oct 8, 2024 · 2 comments
Assignees
Labels
Design Issue/PR for feature design documents P0 An issue impacting production environments or impacting multiple releases or multiple individuals.

Comments

@jeromy-cannon
Copy link
Contributor

jeromy-cannon commented Oct 8, 2024

Tasks

required by: #591

@jeromy-cannon jeromy-cannon added Design Issue/PR for feature design documents P1 High priority issue. Required to be completed in the assigned milestone. P0 An issue impacting production environments or impacting multiple releases or multiple individuals. and removed P1 High priority issue. Required to be completed in the assigned milestone. labels Oct 8, 2024
@jeromy-cannon jeromy-cannon self-assigned this Oct 24, 2024
@jeromy-cannon
Copy link
Contributor Author

  • Mutation command/subcommands:
    • solo cluster setup
    • solo cluster reset
    • solo mirror-node deploy
    • solo mirror-node destroy
    • solo network deploy
    • solo network destroy
    • solo network refresh - currently not used or tested...
    • solo relay deploy
    • solo relay destroy
    • solo node setup
    • solo node start
    • solo node stop
    • solo node refresh
    • solo node add
    • solo node add-prepare
    • solo node add-submit-transactions
    • solo node add-execute
    • solo node update
    • solo node delete
    • solo node delete-prepare
    • solo node delete-submit-transactions
    • solo node delete-execute
    • solo node prepare-upgrade
    • solo node freeze-upgrade
    • solo account init
    • solo account update - I think this could cause issues if it was a system account
    • (skip) solo account create - I think this does not require a lock/lease because it is a new account and won't impact the state of the deployement

@jeromy-cannon
Copy link
Contributor Author

interface SemanticVersion {
  major: number // MAJOR version when you make incompatible API changes
  minor: number // MINOR version when you add functionality in a backward compatible manner
  package: number // PATCH version when you make backward compatible bug fixes
}

NOTE: node-semver provides a library for working with semantic compliant versions, greater than, less than, etc. The project published a new version 3 months ago and seems to be actively maintained with nearly 350M downloads per week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design Issue/PR for feature design documents P0 An issue impacting production environments or impacting multiple releases or multiple individuals.
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant