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
Jack Mallers
91eb5e32c5
fix(on-chain): fix on chain modal to new styles
7 years ago
Ben Woosley
4125283587
enhance(lints): Enable currenly 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
98e005938d
feature(auth-macaroon): Add macaroon auth support
7 years ago
Jack Mallers
ac50de138c
fix(payment): fix payment error
7 years ago
Jack Mallers
bf0227ec96
feature(networkmap): working with some performance enhancements
7 years ago
Jack Mallers
3d16235e83
fix(payment): fix no error payments
7 years ago
João Almeida
698e4204f9
Lint errors fixed. Using os package to retrieve username dinamically. Changes code according to PR reviews #24
7 years ago
João Almeida
b65c02306b
Added some endpoit documentation for newcomers.
7 years ago
João Almeida
1f080e0eca
All endpoints implemented except SubscribeInvoices (Streaming/push)
7 years ago
João Almeida
0f7eb063b8
Refactored LND API code. Added missing endpoints. Routes still missing for new endpoints.
7 years ago