Ben Woosley
b4ff0fc555
enhance(electron): Bump to Electron 1.8.4
Electron 1.8 is based on Node 8.2.1. I moved the engines /
devEngines limits for node and npm to the associated versions.
https://github.com/electron/electron/releases/tag/v1.8.1
7 years ago
Ben Woosley
0a48b1811c
Fix the transaction scrollbar to consistently reveal all the transactions
Fixes #311
7 years ago
Jack Mallers
4a6a360128
feature(createWalletConfirmation): add walletPasswordConfirmation to reducer
7 years ago
Jack Mallers
f2c544cab8
feature(reEnterSeedChecker): return true or false based on whether the user has re-entered the seed correctly
7 years ago
Jack Mallers
96f7a3e20b
feature(seed): style copy/enter seed pages
7 years ago
Tom Kirkpatrick
24c07af343
fix(ssl-handshake): update list of supported cipher suites
Update the list of supported cipher suites to use with openssl to
include those supported by lnd, which are defined as:
tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
tls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
tls.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
See https://github.com/lightningnetwork/lnd/blob/master/lnd.go#L80-L85
We order the suites by priority, based on the recommendations provided
by SSL Labs:
See https://github.com/ssllabs/research/wiki/SSL-and-TLS-Deployment-Best-Practices#23-use-secure-cipher-suites
Fix #324
7 years ago
Ben Woosley
77fbc7fa50
Bump to grpc 1.10.0
The impetus is to improve error reporting for GRPC connection errors,
which was introduced in 1.8.4. Security and other fixes are included
as well.
https://github.com/grpc/grpc-node/releases
7 years ago
Ben Woosley
2ade0a7a45
Only ADD_TRANSACTION if we are not already tracking the transaction
LND’s SubscribeTransactions will announce transactions multiple times.
I haven’t looked into which circumstances this occur, but an easy fix
is to filter out the incoming transactions that we already have on record.
Fixes #317
7 years ago
Ben Woosley
5b7e3b61b6
fix(loading-svg): Give the bolt a little space to avoid clipping
Fixes #297
7 years ago
Jack Mallers
24ae067ad9
feature(unlockWallet): ability to unlock wallet with helpful error messages
7 years ago
odb366
eca3a7189b
scrollbar-fix2
7 years ago
Ben Woosley
7acb971c05
fix(style-lint): Bump stylelint and config to latest, fix lints
7 years ago
Jack Mallers
f8e15e92e3
fix(lint): fix lint errors
7 years ago
Jack Mallers
39154b688a
fix(payment): update payment modal styles
7 years ago
Jack Mallers
91eb5e32c5
fix(on-chain): fix on chain modal to new styles
7 years ago
Jack Mallers
b0d5ff90c0
fix(tests): update the tests
7 years ago
Jack Mallers
1f9a316326
fix(lint): fix linting errors
7 years ago
Jack Mallers
fade245dc4
feature(countdown): add countdown component for the countdown till the invoice expires
7 years ago
Jack Mallers
9c11328789
feature(wallet): hook up new wallet modal
7 years ago
Jack Mallers
54c31e2de3
feature(wallet): build new wallet modal/refactor current wallet component
7 years ago
Jack Mallers
5c126fd595
feature(payform): add error messages to py form
7 years ago
Jack Mallers
357cf4e0ef
fix(lint): fix all lint errors except a few (will fix the rest after i finish the rest of the modals)
7 years ago
Jack Mallers
dc4e03fa8c
fix(lint): update lint packages + config
7 years ago
Jack Mallers
91abe27589
fix(package.json): go back to old webpack versions
7 years ago
Jack Mallers
b5686570e4
fix(oldforms): remove old forms
7 years ago
Jack Mallers
9c88c78ff8
feature(request): usd amount in request form
7 years ago
Jack Mallers
e04d308687
feature(multi-currency): convert to sats before sending coins or making a request, no matter the currency
7 years ago
Jack Mallers
0883bbd486
feature(payform): add multi-currency support for payform
7 years ago
Jack Mallers
a827e65b55
feature(payform): new description
7 years ago
Jack Mallers
04798ac7f9
feature(payform): new pay form MVP
7 years ago
Jack Mallers
6bb5783e7d
fix(neutrino): connect to a better node
7 years ago
Jack Mallers
98b3c52e11
feature(value): add value component to wallet
7 years ago
Jack Mallers
9463062912
feature(value): add value component and use it in activity feed
7 years ago
Jack Mallers
e005932d4f
fix(lint): fix linting errors
7 years ago
Jack Mallers
2d1030a1f7
feature(autopilot-onboarding): allow user to turn autopilot on/off before starting their node
7 years ago
Jack Mallers
8a40563314
fix(lint)
7 years ago
Jack Mallers
162bd2d4fc
fix(channels): allow channels list to be scrollabl
7 years ago
Jack Mallers
1c40075e3b
fix(walletBalance): was only calcing channel balance in wallet header
7 years ago
Jack Mallers
2d668f0b88
feature(add channel): add tooltip for add channel
7 years ago
Jack Mallers
5709d7977a
feature(channel): add tolltip to channel status
7 years ago
Jack Mallers
611de421b8
fix(closing): add closing style
7 years ago
Jack Mallers
33e260e033
fix(lint)
7 years ago
Jack Mallers
4c44ed3c65
fix(lint)
7 years ago
Jack Mallers
410b7ba07d
fix(lint): fix lint errors
7 years ago
Jack Mallers
22f4eb09d0
fix(lint): linting errors
7 years ago
Jack Mallers
a0f28ecfbc
fix(lint): fix some linty errors
7 years ago
Jack Mallers
8d448708b7
fix(onboarding): default state is false for onboarded
7 years ago
Jack Mallers
dad4546e58
feature(alias): setup form container and onboarding architecture. hard code alias form
7 years ago
Data Courier
0e29ebb1a9
fix(activity-header): increase menu item hitboxes
7 years ago
Data Courier
2e44c0c91a
fix(activity-header): disable text selection
7 years ago