lnd.xprv/lntest/itest
Conner Fromknecht 396a978cec
lntest+wait: replace sleeps in assertAmountSent
This commit constructs a helper closure assertAmountSent that can be
reused by other functions. The closure returns an error so that it can
be used with wait.NoError or the new wait.InvariantNoError. The latter
is added since the predicate could otherwise pass immediately for the
sphinx_replay_persistence tests, but change shortly after. It also
rounds out the wait package so that we offer all combinations of
predicate and no-error style waits.
2019-12-18 23:57:12 -08:00
..
lnd_multi-hop_htlc_local_chain_claim_test.go multi: move WaitPredicate, WaitNoError, WaitInvariant to lntest/wait 2019-09-19 12:46:29 -07:00
lnd_multi-hop_htlc_receiver_chain_claim_test.go multi: move WaitPredicate, WaitNoError, WaitInvariant to lntest/wait 2019-09-19 12:46:29 -07:00
lnd_multi-hop_htlc_remote_chain_claim_test.go multi: move WaitPredicate, WaitNoError, WaitInvariant to lntest/wait 2019-09-19 12:46:29 -07:00
lnd_test.go lntest+wait: replace sleeps in assertAmountSent 2019-12-18 23:57:12 -08:00
macaroons.go lnd_test: add integration test for macaroon authentication 2019-11-14 16:34:52 +01:00
onchain.go lntest: lower cpfp fee due to new bitcoind max fee restriction 2019-11-25 12:40:01 -08:00