lnd/lntest/itest
2022-12-05 20:04:47 +08:00
..
assertions.go lntemp+itest: refactor testChannelForceClosure 2022-11-17 21:06:12 +08:00
list_off_test.go itest: add a new test entry point to run the temp tests 2022-10-14 15:45:24 +08:00
list_on_test.go itest: refactor testFailingChannel 2022-11-17 21:06:12 +08:00
lnd_amp_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
lnd_channel_backup_test.go lntest: fix flake in channel backup related tests 2022-11-17 21:06:13 +08:00
lnd_channel_balance_test.go itest: refactor testChannelUnsettledBalance 2022-11-17 21:06:11 +08:00
lnd_channel_force_close_test.go itest: fix make lint 2022-11-17 21:06:12 +08:00
lnd_channel_graph_test.go lntemp+itest: refactor testUpdateNodeAnnouncement 2022-11-17 21:06:10 +08:00
lnd_channel_policy_test.go itest: refactor testUpdateChannelPolicyFeeRateAccuracy 2022-11-17 20:58:06 +08:00
lnd_etcd_failover_test.go lntest/itest: use T.TempDir to create temporary test directory 2022-08-24 09:03:04 +08:00
lnd_forward_interceptor_test.go multi: fix make fmt 2022-08-23 22:10:24 +08:00
lnd_funding_test.go lntemp+itest: refactor testBatchChanFunding 2022-11-17 20:29:52 +08:00
lnd_hold_invoice_force_test.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
lnd_hold_persistence_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
lnd_macaroons_test.go
lnd_max_channel_size_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
lnd_max_htlcs_test.go
lnd_misc_test.go multi: refactor testFundingPersistence 2022-11-17 20:29:52 +08:00
lnd_mpp_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
lnd_multi-hop_test.go lntemp+lntest: use t.Cleanup to register cleanup functions 2022-10-27 01:11:34 +08:00
lnd_multi-hop-error-propagation_test.go htlcswitch: add final htlc event to notifier 2022-10-27 16:42:36 +02:00
lnd_multi-hop-payments_test.go htlcswitch: add final htlc event to notifier 2022-10-27 16:42:36 +02:00
lnd_network_test.go itest: refactor testAddPeerConfig 2022-11-17 21:06:08 +08:00
lnd_no_etcd_dummy_failover_test.go
lnd_nonstd_sweep_test.go sweep: account for all script types in craftSweepTx 2022-08-08 15:33:00 -04:00
lnd_onchain_test.go itest: add integration tests for tapscript import 2022-08-25 09:21:52 +02:00
lnd_open_channel_test.go itest: openchannel fee scenarios 2022-09-29 08:31:47 -04:00
lnd_payment_test.go lntest: add itest for timestamp filters 2022-12-05 20:04:47 +08:00
lnd_psbt_test.go itest: add test coverage for Taproot tweak key mutation 2022-11-11 10:20:09 +01:00
lnd_recovery_test.go build: update to latest version of btcutil+btcwallet 2022-11-22 13:44:54 +01:00
lnd_remote_signer_test.go itest: fix taproot itest timeout issue 2022-11-18 11:10:12 +01:00
lnd_res_handoff_test.go htlcswitch+lntest: modify Switch to persist resolution messages 2022-04-29 16:40:19 -04:00
lnd_rest_api_test.go
lnd_revocation_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
lnd_routing_test.go lnrpc: provide hop hints when adding an invoice with no amount 2022-11-12 05:01:10 -05:00
lnd_rpc_middleware_interceptor_test.go multi: registration complete MW interceptor msg 2022-07-20 14:58:47 -05:00
lnd_send_multi_path_payment_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
lnd_signer_test.go itest: add integration tests for tapscript import 2022-08-25 09:21:52 +02:00
lnd_single_hop_invoice_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
lnd_switch_test.go multi: fix make fmt 2022-08-23 22:10:24 +08:00
lnd_taproot_test.go itest: fix taproot itest timeout issue 2022-11-18 11:10:12 +01:00
lnd_test_list_off_test.go
lnd_test_list_on_test.go itest: refactor testFailingChannel 2022-11-17 21:06:12 +08:00
lnd_test.go itest: add a new test entry point to run the temp tests 2022-10-14 15:45:24 +08:00
lnd_trackpayments_test.go lntest: add trackpayments itest 2022-09-08 10:48:34 +02:00
lnd_wallet_import_test.go build: update to latest version of btcutil+btcwallet 2022-11-22 13:44:54 +01:00
lnd_wipe_fwdpkgs_test.go multi: fix make fmt 2022-08-23 22:10:24 +08:00
lnd_wumbo_channels_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
lnd_zero_conf_test.go itest: refactor testChannelBackupRestore 2022-10-27 01:11:31 +08:00
log_check_errors.sh
log_error_whitelist.txt
log_substitutions.txt
temp_lnd_test.go lntemp+lntest: use t.Cleanup to register cleanup functions 2022-10-27 01:11:34 +08:00
test_harness.go itest: add integration tests for tapscript import 2022-08-25 09:21:52 +02:00
utils.go multi: improve readability of goroutine defers 2022-11-21 13:54:24 +01:00