Tom Kirkpatrick
7bae3e5637
fix(lnd): do not resolve after rejecting
Update a number of places in the lnd service wrapper where a call error
was being resolved after it was already rejected.
6 years ago
Tom Kirkpatrick
5681b82a3c
refactor: move helper code to lib directory
7 years ago
Tom Kirkpatrick
1adb334146
feature(lnd-config): simplify handling of macaroons
Use grpc.credentials.combineChannelCredentials to combine the ssl
credentials with the macaroons when initializing the lnd rcp client.
This avoids the need to pass the macaroon metadata throughout the
codebase.
7 years ago
João Almeida
98e005938d
feature(auth-macaroon): Add macaroon auth support
7 years ago
Jack Mallers
85ea73819c
feature(channel-error): display global error for channel error
7 years ago
Jack Mallers
efeb85eca2
feature(closechannel): add close channel method to lnd folder and add ipc to reducer
7 years ago
Jack Mallers
6c87563aa2
fix(lnd-ipc): fix linting errors
7 years ago
Jack Mallers
2553622cbc
feature(lnd-ipa): refactor out nodejs completely
7 years ago