Jack Mallers
ef03dccf47
fix(submit wallet): dont allow user to move on if the aezeedPass doesnt match the confirmation pass
7 years ago
Jack Mallers
9893fb4214
fix(aezeed): make aezeedPassword component stateless
7 years ago
Jack Mallers
00a93b3aec
fix(): small console logs and errors
7 years ago
Jack Mallers
2bb28e0bbd
fix(lint): fix linting errors
7 years ago
Jack Mallers
c1f9ec58bc
fix(grpcInit): remove old file
7 years ago
Jack Mallers
04285830de
fix(pull-master): merge in master
7 years ago
Ben Woosley
266692368c
enhance(invoice expiry): Exclude expired invoices from the pending activity view
Because they're not pending. They're still present in the Requested view.
7 years ago
Ben Woosley
df695bda54
Merge pull request #330 from Empact/feature/show-contactable-peers-first
Sort the contacts form relative to peer's contactability
7 years ago
Ben Woosley
8b004788ab
Sort the contacts form relative to peer's contactability
Private peers can't be acted on, so show them below the contactable peers.
7 years ago
Ben Woosley
c222222436
Merge pull request #346 from Empact/enhance/electron-18
enhance(electron): Bump to Electron 1.8.4
7 years ago
odb366
cc368ee239
fixes issue with dropdown
Because of the changes from the previous commit the dropdown which chooses type of connections( all, online, offline, pending, closing ) wasn't visible.
7 years ago
Jack Mallers
9369baf308
fix(createWalletPassword): refactor component to be stateless. use selector to show error on non matching passwords and not allow user to continue until passwords are matching
7 years ago
odb366
bbb2cbba63
fixed the scrollbar issue for the network list
7 years ago
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
5b6bf72ebb
Merge pull request #342 from Empact/fix/scrolling
Fix the transaction scrollbar to consistently reveal all the transactions
7 years ago
Ben Woosley
0a48b1811c
Fix the transaction scrollbar to consistently reveal all the transactions
Fixes #311
7 years ago
Ben Woosley
9139e1ce9d
Merge pull request #329 from Empact/enhance/grpc-191
Bump to grpc 1.10.0
7 years ago
Ben Woosley
39e1cf4d65
Merge pull request #338 from mrfelton/fix/ssl-handshake
Update list of supported cipher suites for compatibility with lnd 0.4.0
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
d511b657ee
Merge pull request #336 from Empact/fix/transaction-repetition
Only ADD_TRANSACTION if we are not already tracking the transaction
7 years ago
Ben Woosley
789b73c23e
Merge pull request #334 from Empact/fix/loading-svg
Give the bolt a little space to avoid clipping
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
Ben Woosley
7daecb1992
Merge pull request #333 from Empact/fix/stylelint-yarn
Update yarn.lock for stylelint changes
7 years ago
Ben Woosley
f2e1e7fc6d
Merge pull request #331 from odb366/scrollbars-fix
scrollbar-fix2
7 years ago
Ben Woosley
e3b93969b9
Update yarn.lock for stylelint changes
Should have been updated in 7acb971c05
7 years ago
odb366
eca3a7189b
scrollbar-fix2
7 years ago
Ben Woosley
043bb0dbdd
Merge pull request #159 from Empact/fix/stylelint
Enable stylelint on CI and within test-all
7 years ago
Ben Woosley
8cca14cf4a
enhance(ci): Add lint-styles to CI and yarn test-all
7 years ago
Ben Woosley
7acb971c05
fix(style-lint): Bump stylelint and config to latest, fix lints
7 years ago
Ben Woosley
ed5ad6cb1c
fix(style-lint): Drop stylefmt in favor of stylelint --fix
From stylefmt's readme:
Consider other tools before adopting stylefmt
If you are using stylefmt with stylelint configuration to format according
to its rules, you can now use stylelint's --fix option (from v7.11.0) to autofix.
7 years ago
Ben Woosley
5f1d2b40dc
fix(style-lint): Run style lints against the scss
Rather than non-existant css.
7 years ago
JimmyMow
18b8df49a9
Merge pull request #323 from LN-Zap/feature/multi-currency-support
Feature/multi currency support
7 years ago
Jack Mallers
0e98753b1e
fix(tests): new snapshots to fix tests
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