lnd.xprv/lntest/itest
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
..
lnd_channel_backup_test.go itest: increase recovery payment amount so htlc isn't dust 2020-12-08 14:55:40 -08:00
lnd_forward_interceptor_test.go itest: defer shutdown of nodes in main test method 2020-12-03 23:06:32 -08:00
lnd_macaroons_test.go itest: fix crash in parallel macaroon tests 2020-11-12 09:17:52 +01:00
lnd_max_channel_size_test.go add new max channel size config option 2020-09-14 21:16:32 -05:00
lnd_mpp_test.go chainregistry+lnd: moving chainregistry+chainparams to new package 2020-10-29 15:24:14 -04:00
lnd_multi-hop_htlc_local_chain_claim_test.go itest/local_chain_claim test: mine one less blocks for anchor sweeps 2020-12-10 14:24:21 +01:00
lnd_multi-hop_htlc_local_timeout_test.go itest: increase htlc amt for local force close tests 2020-12-10 14:24:18 +01:00
lnd_multi-hop_htlc_receiver_chain_claim_test.go itest: cleanup multi-hop tests 2020-10-28 13:38:04 +01:00
lnd_multi-hop_htlc_remote_chain_claim_test.go itest: fix typo and formatting 2020-11-04 11:03:36 +01:00
lnd_multi-hop_local_force_close_on_chain_htlc_timeout_test.go itest: increase htlc amt for local force close tests 2020-12-10 14:24:18 +01:00
lnd_multi-hop_remote_force_close_on_chain_htlc_timeout_test.go itest: cleanup multi-hop tests 2020-10-28 13:38:04 +01:00
lnd_multi-hop_test.go itest: fix incorrect error message 2020-12-08 21:37:10 +01:00
lnd_multi-hop-error-propagation_test.go itest: fix code lint 2020-09-24 20:51:58 +08:00
lnd_multi-hop-payments_test.go chainregistry+lnd: moving chainregistry+chainparams to new package 2020-10-29 15:24:14 -04:00
lnd_network_test.go lntest: fix most linter warnings, silence rest 2020-09-21 21:16:31 +02:00
lnd_onchain_test.go lntest: allow the main test files to be buildable w/o the rpctest build tag 2020-09-21 21:16:31 +02:00
lnd_psbt_test.go itest: use new PSBT functions for funding flow 2020-10-03 10:34:56 +02:00
lnd_rest_api_test.go lntest: fix most linter warnings, silence rest 2020-09-21 21:16:31 +02:00
lnd_send_multi_path_payment_test.go lntest: allow the main test files to be buildable w/o the rpctest build tag 2020-09-21 21:16:31 +02:00
lnd_signer_test.go lntest: allow the main test files to be buildable w/o the rpctest build tag 2020-09-21 21:16:31 +02:00
lnd_single_hop_invoice_test.go invoicerpc: Allow user specify routing hints. 2020-11-06 17:54:20 +02:00
lnd_test_list_off_test.go itest: split tests into dynamic tranches 2020-11-04 11:03:29 +01:00
lnd_test_list_on_test.go lnd_test: add integration tests for stateless init 2020-11-07 11:24:35 +01:00
lnd_test.go itest/channel_force_close test: handle HTLCs going through sweeper 2020-12-10 14:24:21 +01:00
lnd_wumbo_channels_test.go lntest: allow the main test files to be buildable w/o the rpctest build tag 2020-09-21 21:16:31 +02:00
log_check_errors.sh itest: fix log whitelist check 2020-12-09 08:06:16 +01:00
log_error_whitelist.txt itest: update and sort error whitelist 2020-12-09 09:06:14 +01:00
log_substitutions.txt itest: fix pattern for short_chan_id in err whitelist 2020-08-24 09:53:41 +02:00
test_harness.go itest: add flags for lnd executable 2020-11-04 11:03:31 +01:00