wagerr-electron-snap:1.0

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

Branch merges

Branch information

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

Recent commits

6367414... by Cryptarchist <email address hidden>

Bump version for 1.3.1

5f68a46... by Cryptarchist <email address hidden>

Update ESLint rules

17b39e5... 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.

f6dc831... by Cryptarchist <email address hidden>

Fix dialog responses from renderer process

fd6bbe1... by Cryptarchist <email address hidden>

Fix handling of dialog responses since Electron v6 bump

39b5579... by Cryptarchist <email address hidden>

Bump version for 1.3.0

af6d6a0... by Cryptarchist <email address hidden>

Bump dependencies

962bbc1... by f-CJ <email address hidden>

Request user confirmation if there are unconfirmed txs when closing wallet

ae53bd7... 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

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

Run tests on current Node active LTS version (12)