Support forwarding blinded HTLCs as non-intro node.
[rust-lightning] / lightning / src / ln / onion_payment.rs
2024-01-11 Valentine WallaceSupport forwarding blinded HTLCs as non-intro node.
2024-01-11 valentinewallaceMerge pull request #2801 from valentinewallace/2023...
2024-01-10 Valentine WallaceRename InboundOnionPayload::BlindedReceive::amt_msat...
2024-01-10 Valentine WallaceRename InboundOnionPayload::Receive::amt_msat to be...
2024-01-10 Valentine WallaceRename InboundOnionPayload::BlindedReceive::outgoing_cl...
2024-01-10 Valentine WallaceRename InboundOnionPayload::Receive::outgoing_cltv_value
2024-01-10 Valentine WallaceRename outgoing_cltv_value internal var.
2024-01-10 Valentine WallaceRename InboundOnionErr to InboundHTLCErr.
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 WallaceFix blinded recipient fail on onion decode failure
2023-12-12 Valentine WallaceFix blinded recipient fail on malformed HTLC
2023-12-12 Valentine WallaceStore whether a received HTLC is blinded in PendingHTLCInfo
2023-12-12 Matt CoralloMerge pull request #2775 from benthecarman/sign-psbt
2023-12-11 Matt CoralloMerge pull request #2637 from Sharmalm/2348
2023-12-11 Wilmer PaulinoMerge pull request #2782 from TheBlueMatt/2023-12-check...
2023-12-11 Matt CoralloMerge pull request #2681 from tnull/2023-10-bump-msrv...
2023-12-08 Matt CoralloMerge pull request #2752 from valentinewallace/2023...
2023-12-08 Elias RohrerMerge pull request #2774 from TheBlueMatt/2023-12-2551...
2023-12-08 Valentine WallaceError if onion payloads exceed max length on packet...
2023-12-08 Valentine WallaceFix debug panic in onion utils on large custom TLVs...
2023-12-08 Valentine WallaceSupport receiving to multi-hop blinded payment paths.
2023-12-08 Valentine WallacePass in update add blinding point on onion decode
2023-12-08 Matt CoralloMerge pull request #2723 from jkczyz/2023-11-direct...
2023-12-07 Matt CoralloMerge pull request #2691 from wpaulino/refactor-channel...
2023-12-06 Matt CoralloMerge pull request #2765 from TheBlueMatt/2023-12-2314...
2023-12-06 Elias RohrerMerge pull request #2762 from TheBlueMatt/2023-11-htlc...
2023-12-06 Matt CoralloAllow users to accept skimmed fees in calling `peel_pay... 2023-11-htlc-docs
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 WallaceSupport forwarding blinded HTLCs as intro node.
2023-11-29 Valentine WallaceParse blinded forward-as-intro onion payloads
2023-11-29 Valentine WallaceStore whether a forwarded HTLC is blinded in PendingHTL...
2023-11-29 Valentine WallaceParse blinding point in UpdateAddHTLC
2023-11-29 valentinewallaceMerge pull request #2739 from Evanfeenstra/channelmanag...
2023-11-28 Evan Feenstramove static channelmanager functions into their own...