Multi-hop blinded paths in ChannelManager
[rust-lightning] / lightning / src / ln / channelmanager.rs
2023-12-15 Jeffrey CzyzMulti-hop blinded paths in ChannelManager
2023-12-15 Jeffrey CzyzUse CLTV_FAR_FAR_AWAY in PaymentConstraints
2023-12-15 Jeffrey CzyzFix create_one_hop_blinded_payment_path docs
2023-12-15 Matt CoralloMerge pull request #2656 from TheBlueMatt/2023-09-scori...
2023-12-15 Elias RohrerMerge pull request #2779 from G8XSU/2706-stop
2023-12-14 Wilmer PaulinoMerge pull request #2792 from TheBlueMatt/2023-12-no...
2023-12-13 Matt Corallocfg-gate async signing logic 2023-12-no-async-signing
2023-12-13 valentinewallaceMerge pull request #2688 from valentinewallace/2023...
2023-12-13 Matt CoralloMerge pull request #2703 from wpaulino/retryable-commit...
2023-12-12 Valentine WallaceAdd test coverage for serialization of malformed HTLCs.
2023-12-12 Valentine WallaceAdd redundant blinded HTLC failure check for posterity.
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 WallaceSupport failing blinded non-intro HTLCs after RAA proce...
2023-12-12 Valentine WallaceTweak initialization of HTLCForwardInfo in fail_htlc_ba...
2023-12-12 Valentine WallaceChannelManager: add HTLCForwardInfo variant for blinded...
2023-12-12 Valentine WallaceSet HTLCPreviousHopData::blinded for blinded received...
2023-12-12 Valentine WallaceStore whether a received HTLC is blinded in PendingHTLCInfo
2023-12-12 Elias RohrerMerge pull request #2787 from jkczyz/2023-12-onion...
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 Matt CoralloMerge pull request #2786 from tnull/2023-12-fix-warnings
2023-12-11 Wilmer PaulinoMerge pull request #2782 from TheBlueMatt/2023-12-check...
2023-12-11 Elias RohrerRemove unused `chan_id`
2023-12-11 Matt CoralloMerge pull request #2681 from tnull/2023-10-bump-msrv...
2023-12-08 Elias RohrerMerge pull request #2774 from TheBlueMatt/2023-12-2551...
2023-12-08 Valentine WallaceAdd variant for non-intro-nodes to BlindedFailure enum
2023-12-08 Valentine WallacePass in update add blinding point on onion decode
2023-12-08 Wilmer PaulinoMerge pull request #2760 from TheBlueMatt/2023-11-chan...
2023-12-08 Elias RohrerBump MSRV to rustc 1.63.0 and edition to 2021
2023-12-08 Matt CoralloImmediately error in `close_channel_internal` if there... 2023-11-chan-close-loop
2023-12-08 Matt CoralloMove pre-funded-channel immediate shutdown logic to...
2023-12-08 Matt CoralloDrop unreachable shutdown code in `Channel::get_shutdown`
2023-12-08 Matt CoralloMove to `Funded` after `funding_signed` rather than...
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 CoralloFlesh out docs on `PendingHTLCInfo`
2023-12-06 Matt CoralloFlesh out docs on `PendingHTLCRouting`
2023-12-05 valentinewallaceMerge pull request #2764 from TheBlueMatt/2023-11-chach...
2023-12-05 Matt CoralloMerge pull request #2642 from Sharmalm/2346
2023-12-04 Wilmer PaulinoMerge pull request #2753 from TheBlueMatt/2023-11-inbou...
2023-12-04 Wilmer PaulinoMerge pull request #2771 from tnull/2023-12-log-details...
2023-12-04 Wilmer PaulinoMerge pull request #2769 from TheBlueMatt/2023-12-2314...
2023-12-03 Matt CoralloDrop `log_bytes!()` calls on `Display` types in `Channe...
2023-12-03 Matt CoralloLean on `Logger` wrapping in `ChannelMonitor` rather...
2023-12-03 Matt CoralloSet log metadata in a few additional locations in ...
2023-12-03 Matt CoralloLog next-hop metadata when forwarding or failing to...
2023-12-03 Matt CoralloInclude next-hop counterparty node id in log metadata...
2023-12-03 Matt CoralloAdd missing counterparty node id metadata to logs in...
2023-12-02 Matt CoralloInclude counterparty node id and channel id in shutdown log
2023-12-02 Matt CoralloMerge pull request #2314 from henghonglee/issue-2292
2023-12-01 Jeffrey CzyzRemove unused handle_error macro rule
2023-12-01 henghongleeUse wrapper to add context to logging
2023-12-01 valentinewallaceMerge pull request #2540 from valentinewallace/2023...
2023-11-30 Valentine WallaceCorrectly fail back downstream-failed blinded HTLCs...
2023-11-30 Valentine WallaceCorrectly fail back blinded inbound fwd HTLCs when...
2023-11-30 Valentine WallaceCorrectly fail back on outbound channel check for blind...
2023-11-29 Valentine WallaceParse blinded forward-as-intro onion payloads
2023-11-29 Valentine WallaceSet update_add blinding point on HTLC forward
2023-11-29 Valentine WallaceParameterize Channel's htlc forward method by outbound...
2023-11-29 Valentine WallaceSet HTLCPreviousHopData::blinded on intro node forward.
2023-11-29 Valentine WallacePersist whether an HTLC is blinded in HTLCPreviousHopData.
2023-11-29 Valentine WallaceStore whether a forwarded HTLC is blinded in PendingHTL...
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-28 Matt CoralloMerge pull request #2512 from arik-so/taproot/2023...
2023-11-28 Arik SosmanMove ECDSA-specific signers into ecdsa.rs
2023-11-28 Arik SosmanRename SignerProvider's Signer to EcdsaSigner.
2023-11-27 Matt CoralloMerge pull request #2675 from yellowred/delayed_payment...
2023-11-27 Matt CoralloMerge pull request #2685 from tnull/2022-12-add-electru...
2023-11-27 Elias RohrerMerge pull request #2741 from shaavan/issue-2215
2023-11-23 Elias RohrerReturn confirmation height via `Confirm::get_relevant_t...
2023-11-23 Elias RohrerMerge pull request #2740 from wpaulino/rust-bitcoin...
2023-11-22 Wilmer PaulinoRemove nightly warnings
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 Evan FeenstraInboundOnionErr fields public
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 Feenstraremove obsolete comment
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 shaavanLog the error, when trying to forward the intercepted...
2023-11-14 Elias RohrerMerge pull request #2716 from TheBlueMatt/2023-11-hash...
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 Valentine WallaceInclude counterparty skimmed fees in PaymentClaimed...
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-05 Matt CoralloMerge pull request #2699 from mhrheaume/mhr/temporary_c...
next