..
assertions.go
lntemp+itest: refactor testBasicChannelCreationAndUpdates
2023-01-18 10:53:55 +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: add zero-conf reorg edge existence test
2023-01-25 12:03:21 -05:00
lnd_amp_test.go
lntemp+lntest: fix make lint
2023-01-18 10:53:58 +08:00
lnd_channel_backup_test.go
lntemp+itest: refactor node restart process
2023-01-17 07:26:56 +08:00
lnd_channel_balance_test.go
itest: refactor testChannelUnsettledBalance
2022-11-17 21:06:11 +08:00
lnd_channel_force_close_test.go
lntemp+itest: refactor testAnchorThirdPartySpend
2023-01-16 16:49:18 +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: make sure SendToRoute stream is recieved with timeout
2023-01-17 07:34:48 +08:00
lnd_custom_message.go
itest+lntemp: refactor testCustomMessage
2023-01-18 10:53:59 +08:00
lnd_etcd_failover_test.go
lntemp+itest: refactor testEtcdFailover
2023-01-16 16:49:16 +08:00
lnd_forward_interceptor_test.go
lntemp+lntest: fix make lint
2023-01-18 10:53:58 +08:00
lnd_funding_test.go
lntemp+itest: refactor testBatchChanFunding
2022-11-17 20:29:52 +08:00
lnd_hold_invoice_force_test.go
lntemp+itest: refactor testHoldInvoiceForceClose
2023-01-16 16:49:16 +08:00
lnd_hold_persistence_test.go
lntemp+itest: refactor testHoldInvoicePersistence
2023-01-16 16:49:17 +08:00
lnd_macaroons_test.go
lntemp+itest: refactor testStatelessInit
2023-01-17 07:26:57 +08:00
lnd_max_channel_size_test.go
itest: refactor testMaxChannelSize
2023-01-16 16:49:17 +08:00
lnd_max_htlcs_test.go
itest: refactor testMaxHtlcPathfind
2023-01-16 16:49:17 +08:00
lnd_misc_test.go
walletrpc: add test sign/verify methods
2023-01-24 09:23:42 +01:00
lnd_mpp_test.go
itest: refactor testForwardInterceptorBasic
2023-01-18 10:53:54 +08:00
lnd_multi-hop-error-propagation_test.go
lntemp+itest: refactor testHtlcErrorPropagation
2023-01-16 16:49:17 +08:00
lnd_multi-hop-payments_test.go
lntemp+itest: refactor testMultiHopPayments
2023-01-16 16:49:17 +08:00
lnd_multi-hop_test.go
lntemp+lntest: use t.Cleanup
to register cleanup functions
2022-10-27 01:11:34 +08:00
lnd_network_test.go
itest: refactor testAddPeerConfig
2022-11-17 21:06:08 +08:00
lnd_neutrino_test.go
itest: test neutrino sub server
2023-01-12 13:43:41 +07:00
lnd_no_etcd_dummy_failover_test.go
lntemp+itest: refactor testEtcdFailover
2023-01-16 16:49:16 +08:00
lnd_nonstd_sweep_test.go
lntemp+itest: refactor testNonstdSweep
2023-01-18 10:53:55 +08:00
lnd_onchain_test.go
lntemp+itest: refactor testCPFP
2023-01-18 10:53:56 +08:00
lnd_open_channel_test.go
lntemp+lntest: fix make lint
2023-01-18 10:53:58 +08:00
lnd_payment_test.go
lntemp+itest: refactor testAsyncPayments
2023-01-18 10:53:57 +08:00
lnd_psbt_test.go
lntemp+lntest: fix make lint
2023-01-18 10:53:58 +08:00
lnd_recovery_test.go
lntest: fix rescan test to show correct behavior
2022-12-09 00:56:49 +01:00
lnd_remote_signer_test.go
lntemp+itest: refactor testRemoteSigner
2023-01-18 10:53:57 +08:00
lnd_res_handoff_test.go
lntemp+itest: refactor testResHandoff
2023-01-16 16:49:18 +08:00
lnd_rest_api_test.go
itest: refactor testRestAPI
2023-01-16 16:49:18 +08:00
lnd_revocation_test.go
itest: send one more UTXO for neutrino backend
2023-01-16 16:49:19 +08:00
lnd_routing_test.go
itest: make sure SendToRoute stream is recieved with timeout
2023-01-17 07:34:48 +08:00
lnd_rpc_middleware_interceptor_test.go
lntest+lntest: inherit node's public states when restarting it
2023-01-18 10:53:58 +08:00
lnd_send_multi_path_payment_test.go
itest: refactor testSendMultiPathPayment
2023-01-18 10:53:53 +08:00
lnd_signer_test.go
lntest/itest: update taproot signing itest to use default and non-default sighashes
2023-01-24 19:47:34 -08:00
lnd_single_hop_invoice_test.go
itest: refactor testSingleHopInvoice
2023-01-17 07:26:57 +08:00
lnd_switch_test.go
itest: refactor testSwitchOfflineDeliveryOutgoingOffline
2023-01-18 10:53:53 +08:00
lnd_taproot_test.go
itest: add itest for MuSig2 CombineKey
2023-02-03 18:25:56 +01:00
lnd_test.go
multi: add sqlite option to itests and github job
2023-01-25 14:16:56 +02:00
lnd_test_list_off_test.go
multi: add golang 1.17 compatible build tags
2021-09-29 17:31:37 -07:00
lnd_test_list_on_test.go
itest+lntemp: refactor testCustomMessage
2023-01-18 10:53:59 +08:00
lnd_trackpayments_test.go
itest+lntemp: refactor testTrackPayments
2023-01-18 10:53:58 +08:00
lnd_wallet_import_test.go
lntemp+lntest: fix make lint
2023-01-18 10:53:58 +08:00
lnd_wipe_fwdpkgs_test.go
itest: refactor testWipeForwardingPackages
2023-01-17 07:26:57 +08:00
lnd_wumbo_channels_test.go
itest: refactor testWumboChannels
2023-01-16 16:49:17 +08:00
lnd_zero_conf_test.go
itest: add zero-conf reorg edge existence test
2023-01-25 12:03:21 -05:00
log_check_errors.sh
itest: fix log whitelist check
2020-12-09 08:06:16 +01:00
log_error_whitelist.txt
itest: add batch funding test
2021-09-03 18:39:45 +02:00
log_substitutions.txt
lntest: wait for chain sync in switch test
2021-05-10 16:46:28 +02:00
temp_lnd_test.go
multi: add sqlite option to itests and github job
2023-01-25 14:16:56 +02:00
test_harness.go
itest: add integration tests for tapscript import
2022-08-25 09:21:52 +02:00
utils.go
itest: refactor testTaproot
2023-01-18 10:53:57 +08:00