Merge pull request #2818 from valentinewallace/2024-01-blinded-path-retries
[rust-lightning] / lightning / src / ln / blinded_payment_tests.rs
2024-01-17 Matt CoralloMerge pull request #2818 from valentinewallace/2024...
2024-01-17 valentinewallaceMerge pull request #2828 from TheBlueMatt/2024-01-crypt...
2024-01-17 Valentine WallaceTest that we won't retry over previously failed blinded...
2024-01-17 Valentine WallaceTest util: separate out code to construct a blinded...
2024-01-17 Matt CoralloMerge pull request #2831 from jkczyz/2024-01-fix-cltv...
2024-01-17 Matt CoralloMerge pull request #2832 from p2pderivatives/fix-ln...
2024-01-17 Matt CoralloMerge pull request #2812 from valentinewallace/2023...
2024-01-16 Valentine WallaceFix sender double-including shadow offset in CLTV expir...
2024-01-16 Valentine WallaceRename test var to be more descriptive.
2024-01-11 Valentine WallaceTest successful payment to 3-hop blinded path.
2024-01-09 Matt CoralloMerge pull request #2748 from TheBlueMatt/2023-11-2675...
2023-12-15 Wilmer PaulinoMerge pull request #2795 from TheBlueMatt/2023-11-robus...
2023-12-15 Elias RohrerMerge pull request #2779 from G8XSU/2706-stop
2023-12-13 valentinewallaceMerge pull request #2688 from valentinewallace/2023...
2023-12-12 Valentine WallaceFail blinded received HTLCs if they violate PaymentCons...
2023-12-12 Valentine WallaceTest received blinded HTLC failure in process_pending_h...
2023-12-12 Valentine WallaceTest successful intercept payment to 2-hop blinded...
2023-12-12 Valentine WallaceFix blinded recipient fail on Channel error
2023-12-12 Valentine WallaceFix blinded recipient fail on receive reqs violation
2023-12-12 Valentine WallaceFix blinded recipient fail on onion decode failure
2023-12-12 Valentine WallaceAdd find_route test util
2023-12-12 Valentine WallaceFix blinded recipient fail on malformed HTLC
2023-12-12 Valentine WallaceTest recipient failing an HTLC received to a multi...
2023-12-08 Valentine WallaceTest successfully receiving to a multihop blinded path.
2023-12-05 valentinewallaceMerge pull request #2764 from TheBlueMatt/2023-11-chach...
2023-12-04 Wilmer PaulinoMerge pull request #2753 from TheBlueMatt/2023-11-inbou...
2023-12-01 valentinewallaceMerge pull request #2540 from valentinewallace/2023...
2023-11-30 Valentine WallaceTest intro node failing blinded intercept HTLC.
2023-11-30 Valentine WallaceTest intro node blinded HTLC failing in process_pending...
2023-11-30 Valentine WallaceCorrectly fail back downstream-failed blinded HTLCs...
2023-11-30 Valentine WallaceExtract blinded route param creation into test util
2023-11-30 Valentine WallaceCorrectly fail back on outbound channel check for blind...
2023-11-30 Valentine WallaceTest blinded forwarding payload encoded as receive...
2023-11-30 Valentine WallaceTest blinded forward failure to calculate outbound...
2023-11-07 Matt CoralloMerge pull request #2702 from G8XSU/libFuzzer
2023-11-02 Elias RohrerMerge pull request #2641 from alexanderwiederin/2585...
2023-10-30 valentinewallaceMerge pull request #2668 from TheBlueMatt/2023-10-fix-doc
2023-10-30 Matt CoralloMerge pull request #2669 from benthecarman/trace-sync...
2023-10-29 Matt CoralloMerge pull request #2613 from wvanlint/batch_funding_fix_up
2023-10-20 Matt CoralloMerge pull request #2667 from wpaulino/random-htlc...
2023-10-20 Matt CoralloMerge pull request #2660 from benthecarman/flexible...
2023-10-20 Matt CoralloMerge pull request #2039 from jkczyz/2023-02-offer...
2023-10-20 Jeffrey CzyzBOLT12 invoice_feature methods for ChannelManager
2023-10-20 Jeffrey CzyzQualify BOLT11 ChannelManager invoice_features
2023-09-29 Elias RohrerMerge pull request #2591 from TheBlueMatt/2023-09-2562...
2023-09-28 Matt CoralloMerge pull request #2607 from DhananjayPurohit/civkit...
2023-09-27 Matt CoralloMerge pull request #2359 from domZippilli/2023-06-monit...
2023-09-26 Matt CoralloMerge pull request #2417 from tnull/2023-07-max-total-fee
2023-09-26 Elias RohrerIntroduce `RouteParameters::max_total_routing_fee_msat`
2023-09-18 Matt CoralloMerge pull request #2534 from tnull/2023-08-upstream...
2023-09-15 Matt CoralloMerge pull request #2176 from TheBlueMatt/2023-04-expos...
2023-09-14 Wilmer PaulinoMerge pull request #2571 from davidcaseria/htlc-descrip...
2023-09-14 Matt CoralloMerge pull request #2568 from tnull/2023-09-housekeeping
2023-09-14 Matt CoralloMerge pull request #2572 from benthecarman/rexport...
2023-09-13 Matt CoralloMerge pull request #2413 from valentinewallace/2023...
2023-09-12 Valentine WallaceOnly allow creating 1-hop blinded paths.
2023-09-12 Valentine WallaceTest sending and receiving to 1-hop blinded paths