Tom Kirkpatrick
fc8e74b7b0
fix(wallet): increase invoice fetch count to 1000
By default, lnd only returns the latest 100 invoices. Ideally we would
implement pagination, but until then here is a quick fix to increase
the max number of invoices returned by lnd to 1000.
Fix #911
6 years ago
Tom Kirkpatrick
b2aa3909cd
feat(ui): integrate new request forms
6 years ago
Jack Mallers
545285f0c3
feat(invoice): add priv routing hints for light clients
6 years ago
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
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