BOLT 12 variants of PaymentPurpose
[rust-lightning] / lightning / src / ln / channelmanager.rs
2024-02-05 Matt CoralloMerge pull request #2725 from shaavan/issue2096
2024-02-05 Matt CoralloMerge pull request #2863 from benthecarman/breakup...
2024-02-05 Matt CoralloMerge pull request #2872 from tnull/2024-02-add-feature...
2024-02-05 Elias RohrerExpose `channel_type` in `Event::ChannelPending`
2024-02-04 benthecarmanBreakup CooperativeClosure into Local/Remote initiated
2024-02-02 Matt CoralloBump `hashbrown` dependency to 0.13
2024-02-02 Matt CoralloStop relying on `Hash{Set,Map}::from_iter` directly
2024-02-02 Matt CoralloUse utility methods to construct `HashMap`s and `HashSet`s
2024-02-02 Jeffrey CzyzMerge pull request #2868 from orbitalturtle/export...
2024-02-02 Matt CoralloMerge pull request #2870 from benthecarman/pub-source...
2024-02-02 Duncan DeanCombine common fields of `AcceptChannel` & `AcceptChann...
2024-02-02 Duncan DeanCombine common fields of `OpenChannel` & `OpenChannelV2...
2024-02-01 valentinewallaceMerge pull request #2858 from tnull/2024-01-expose...
2024-02-01 Elias RohrerExpose `skimmed_fee_msat` in `PaymentForwarded`
2024-02-01 dunxenMerge pull request #2864 from dunxen/2024-01-2797followups
2024-01-31 shaavanDo not remove Outbound Channel immediately when peer...
2024-01-31 Elias RohrerRename `PaymentForwarded::fee_earned_msat` to `total_fe...
2024-01-31 Duncan DeanFix followups to PR2797
2024-01-30 Matt CoralloStore `EntropySource` in `DefaultRouter` instead of...
2024-01-30 Matt CoralloMerge pull request #2862 from arik-so/arik/2024/01...
2024-01-30 Matt CoralloMerge pull request #2780 from wpaulino/2691-follow-ups
2024-01-30 Matt CoralloMerge pull request #2797 from dunxen/2023-12-purgetocha...
2024-01-30 Duncan DeanRemove `Outpoint::to_channel_id` method
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-22 Matt CoralloMerge pull request #2841 from TheBlueMatt/2024-01-batch...
2024-01-22 Matt CoralloFix deadlock when handling bad calls to `batch_funding... 2024-01-batch-deadlock
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 Valentine WallaceAdvertise route blinding feature as supported.
2024-01-16 Valentine WallaceComplete remaining TODOs for failing blinded non-intro...
2024-01-16 Valentine WallaceAdd failure mode info to BlindedForward struct.
2024-01-16 Jeffrey CzyzFix bench build warning
2024-01-16 Jeffrey CzyzRemove "no-std" feature checks
2024-01-16 Jeffrey CzyzHave TestRouter wrap DefaultRouter
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 WallaceMake BlindedFailure enum pub.
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 optoutAdd channel funding txo to Channel Event::ChannelClosed
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 Matt CoralloMerge pull request #2809 from TheBlueMatt/2023-12-closi...
2024-01-10 Valentine WallaceDRY malformed HTLC handling during htlc batch processing.
2024-01-10 Valentine WallaceFix logger usage during batched htlc processing of...
2024-01-10 Valentine WallaceRename InboundOnionPayload::Receive::amt_msat to be...
2024-01-10 Valentine WallaceRename InboundOnionPayload::Receive::outgoing_cltv_value
2024-01-10 Valentine WallaceRename InboundOnionErr to InboundHTLCErr.
2024-01-10 Valentine WallaceRemove trailing whitespace.
2024-01-09 Matt CoralloMerge pull request #2748 from TheBlueMatt/2023-11-2675...
2024-01-09 Matt CoralloMerge pull request #2807 from Jossec101/log-errors...
2024-01-09 José A.PImproved error logging in ChannelManager::do_accept_inb...
2024-01-08 Matt CoralloMerge pull request #2802 from TheBlueMatt/2023-12-no...
2024-01-08 Matt CoralloMerge pull request #2808 from TheBlueMatt/2023-12-fuzzi...
2024-01-08 Matt CoralloFix reachable unwrap on non-channel_type manual channel... 2023-12-fuzzing-fixes-1
2024-01-08 Elias RohrerMerge pull request #2799 from benthecarman/tx-sync...
2023-12-29 Matt CoralloFix handling of duplicate initial `ChannelMonitor`... 2023-12-closing-event-cleanup-fixes
2023-12-29 Matt CoralloDo not panic if a peer learns our funding info before...
2023-12-29 Matt CoralloDrop now-unused fields from `MsgHandleErrInternal`
2023-12-29 Matt CoralloMove ChannelClosed generation into finish_close_channel
2023-12-29 Matt CoralloMove DiscardFunding generation into finish_close_channel
2023-12-29 Matt CoralloFix debug assertion on opening a channel with a disconn...
2023-12-20 Matt CoralloMerge pull request #2788 from tnull/2023-12-enforce...
2023-12-18 Elias RohrerFix unused import warnings in `c_bindings`
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 CoralloMerge pull request #2781 from jkczyz/2023-09-multihop...
2023-12-15 Jeffrey CzyzDRY up OffersMessage::InvoiceRequest handling
2023-12-15 Jeffrey CzyzMulti-hop blinded payment paths in ChannelManager
2023-12-15 Jeffrey CzyzFix broken doc link in create_refund_builder
2023-12-15 Jeffrey CzyzMulti-hop blinded paths in ChannelManager
2023-12-15 Jeffrey CzyzUse CLTV_FAR_FAR_AWAY in PaymentConstraints
2023-12-15 Matt CoralloConsistently clean up when failing in `internal_funding... 2023-11-robuster-chan-to-peer
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 CoralloSet `counterparty_node_id` on `ChannelMonitor`s as...
2023-12-12 Matt CoralloMove channel -> peer tracking to `OutPoint`s from Chann...
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
next