almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

Allow offline mode in case of master server failure #140

Open almindor opened 2 years ago

almindor commented 2 years ago

Related to #126 if Etherwall cannot connect to the master server for any reason it stops initializaiton atm. This is wrong as it locks people out of things like backup restores, exporting accounts etc.

Make server connections "soft fail" to go into offline mode so other things can keep working.