lnd.xprv/lntest/itest
carla 2a614cc596
multi: add labels to lnd native transactions
Follow up labelling of external transactions with labels for the
transaction types we create within lnd. Since these labels will live
a life of string matching, a version number and rigid format is added
so that string matching is less painful. We start out with channel ID,
where available, and a transaction "type". External labels, added in a
previous PR, are not updated to this new versioned label because they
are not lnd-initiated transactions. Label matching can check this case,
then check for a version number.
2020-07-29 13:46:07 +02:00
..
lnd_forward_interceptor_test.go lnd: fix go fmt 2020-07-08 16:46:51 +08:00
lnd_mpp_test.go itest: switch over to routerrpc.SendToRouteV2 2020-05-12 19:56:58 +02:00
lnd_multi-hop_htlc_local_chain_claim_test.go itest: switch over to routerrpc.SendPaymentV2 2020-05-20 17:23:52 +02:00
lnd_multi-hop_htlc_local_timeout_test.go itest: switch over to routerrpc.SendPaymentV2 2020-05-20 17:23:52 +02:00
lnd_multi-hop_htlc_receiver_chain_claim_test.go itest: switch over to routerrpc.SendPaymentV2 2020-05-20 17:23:52 +02:00
lnd_multi-hop_htlc_remote_chain_claim_test.go itest: switch over to routerrpc.SendPaymentV2 2020-05-20 17:23:52 +02:00
lnd_multi-hop_local_force_close_on_chain_htlc_timeout_test.go itest: switch over to routerrpc.SendPaymentV2 2020-05-20 17:23:52 +02:00
lnd_multi-hop_remote_force_close_on_chain_htlc_timeout_test.go itest: switch over to routerrpc.SendPaymentV2 2020-05-20 17:23:52 +02:00
lnd_multi-hop_test.go itest: enable anchor commitment for multi-hop test 2020-03-27 08:01:52 +01:00
lnd_multi-hop-error-propagation.go rpcserver+routerrpc: remove payment limit 2020-05-28 19:34:17 +02:00
lnd_multi-hop-payments.go lncfg: split off protocol options into normal and legacy, normal reqs no build tag 2020-07-10 16:27:12 -07:00
lnd_send_multi_path_payment.go itest: switch over to routerrpc.SendPaymentV2 2020-05-20 17:23:52 +02:00
lnd_single_hop_invoice_test.go itest: switch over to routerrpc.SendPaymentV2 2020-05-20 17:23:52 +02:00
lnd_test.go multi: add labels to lnd native transactions 2020-07-29 13:46:07 +02:00
lnd_wumbo_channels_test.go lntest/itest: add new test for wumbo channels 2020-07-10 16:27:20 -07:00
log_check_errors.sh itest: add error detection explanation 2020-05-08 13:40:29 +02:00
log_error_whitelist.txt itest: fix flakiness around/startup/reconnect 2020-07-27 14:15:36 +02:00
log_substitutions.txt itest: fix flakiness around/startup/reconnect 2020-07-27 14:15:36 +02:00
macaroons.go lnd_test: add integration test for macaroon authentication 2019-11-14 16:34:52 +01:00
onchain.go itest: assert unspent before performing CPFP 2020-07-13 13:24:22 -03:00
psbt.go itest: do batch PSBT channel open 2020-07-08 22:19:18 -07:00
rest_api.go itest: add REST API tests 2020-06-17 08:35:51 +02:00