Jack Mallers
392bb330f7
fix(log): fix the uncaught exception by calling info on log not lnd.log
7 years ago
Tom Kirkpatrick
0846bcb772
style(lint): lint and format all code
7 years ago
Ben Woosley
e2ac8729d1
enhance(logging); Output app/lnd logs to the lnd log, rather than console.log
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
Ben Woosley
4125283587
enhance(lints): Enable currenly disabled lints
7 years ago
Ben Woosley
2e5ca3da68
fix(lints): Run eslint --fix over the currently disabled lints
7 years ago
João Almeida
dd40200933
fix(auth-macaroon): Remove 'no-macaroon' flag for lnd call
7 years ago
João Almeida
98e005938d
feature(auth-macaroon): Add macaroon auth support
7 years ago
Jack Mallers
020e22a746
fix(tx subscription): better log message
7 years ago
Jack Mallers
bbb20214d1
hotfix(fetchBalance): fetch balance after payments/transactions are sent/received
7 years ago
Jack Mallers
15eacc7f47
fix(lint): fix eslint errors
7 years ago
Jack Mallers
b1dfb55ec2
feature(subscribe tx): setup subscribe folder and subscribe/update when new tx is detected
7 years ago