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: check for latest url in releases and activate it #1528

Closed
wants to merge 4 commits into from

Conversation

arthurgeron
Copy link
Contributor

@arthurgeron arthurgeron commented Oct 2, 2024

  • Created ChangeNetworkService
  • Checks release tags for a URL, if found replaces any existing entry or creates one, making it the selected network.
  • Run checks on an async interval while the wallet is locked

@arthurgeron arthurgeron changed the title feat: check for mainnet in releases and activate it feat: check for latest url in releases and activate it Oct 2, 2024
Copy link
Contributor

@LuizAsFight LuizAsFight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the requirements for this is:

  • it should use same logic of auto update
  • it will try to manage the network every 1 minute
  • it will insert network and select it in database (only if it doesn't exist yet.)
  • the prop in json can be just networkUrl , it doesnt need to be networks: [ ...

@LuizAsFight
Copy link
Contributor

this can be closed in favor of #1531

@LuizAsFight LuizAsFight closed this Oct 2, 2024
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