Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Edge-case offline-startup error #1569

Closed
luclu opened this issue Jan 10, 2017 · 2 comments · Fixed by #1571
Closed

Edge-case offline-startup error #1569

luclu opened this issue Jan 10, 2017 · 2 comments · Fixed by #1571

Comments

@luclu
Copy link
Contributor

luclu commented Jan 10, 2017

Currently Mist will error-out on the splash screen if (i) no internet connection is available and (ii) the downloaded version of geth differs from the one advertised in the bundled clientBinaries.json.

From #1534:

There seems to be a case where this fix does not suffice.

If the default config - shipped with ethereum-client-binaries - differs from the current version (e.g. of geth), I think it will try to download the older version (see clientBinaryManager.js#L181-L184). Also we can't keep the default config up-to-date on shipped installations.

Proposals

  1. Disable version check of already downloaded node if clientBinaries.json can't be received from github
  2. Store version of currently downloaded version in local DB

I would prefer (1).

@luclu luclu self-assigned this Jan 10, 2017
@luclu luclu changed the title Fix edge-case offline-startup error Edge-case offline-startup error Jan 10, 2017
@evertonfraga
Copy link
Member

evertonfraga commented Jan 10, 2017 via email

@luclu luclu removed their assignment Mar 19, 2017
@lock
Copy link

lock bot commented Mar 31, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked and limited conversation to collaborators Mar 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants