Ben Woosley
274768d3c2
enhance(dependencies): Drop node 7 support
And declare minimum versions in package.json.
Node 7 was a dev release and is defunct now that 8 is LTS and 9 is the
current dev release. If we wanted to support earlier versions, we should
go all the way back to the prior LTS release series, 6, but I don't see
a reason to do that for new software.
Bump to npm 5 because that is the version that was released with node 8:
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.0.0
This was prompted by the fact that current versions of yarn have dropped node 7
support.
https://yarnpkg.com/en/
7 years ago
Ben Woosley
e4643ba319
fix(electron-dep): Configure browserslist to use electron 1.7
This is the version of electron we actually use / have installed.
After this change `npx browserslist` outputs:
chrome 58
7 years ago
Ben Woosley
598ced0e35
fix(browserslist): Fix that browserslist was configured but not installed
After this change, `npx browserslist` outputs:
chrome 56
7 years ago
Ben Woosley
81264f2974
enhance(ci-runtime): Run CI tasks in parallel
7 years ago
Ben Woosley
bb33bfe1cb
fix(flow): Add ps-node as a dev dependency
It's used by flow:
Launching Flow server for /.../zap-desktop
Spawned flow server (pid=46193)
Logs will go to /private/tmp/flow/zSUserszSbenzSDevelopmentzSBitcoinzSzZap-desktop.log
app/main.dev.js:18
18: import { lookup } from 'ps-node'
^^^^^^^^^ ps-node. Required module not found
Found 1 error
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! zap-desktop@0.0.1 flow: `flow`
npm ERR! Exit status 2
7 years ago
João Almeida
b60c74fae2
Update electron and electron-builder to latest release.
7 years ago
Jack Mallers
30eb4c8a4d
fix(d3): only require modules that are needed
7 years ago
Jack Mallers
33beb46d84
fix(network map): remove not used dependencies
7 years ago
Jack Mallers
169f0525af
feature(map): built own map with d3
7 years ago
Jim Posen
61f011a557
Upgrade electron-devtools-installer.
Fixes
https://github.com/MarshallOfSound/electron-devtools-installer/pull/64
& https://github.com/LN-Zap/zap-desktop/issues/78 .
7 years ago
Jack Mallers
bcdc551131
feature(tabs): hard code tabs style
7 years ago
Jack Mallers
e2f0b3193c
fix(lnd): update LND, contains wallet balance fix
7 years ago
Jack Mallers
736639cda6
remove unused code
7 years ago
Jack Mallers
25c205d425
fix(icon): custom zap icon
7 years ago
Jack Mallers
4618c7a1e8
fix(lnd binary): package in lnd binary
7 years ago
Jack Mallers
6c070e4592
fix(certs): fix issue with certs throwing SSL error
7 years ago
Jack Mallers
dc198886b6
fix(custom icon importing)
7 years ago
Jack Mallers
5ea59e17fc
fix(lint): fix linting errors
7 years ago
Jack Mallers
dfd444a903
feature(step 2): style step 2
7 years ago
Jack Mallers
cca8d4e574
feature(wallet mock): wallet mock of new wallet header
7 years ago
Jack Mallers
7808493b4a
fix(sync style)
7 years ago
Jack Mallers
e592f0e8bc
fix(resources): add resources and make OS dynamic
7 years ago
Jack Mallers
a0da50d40e
fix(extraResources): specify scripts, binaries and svg in extraResources
7 years ago
Jack Mallers
3c1d68d734
feature(%): lnd syncing shows progress %
7 years ago
Jack Mallers
6fac213bb4
fix(app/package.json): move dependencies to app/package.json
7 years ago
Jack Mallers
9d5974da71
fix(chunk modules): fix chunk modules warning by updating webpack packages
7 years ago
Jack Mallers
dcad60110a
fix(binary): use binary for lnd
7 years ago
Jack Mallers
334754d86e
fix(package.json): remove unused npm script
7 years ago
Jack Mallers
ee5a3a540e
IT FUCKING WORKED
7 years ago
Jack Mallers
c208db0d3e
feature(payform): add form validation to payform
7 years ago
Jonathan Zobro
2475a48161
add app folder to test moduleDirectories, test component/Channel
7 years ago
Jack Mallers
efa0fb92e6
update package.json
7 years ago
Jack Mallers
d0bd604e4e
feature(filters/bitcoin-js): update bitcoin-js and get filters to work
7 years ago
Jack Mallers
672176d59f
feature(bitcoin-js): add bitcoin-js & validate addresses
7 years ago
Jack Mallers
ff54730aeb
feature(loading): add loading component and use it while sending coins
7 years ago
Jack Mallers
d8c5623e01
feature(sendcoins): working demo of UX flow
7 years ago
Jack Mallers
a98fbd6148
feature(form): refcactor pay/request form into 2 components
7 years ago
Jack Mallers
62cb41ae74
feature(form): refcactor pay/request form into 2 components
7 years ago
Jack Mallers
c15c5404b9
feature(ltc-icon): add ltc icon support
7 years ago
Jack Mallers
2553622cbc
feature(lnd-ipa): refactor out nodejs completely
7 years ago
Jack Mallers
192d0e7b21
feature(lnd-ipc): ipc form invoice
7 years ago
Jack Mallers
3cb8d3b522
feature(lnd-ipc): add redux-electron-ipc for easier send/receive IPC calls w/ redux
7 years ago
Jack Mallers
d25d1dfa73
feature(lnd-ipc): initial lnd + ipcRenderer setup w/ info as example
7 years ago
Jack Mallers
172e55dd1a
feature(tests): add first test
8 years ago
Jack Mallers
c5f44bd3af
fix(react-icons/package.json): refactor modules to correct places
8 years ago
Jack Mallers
abb1b02a36
fix(lint): start fixing linting error
8 years ago
Jack Mallers
710979b765
feature(demo): cleanup and film demo
8 years ago
Jack Mallers
e7420e75eb
features(channels, sockets, sha256): add multichannel support with websockets + add sha256 library for invoices
8 years ago
Jack Mallers
cebbefe207
feature(websockets): add basic websocket ability
8 years ago
Jack Mallers
82f76b31ac
feature(channel): styled channel on walle page
8 years ago