wagerr-electron-snap:mem-leak-3

Last commit made on 2020-10-27
Get this branch:
git clone -b mem-leak-3 https://git.launchpad.net/wagerr-electron-snap

Branch merges

Branch information

Name:
mem-leak-3
Repository:
lp:wagerr-electron-snap

Recent commits

4301809... by Cryptarchist <email address hidden>

Add option to open DevTools in release build with DEBUG_PROD env var

033f9e9... by Cryptarchist <email address hidden>

see

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