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

Add clock sync check before local node startup #716

Closed
avive opened this issue Feb 16, 2021 · 1 comment
Closed

Add clock sync check before local node startup #716

avive opened this issue Feb 16, 2021 · 1 comment

Comments

@avive
Copy link
Contributor

avive commented Feb 16, 2021

On app startup, before starting a local node, compare local system time with time from a public time server.
If time is out of sync or can't reach a reliable time server then show the standard modal alert box with the following content:

Title: Clock out of sync
Body: Your computer clock is out of sync with network time. Please synchronize using the data and time settings.
[Quit] [Retry]

  • Retry should attempt to get network time and check again if local clock is out of sync. If synced then proceed to start local node.
  • Quit should quit Smapp.
@avive avive added this to the TN3 milestone Jun 12, 2021
@avive avive removed this from the TN3 milestone Jul 20, 2021
@avive
Copy link
Contributor Author

avive commented Jul 20, 2021

Addressed in 0.2 by properly handling node panics on startup. Might still be a nice 0.3 enhancement.

@avive avive added the v0.3 label Jul 20, 2021
@avive avive closed this as completed Mar 27, 2022
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