Tom Kirkpatrick
0846bcb772
style(lint): lint and format all code
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
335646f0f7
fix(loading): fix loading bolt
7 years ago
Jack Mallers
cb7f49d646
fix(production): build is working
7 years ago
Jack Mallers
d4037ffcbd
fix(decodeInvoice): remove decodeInvoice from invoice controller
7 years ago
Jack Mallers
31d6731c5d
fix(ln payments): update to new payreqs
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
0dc7a36880
SubscribeInvoice implemented
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