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

feat(wallet): add advanced and automated mode to upgrades #298

Merged
merged 8 commits into from
Jul 29, 2024

Conversation

keplervital
Copy link
Member

@keplervital keplervital commented Jul 24, 2024

Introduces a simpler way to keep up to date with station and upgrader changes by using the control panel registry.

Relevant changes:

  • Split the change canister component into 2 modes advanced and automated
  • Advanced mode allows the user to upload any wasm with the respect optional init args
  • Automated mode checks for the next version against the control panel registry
  • The station store upon connecting to a station and if the user has the ChangeCanister permission will check if a new version of the station/upgrader is available
    • This early check will be used in a follow up PR to prompt the user to update in the toolbar of the app

Automated mode:
Screenshot 2024-07-26 at 11 58 45

Advanced mode:
Screenshot 2024-07-25 at 11 04 26

@keplervital keplervital self-assigned this Jul 25, 2024
@keplervital keplervital marked this pull request as ready for review July 25, 2024 09:12
@keplervital keplervital requested review from mraszyk and a team as code owners July 25, 2024 09:12
@keplervital keplervital requested a review from nathanosdev July 25, 2024 09:12
@keplervital keplervital changed the title feat(wallet): add advanced and basic mode to update modal feat(wallet): add advanced and automated mode to upgrades Jul 25, 2024
@keplervital keplervital merged commit 053898e into main Jul 29, 2024
21 checks passed
@keplervital keplervital deleted the kepler/orb-243-suggest-version branch July 29, 2024 09:13
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

Successfully merging this pull request may close these issues.

2 participants