Support sending keysend payments to blinded paths.
[rust-lightning] / lightning / src / ln / msgs.rs
2024-03-13 Valentine WallaceSupport sending keysend payments to blinded paths.
2024-03-08 Matt CoralloMerge pull request #2823 from valentinewallace/2024...
2024-03-08 valentinewallaceMerge pull request #2903 from jkczyz/2024-02-bindings...
2024-02-29 Matt CoralloMerge pull request #2916 from sr-gi/2024-02-29-payment...
2024-02-28 Elias RohrerMerge pull request #2911 from jkczyz/2024-02-sort-blind...
2024-02-27 Jeffrey CzyzAdd NodeInfo::is_tor_only
2024-02-22 Matt CoralloMerge pull request #2877 from tnull/2024-02-start-rustf...
2024-02-14 Elias RohrerMerge pull request #2883 from tnull/2024-02-dyn-kvstore...
2024-02-13 Matt CoralloMerge pull request #2861 from tnull/2024-01-introduce...
2024-02-13 Matt CoralloMerge pull request #2816 from wpaulino/retryable-holder...
2024-02-13 Elias RohrerMerge pull request #2892 from TheBlueMatt/2024-02-desti...
2024-02-12 Elias RohrerMerge pull request #2888 from TheBlueMatt/2024-02-desti...
2024-02-09 Matt CoralloMerge pull request #2850 from TheBlueMatt/2024-01-fuzz...
2024-02-09 Matt CoralloMerge pull request #2886 from TheBlueMatt/2024-02-actua...
2024-02-08 Matt CoralloReplace spaces with tabs in msgs.rs 2024-02-actually-fix-build
2024-02-08 Matt CoralloMerge pull request #2871 from dunxen/2024-02-msgcommonf...
2024-02-02 Duncan DeanCombine common fields of `AcceptChannel` & `AcceptChann...
2024-02-02 Duncan DeanCombine common fields of `OpenChannel` & `OpenChannelV2...
2024-01-30 Matt CoralloMerge pull request #2780 from wpaulino/2691-follow-ups
2024-01-25 Matt CoralloMerge pull request #2694 from Evanfeenstra/public-scid...
2024-01-24 Matt CoralloMerge pull request #2697 from jkczyz/2023-10-offer...
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 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 Matt CoralloMove cryptographic algorithms and utilities to a new... 2024-01-crypto-module
2024-01-11 Matt CoralloMerge pull request #2800 from optout21/channel-close...
2024-01-11 Elias RohrerMerge pull request #2822 from TheBlueMatt/2024-01-pm...
2024-01-11 Valentine WallaceSupport forwarding blinded HTLCs as non-intro node.
2024-01-11 valentinewallaceMerge pull request #2801 from valentinewallace/2023...
2024-01-11 valentinewallaceMerge pull request #2820 from TheBlueMatt/2024-01-fuzz...
2024-01-11 valentinewallaceMerge pull request #2821 from TheBlueMatt/2024-01-om...
2024-01-11 Matt CoralloMerge pull request #2791 from valentinewallace/2023...
2024-01-10 Matt CoralloExpose `onion_message` items directly rather than via... 2024-01-om-direct-export
2024-01-10 Valentine WallaceRename OutboundOnionPayload::BlindedReceive::amt_msat...
2024-01-10 Valentine WallaceRename OutboundOnionPayload::Receive::amt_msat to be...
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 OutboundOnionPayload::BlindedReceive::outgoing_c...
2024-01-10 Valentine WallaceRename OutboundOnionPayload::Receive::outgoing_cltv_value.
2024-01-10 Valentine WallaceRename InboundOnionPayload::BlindedReceive::outgoing_cl...
2024-01-10 Valentine WallaceRename InboundOnionPayload::Receive::outgoing_cltv_value
2024-01-09 Matt CoralloMerge pull request #2748 from TheBlueMatt/2023-11-2675...
2023-12-15 Matt CoralloMerge pull request #2798 from TheBlueMatt/2023-12-119...
2023-12-15 Wilmer PaulinoMerge pull request #2795 from TheBlueMatt/2023-11-robus...
2023-12-15 Matt CoralloMake `FinalOnionHopData` public
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 WallaceAdd missing keysend preimage check on inbound onion...
2023-12-12 Valentine WallaceAdd test coverage for serialization of malformed HTLCs.
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-08 Elias RohrerMerge pull request #2774 from TheBlueMatt/2023-12-2551...
2023-12-08 Valentine WallaceSupport parsing blinded non-intro onion receive payloads.
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-06 Jeffrey CzyzDrop buffered messages for timed out nodes
2023-12-06 Jeffrey CzyzMake OnionMessageHandler extend EventsProvider
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-29 Valentine WallaceParse blinded forward-as-intro onion payloads
2023-11-29 Valentine WallaceParse blinding point in UpdateAddHTLC
2023-11-29 valentinewallaceMerge pull request #2739 from Evanfeenstra/channelmanag...
2023-11-29 Wilmer PaulinoMerge pull request #2721 from TheBlueMatt/2023-11-log...
2023-11-28 Evan Feenstramove static channelmanager functions into their own...
2023-11-27 Elias RohrerMerge pull request #2741 from shaavan/issue-2215
2023-11-23 Elias RohrerMerge pull request #2740 from wpaulino/rust-bitcoin...
2023-11-22 Wilmer PaulinoBump rust-bitcoin to v0.30.2
2023-11-16 Matt CoralloMerge pull request #2700 from Evanfeenstra/pub-htlc...
2023-11-15 Matt CoralloMerge pull request #2730 from benthecarman/invoice...
2023-11-15 Elias RohrerMerge pull request #2696 from TheBlueMatt/2023-10-no...
2023-11-14 Gursharan SinghMerge pull request #2727 from TheBlueMatt/2023-11-bette...
2023-11-14 Evan Feenstrapeel_payment_onion static fn in channelmanager
2023-11-14 Matt CoralloMerge pull request #2529 from TheBlueMatt/2023-08-shutd...
2023-11-14 Matt CoralloMerge pull request #2726 from shaavan/issue2712
2023-11-14 Elias RohrerMerge pull request #2716 from TheBlueMatt/2023-11-hash...
2023-11-14 Matt Corallo`derive(Hash)` for P2P messages 2023-11-hash-if-eq
2023-11-14 Matt CoralloRely on const generic big arrays for `PartialEq` in...
2023-11-13 Matt CoralloMerge pull request #2544 from optout21/splicing-msgs0
2023-11-13 Matt CoralloMerge pull request #2708 from TheBlueMatt/2023-11-less...
2023-11-12 Matt CoralloMerge pull request #2715 from valentinewallace/2023...
2023-11-12 Matt CoralloMerge pull request #2722 from benthecarman/dust-overflow
2023-11-07 Matt CoralloMerge pull request #2702 from G8XSU/libFuzzer
2023-11-07 optoutAdd Splicing (and Quiescence) wire message definitions
2023-11-07 Matt CoralloMerge pull request #2687 from orbitalturtle/signature...
2023-11-07 Matt CoralloMerge pull request #2677 from Evanfeenstra/public-onion...
2023-11-06 Evan Feenstrapublic create_payment_onion in onion_utils
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 Matt CoralloMerge pull request #2670 from yanganto/socket-addr...
2023-10-20 Jeffrey CzyzFix build warnings
2023-10-20 Antonio Yangimpl Display for SocketAddress
2023-10-20 Elias RohrerMerge pull request #2636 from slanesuke/impl-ToSocketAd...
next