Oliver Gugger
ffee7d1bcf
multi: fix newly detected linter issues
2022-02-10 11:02:02 +01:00
Torkel Rogstad
d6045a0fd5
lntest: avoid global ServeMux
...
Using the default, global ServeMux prevents the same process from
calling `lntest.NewNetworkHarness` multiple times, because we get a
panic when registering HTTP routes.
Instead, we use the ServeMux beloning to the fee service struct.
2021-08-27 11:30:01 +02:00
yyforyongyu
26858da59d
itest: change feeServiceTarget to be 1
2021-06-29 20:25:47 +08:00
yyforyongyu
a77225ba9e
itest: allow set fee rate with conf target
...
In this commit, we add a method in fee service to allow specifying a fee
rate with a conf target.
2021-06-29 20:25:47 +08:00
Andras Banki-Horvath
5d8488871c
itest: basic failover itest when using leader election on etcd
2021-05-04 17:33:12 +02:00
Oliver Gugger
5c04449dfd
lntest: use nextAvailablePort for fee service
2020-11-04 11:03:26 +01:00
Joost Jager
b6ebf3f27d
lntest: use web fee estimator in itests
2020-09-16 08:17:34 +02:00