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
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
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
0f7eb063b8
Refactored LND API code. Added missing endpoints. Routes still missing for new endpoints.
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