Jack Mallers
|
d9ed3f2c8b
|
fix(recovery_window): fix wallet recovery by specifying default recovery window
|
7 years ago |
Jack Mallers
|
e12f6b8412
|
fix(proto): update lnd proto fil
|
7 years ago |
Jack Mallers
|
a2e0f48bb7
|
feature(close-channel): wire up close channel to UI
|
7 years ago |
Jack Mallers
|
c1f9ec58bc
|
fix(grpcInit): remove old file
|
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 |
Jack Mallers
|
24ae067ad9
|
feature(unlockWallet): ability to unlock wallet with helpful error messages
|
7 years ago |
Jack Mallers
|
fade245dc4
|
feature(countdown): add countdown component for the countdown till the invoice expires
|
7 years ago |
Jack Mallers
|
90ccca7558
|
hotfix(builds): quick fixes for production builds
|
7 years ago |
Jack Mallers
|
9babd9b6fc
|
hotfix(CI fail)
|
7 years ago |
Ben Woosley
|
8e06ad5105
|
fix(eslint-import): Fix that eslint-plugin-import was not active
For the node import resolver, "paths" is meant to be absolute paths
for global modules.
https://github.com/benmosher/eslint-plugin-import/tree/master/resolvers/node
|
7 years ago |
Ben Woosley
|
3829046857
|
fix(lints): Call d3 modifiers on the selection itself
Rather than iterating over the selection.
|
7 years ago |
João Almeida
|
98e005938d
|
feature(auth-macaroon): Add macaroon auth support
|
7 years ago |
Jack Mallers
|
4f86a90ee0
|
fix(proto): fix merge conflicts and errors with new proto file
|
7 years ago |
Torkel Rogstad
|
ef54915c11
|
Removes unused code, adds proper semicolon rule and reduces lint errors
|
7 years ago |
Jack Mallers
|
6c070e4592
|
fix(certs): fix issue with certs throwing SSL error
|
7 years ago |
Jack Mallers
|
ff3e492037
|
fix(logs): remove console.logs
|
7 years ago |
Jack Mallers
|
c78b176cd5
|
fix(lint): fix linting errors
|
7 years ago |
Jack Mallers
|
a0da50d40e
|
fix(extraResources): specify scripts, binaries and svg in extraResources
|
7 years ago |
Jack Mallers
|
335646f0f7
|
fix(loading): fix loading bolt
|
7 years ago |
Jack Mallers
|
cb7f49d646
|
fix(production): build is working
|
7 years ago |
Jack Mallers
|
6c87563aa2
|
fix(lnd-ipc): fix linting errors
|
7 years ago |
Jack Mallers
|
d25d1dfa73
|
feature(lnd-ipc): initial lnd + ipcRenderer setup w/ info as example
|
8 years ago |