yyforyongyu
edba938996
multi: add new build tag integration
...
This commit adds a new build tag `integration` and removes the old tag
`rpctest` for clarity. Multiple unnecessary usages of `build !rpctest`
is also removed.
2023-02-23 21:56:09 +08:00
Orbital
60be9085c3
lnd: Move TlsManager files to new files
2023-01-26 13:32:11 -06:00
Orbital
7e03297b1b
lnd: refactor getTLSConfig
2023-01-26 13:32:11 -06:00
Eng Zer Jun
604a355db6
lnd: replace defer cleanup with t.Cleanup
...
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-10-13 17:47:04 +08:00
Eng Zer Jun
1ceee96fc4
server: use T.TempDir
to create temporary test directory
...
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-08-24 09:03:06 +08:00
Tommy Volk
9a10c80bcb
multi: move many t.Fatalf calls to require.NoError
2022-06-17 04:26:55 +00:00
Oliver Gugger
b77c1fb200
Merge pull request #6149 from bhandras/graph_import_rpc
...
lnd: add `devrpc` sub server and `devrpc.ImportGraph` to import graph dumps
2022-01-28 10:24:59 +01:00
Andras Banki-Horvath
825422a82a
lncfg: move ParseHexColor to lncfg
2022-01-24 17:42:54 +01:00
Dimitris Apostolou
530a2059e5
multi: Fix typos [skip ci]
2022-01-24 12:19:02 +02:00
Oliver Gugger
0b4e03f5fc
multi: add golang 1.17 compatible build tags
...
With go 1.17 a change to the build flags was implemented:
https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md
The formatter now automatically adds the forward-compatible build tag
format and the linter checks for them, so we need to include them in our
code.
2021-09-29 17:31:37 -07:00
Olaoluwa Osuntokun
673acd781d
server: extract bootstrap logic into new function w/ unit test
2021-08-04 18:30:20 -07:00
Jonathan Underwood
786568fa46
cert: allow cert expiry to be set in config
2021-04-05 20:23:33 -07:00
Joost Jager
403d72b468
lnrpc: lets encrypt
...
This commit enables lnd to request and renew a Let's Encrypt
certificate. This certificate is used both for the grpc as well as the
rest listeners. It allows clients to connect without having a copy of
the (public) server certificate.
Co-authored-by: Vegard Engen <vegard@engen.priv.no>
2020-09-15 09:59:09 +02:00
Oliver Gugger
4261d3f5af
lnd: remove global cfg variable
2020-05-14 16:18:02 +02:00
Johan T. Halseth
2bef62b467
lnd: remove global var access from genCertPair
...
Instead pass the optional strings as slices to the method.
2019-07-22 09:26:25 +02:00
Turtle
f958555ce3
Lnd + server_test: Add unit test for TLS cert autoregeneration
2019-07-11 00:10:55 -04:00
Johan T. Halseth
b53899c43c
lnd: rename package main->lnd
2019-04-23 20:57:33 +02:00
ErikEk
f36c58acd7
Improved color validation - now with fixes and a table driven test
2018-11-09 03:09:39 +01:00
Johan T. Halseth
e949b6a915
server test: add !rpctest build flag
2018-04-13 12:27:01 +02:00
Benjamin Congdon
92ac81b3b0
lnd+server: Allow configurable Node Alias and Color
...
This commit sets the Node's Alias and Color to the values set in config.
2018-01-18 09:31:48 -06:00