Slyghtning
41822a8baf
itest: openchannel fee scenarios
2022-09-29 08:31:47 -04:00
eugene
49dd4b9e34
multi: add zero-conf, scid-alias channel-types to rpc
...
This allows the open channel rpcs to use the zero-conf or scid-alias
channel types.
2022-07-07 17:10:30 -04:00
Oliver Gugger
e27a9fec66
lntest: rename sendCoins to SendCoinsOfType
2022-05-10 18:31:18 +02:00
Oliver Gugger
5109c55721
itest: assert P2TR on-chain fund recovery
2022-03-24 18:02:38 +01:00
Andras Banki-Horvath
0e4d7cf143
itest: make use of session ttl in failover test
2022-03-22 14:20:40 +01:00
Oliver Gugger
7dfe4018ce
multi: use btcd's btcec/v2 and btcutil modules
...
This commit was previously split into the following parts to ease
review:
- 2d746f68: replace imports
- 4008f0fd: use ecdsa.Signature
- 849e33d1: remove btcec.S256()
- b8f6ebbd: use v2 library correctly
- fa80bca9: bump go modules
2022-03-09 19:02:37 +01:00
yyforyongyu
e4d9551a6a
itest: check feeService against nil upon shutdown [skip ci]
2022-02-22 13:16:06 +08:00
Oliver Gugger
ffee7d1bcf
multi: fix newly detected linter issues
2022-02-10 11:02:02 +01:00
zdebra
6baf7af79e
itest: fix documentation for LookupNodeByPub [skip ci]
2022-01-23 18:00:24 +01:00
naveen
87a0e52464
multi: Removed deprecated interfacer linter
...
Removed the deprecated interfacer linter from being called for linting.
Also removed the `nolint:interfacer` within the code.
https://github.com/lightningnetwork/lnd/issues/5741
2022-01-11 14:08:18 +01:00
naveen
545e84f4ce
multi: formatting changes
2022-01-11 14:08:17 +01:00
Oliver Gugger
5401b12402
lntest: export base node config for re-use
2022-01-06 12:58:27 +01:00
yyforyongyu
587273174e
itest: start using harness miner in harness net
...
This commit replaces the old miner with the new HarnessMiner and cleans
harness_node.go by moving methods into the test_common.go.
2022-01-05 13:10:06 +08:00
yyforyongyu
f8cf7c8775
itest: shorten functions inside harness node
...
This commit refactors the long function start() into smaller pieces and
moves commonly used functions into test_common.go.
2022-01-05 13:10:05 +08:00
yyforyongyu
05ac516762
itest: replace fakeLogger with v2 logger with Discard
2021-12-04 14:54:37 +08:00
yyforyongyu
403fdaa716
itest: use run context when making rpc requests
2021-12-04 14:54:37 +08:00
yyforyongyu
bd521dd2f0
itest: rename harness net file and add run context
...
This commit renames harness.go to harness_net.go. It also adds a run
context which is served as the parent context when creating new
contexts.
2021-12-04 14:54:37 +08:00