Jack Mallers
392bb330f7
fix(log): fix the uncaught exception by calling info on log not lnd.log
7 years ago
Ben Woosley
dc29c80ad0
style(line length): Drop prettier line length from 120 to 100
Subjectively, this increases general readability, while the higher max-length
limit allows for longer strings and comments, etc.
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
Jack Mallers
962d79bb88
fix(lint): fix linting errors
7 years ago
Jack Mallers
e793efa1ed
fix(lint): fix linting errors
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
80213c5e44
feature(subscribe channel graph): add subscribe channel graph functionality and log output
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
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
a1553db2cc
feature(subscribe invoices): subscribe to invoices for live updates and notification setup
7 years ago
Jack Mallers
b1dfb55ec2
feature(subscribe tx): setup subscribe folder and subscribe/update when new tx is detected
7 years ago