Fix create_one_hop_blinded_payment_path docs
[rust-lightning] / lightning / src / ln /
2023-12-15 Jeffrey CzyzFix create_one_hop_blinded_payment_path docs
2023-12-15 Jeffrey CzyzAdd RouteBlinding feature flag
2023-12-15 Jeffrey CzyzRe-order AnchorsZeroFeeHtlcTx in module docs/tests
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 missing keysend preimage check on inbound onion...
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 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-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 WallaceAdapt Channel::fail_htlc for failing with malformed...
2023-12-12 Valentine WallaceSet up Channel::fail_htlc to be able to return update_m...
2023-12-12 Valentine WallaceChannel: add holding cell HTLC 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 Wilmer PaulinoAdd test coverage for holder commitment rebroadcast...
2023-12-12 Wilmer PaulinoRefactor commitment broadcast to always go through...
2023-12-12 Wilmer PaulinoCancel previous commitment claims on newly confirmed...
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 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 WallaceAdd variant for non-intro-nodes to BlindedFailure enum
2023-12-08 Valentine WallaceTest successfully receiving to a multihop blinded path.
2023-12-08 Valentine WallaceSupport receiving to multi-hop blinded payment paths.
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 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 CoralloLimit the scope of `get_funding_created_msg` to outboun...
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-07 Wilmer PaulinoRename certain flags to align with dual funding
2023-12-06 Jeffrey CzyzProcess OnionMessageHandler events in background
2023-12-06 Matt CoralloMerge pull request #2765 from TheBlueMatt/2023-12-2314...
2023-12-06 Jeffrey CzyzDrop buffered messages for timed out nodes
2023-12-06 Jeffrey CzyzMake OnionMessageHandler extend EventsProvider
2023-12-06 Elias RohrerMerge pull request #2762 from TheBlueMatt/2023-11-htlc...
2023-12-06 Matt CoralloMerge pull request #2551 from jbesraa/expose-CandidateR...
2023-12-06 Matt CoralloAllow users to accept skimmed fees in calling `peel_pay... 2023-11-htlc-docs
2023-12-06 Matt CoralloFlesh out docs on `PendingHTLCInfo`
2023-12-06 Matt CoralloFlesh out docs on `PendingHTLCRouting`
2023-12-05 Matt CoralloMerge pull request #2735 from valentinewallace/2023...
2023-12-05 Wilmer PaulinoRefactor ChannelState to decouple state flags from...
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 Valentine WallaceFix skimmed fee ser in Channel
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 Matt CoralloProvide inbound HTLC preimages to the `EcdsaChannelSigner` 2023-11-inbound-preimages
2023-12-04 Wilmer PaulinoMerge pull request #2769 from TheBlueMatt/2023-12-2314...
2023-12-04 Matt CoralloMerge pull request #2768 from benthecarman/preimage...
2023-12-04 Elias RohrerMerge pull request #2766 from TheBlueMatt/2023-12-2314...
2023-12-03 Matt CoralloDrop `log_bytes!()` calls on `Display` types in `Channe...
2023-12-03 Matt CoralloAdd some missing `WithContext` wrappers in `peer_handle...
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 CoralloAdd missing `unwrap` in `reload_tests.rs` 2023-12-2314-cleanups-2
2023-12-02 Matt CoralloMarginally optimize test logging
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 henghongleeAdd WithChannelContext
2023-12-01 henghongleeAdd WithContext and Tests
2023-12-01 valentinewallaceMerge pull request #2540 from valentinewallace/2023...
2023-11-30 Valentine WallaceTest blinding point serialization in Channel.
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 WallaceCorrectly fail back blinded inbound fwd HTLCs when...
2023-11-30 Valentine WallaceExtract blinded route param creation into test util
next