wagerr-electron-snap:fix_dialog_response

Last commit made on 2020-07-21
Get this branch:
git clone -b fix_dialog_response https://git.launchpad.net/wagerr-electron-snap

Branch merges

Branch information

Name:
fix_dialog_response
Repository:
lp:wagerr-electron-snap

Recent commits

8c21a7d... by Cryptarchist <email address hidden>

Update ESLint rules

36fca3c... by Cryptarchist <email address hidden>

Move download snapshot logic to main process to avoid CORS errors

When making axios calls from the renderer process it uses XHR requests
which are susceptible to CORS errors (which in this case we were getting
when attempting to fetch the snapshot download from GitHub). When moving
this logic to the Electron main process it makes HTTP requests which
aren't susceptible to these pre-flight check problems.

1afc725... by Cryptarchist <email address hidden>

Fix dialog responses from renderer process

5994c56... by Cryptarchist <email address hidden>

Fix handling of dialog responses since Electron v6 bump

72d01c4... by Cryptarchist <email address hidden>

Bump dependencies

45a8f2f... by Cryptarchist <email address hidden>

Merge pull request #26 from f-CJ/close-wallet-unconfirmed-txs

Request user confirmation if there are unconfirmed txs when closing w…

aec2e43... by f-CJ <email address hidden>

Request user confirmation if there are unconfirmed txs when closing wallet

cc566c7... by Cryptarchist <email address hidden>

Merge pull request #47 from f-CJ/improv-requests-onlaunch

Improve and reduce the amount of requests done to the daemon while it…

fa05c2a... by f-CJ <email address hidden>

Improve and reduce the amount of requests done to the daemon while it is initializing on application launch + small method name change to match the name of the command

6e0621b... by Cryptarchist <email address hidden>

Run tests on current Node active LTS version (12)