Ben Woosley
d5211076fd
enhance(lnd config): Move LND settings Zap uses into the local lnd.conf
This enables easy access to all lnd settings for development, and is a step
toward relying on an external configuration file that will be accessible to
users for whom the code is not.
7 years ago
Tom Kirkpatrick
6eda55de0c
fix(resources): fix up resource paths
Move rpc.proto into the resources directory along with all of the other
external resources.
Fix up the resource paths to reference external resources correctly
depending on wether the app is being run locally or from a release.
7 years ago
Ben Woosley
6d5ca1ab90
fix(lnd-proto-dup): Fix that we had redundant lnd rpc.proto files
Only one of these files was being used, and they were going out of step
relative to one another.
Put rpc.proto in the resources directory for consistency with other
vendored resources, i.e. the lnd binary
Updated the def from:
https://github.com/lightningnetwork/lnd/blob/master/lnrpc/rpc.proto
7 years ago
Tom Kirkpatrick
3c4a651764
feature(lnd-config): add connection type onboarding screen
Add a new set of screens into the connection onboarding flow that
allow the user to select wether to connect to a local or remote
LND node.
Fix #326
7 years ago
Jack Mallers
d9ed3f2c8b
fix(recovery_window): fix wallet recovery by specifying default recovery window
7 years ago
Jack Mallers
e12f6b8412
fix(proto): update lnd proto fil
7 years ago
Jack Mallers
a2e0f48bb7
feature(close-channel): wire up close channel to UI
7 years ago
Jack Mallers
24ae067ad9
feature(unlockWallet): ability to unlock wallet with helpful error messages
7 years ago
Jack Mallers
94b4c206a6
fix(proto): update proto files
7 years ago
João Almeida
98e005938d
feature(auth-macaroon): Add macaroon auth support
7 years ago
Torkel Rogstad
ef54915c11
Removes unused code, adds proper semicolon rule and reduces lint errors
7 years ago
Torkel Rogstad
f204487b78
proper linux and win cert handling
7 years ago
Torkel Rogstad
0e51410879
Checks for Linux/Mac cert location
7 years ago
Jack Mallers
31d6731c5d
fix(ln payments): update to new payreqs
7 years ago
Jack Mallers
48bab0561c
feature(successmodal): successmodal + fix linting errors
7 years ago
João Almeida
aff5579d9e
es6 :) fixes #24
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
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
Jack Mallers
59a4ac46c6
fix(closechannel): format funding_txid correctly
7 years ago
Jack Mallers
6c87563aa2
fix(lnd-ipc): fix linting errors
7 years ago
Jack Mallers
d25d1dfa73
feature(lnd-ipc): initial lnd + ipcRenderer setup w/ info as example
8 years ago