lnd.xprv/lntest
Johan T. Halseth 42c51b662a
itest/channel_force_close test: handle HTLCs going through sweeper
Now that the HTLC second-level transactions are going through the
sweeper instead of the nursery, there are a few things we must account
for.
1. The sweeper sweeps the CSV locked HTLC output one block earlier than
   the nursery.
2. The sweeper aggregates several HTLC second levels into one
   transaction. This also means it is not enough to check txids of the
   transactions spent by the final sweep, but we must use the actual
   outpoint to distinguish.
2020-12-10 14:24:21 +01:00
..
itest itest/channel_force_close test: handle HTLCs going through sweeper 2020-12-10 14:24:21 +01:00
mock lnwallet+mock: add new PSBT methods 2020-10-03 10:34:39 +02:00
wait lntest: go easy on goroutines when polling 2020-12-08 21:37:11 +01:00
bitcoind_common.go lntest: add log dir flag 2020-11-04 11:03:30 +01:00
bitcoind_notxindex.go lntest: add build flag for disabling txindex on bitcoind 2020-10-09 13:35:04 +02:00
bitcoind.go lntest: add build flag for disabling txindex on bitcoind 2020-10-09 13:35:04 +02:00
btcd.go lntest: use nextAvailablePort for miner and btcd backend 2020-12-03 11:30:23 +01:00
doc.go lntest: Add doc.go with package documentation. 2017-12-14 20:06:23 -08:00
fee_service_test.go lntest: use web fee estimator in itests 2020-09-16 08:17:34 +02:00
fee_service.go lntest: use nextAvailablePort for fee service 2020-11-04 11:03:26 +01:00
harness.go lntest: fix linter errors for changed code 2020-12-08 21:40:36 +01:00
neutrino.go itest: disable node retrying to connect to miner 2020-09-12 20:09:54 +08:00
node.go lntest: replace hard coded timeouts 2020-12-08 21:37:12 +01:00
timeouts_darwin.go lntest/timeouts: fix darwin+kvdb_etcd build 2020-11-18 15:28:39 -08:00
timeouts_etcd.go lntest/timeouts: fix darwin+kvdb_etcd build 2020-11-18 15:28:39 -08:00
timeouts.go lntest/timeouts: remove spaces from build predicates 2020-11-18 15:16:25 -08:00