Generate PaymentPathSuccessful event for each path
[rust-lightning] / lightning / src / ln / payment_tests.rs
2021-11-23 Jeffrey CzyzGenerate PaymentPathSuccessful event for each path
2021-11-16 Matt CoralloMerge pull request #1119 from TheBlueMatt/2021-10-less...
2021-11-13 Matt CoralloMerge pull request #1131 from TheBlueMatt/2021-10-upstr...
2021-11-12 Matt CoralloMerge pull request #1165 from lightning-signer/2021...
2021-11-03 Matt CoralloMerge pull request #1078 from TheBlueMatt/2021-09-chan...
2021-10-29 Matt CoralloMerge pull request #1144 from jkczyz/2021-10-invoice...
2021-10-28 Matt CoralloMerge pull request #1137 from TheBlueMatt/2021-10-ping...
2021-10-27 Matt CoralloMerge pull request #1142 from TheBlueMatt/2021-10-on...
2021-10-27 Matt CoralloTrack the amount spent on fees as payments are retried 2021-10-on-sent-fees
2021-10-25 Matt CoralloMerge pull request #1134 from jkczyz/2021-10-payee-arg
2021-10-22 Matt CoralloMerge pull request #1104 from TheBlueMatt/2021-10-payme...
2021-10-22 Matt CoralloAdd a test of an HTLC being fulfilled and then later... 2021-10-payment-id-in-monitors
2021-10-22 Matt CoralloMove test_dup_htlc_onchain_fails_on_reload to payment_tests
2021-10-22 Matt CoralloAdd some basic test coverage of monitor payment data...
2021-10-16 Matt CoralloMerge pull request #1121 from TheBlueMatt/2021-10-retur...
2021-10-14 Matt CoralloMerge pull request #1120 from jkczyz/2021-10-test-refactors
2021-10-13 Jeffrey CzyzMove mpp_failure test to payment_tests.rs
2021-10-13 Jeffrey CzyzReplace get_route with get_route_and_payment_hash
2021-10-13 Matt CoralloMerge pull request #1077 from jkczyz/2021-09-failing...
2021-10-09 Matt CoralloMerge pull request #1098 from 1nF0rmed/2021-09-adds...
2021-10-08 Matt CoralloMerge pull request #1062 from galderz/t_payment_hash_999
2021-10-07 Matt CoralloMerge pull request #1109 from TheBlueMatt/2021-10-init...
2021-10-07 Matt CoralloMove pending payment tracking to after the new HTLC...
2021-10-05 Matt CoralloMove tests of payment retries into a new module