rust-lightning
2023-12-13 Matt Corallocfg-gate async signing logic 2023-12-no-async-signing
2023-12-13 Matt CoralloMerge pull request #2790 from yellowred/tokio-ver-bump
2023-12-13 olegkubrakovUpdate tokio version to the latest to avoid tokio versi...
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 release note for blinded HTLC serialization.
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 WallaceMake BlindedPath::new_for_payment pub
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 Jeffrey CzyzRelax OnionMessenger::peer_disconnected assertion
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 benthecarmanChange WalletSource::sign_tx to 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 `NodeId` in BP tests
2023-12-11 Elias RohrerMarkup packages link as hyperlink
2023-12-11 Elias RohrerRemove unused `chan_id`
2023-12-11 Elias RohrerFix leftover `rustdoc` warnings
2023-12-11 Matt CoralloMerge pull request #2681 from tnull/2023-10-bump-msrv...
2023-12-11 Lalitmohansharma1Improving block conenction logging and filtered txids
2023-12-08 Matt CoralloMerge pull request #2752 from valentinewallace/2023...
2023-12-08 Matt CoralloAdd CI test that `#[cfg]` tags are from a defined set 2023-12-check-cfg-tags
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 Matt CoralloPre-calculate heap element scores (retaining RouteGraph... 2023-12-2551-followups
2023-12-08 Matt CoralloReorder `PathBuildingHop` fields somewhat
2023-12-08 Matt CoralloMake `find_route`'s `dist` map elements fit in 128...
2023-12-08 Matt CoralloMake `CandidateRouteHop::PrivateHop::target_node_id...
2023-12-08 Matt CoralloSimplify and make scoring calls in `TestRouter` more...
2023-12-08 Matt CoralloMake `CandidateRouteHop` method docs somewhat more...
2023-12-08 Matt CoralloFix indentation in `router.rs` broken in a1d15ac1926f70...
2023-12-08 Matt CoralloRename `CandidateRouteHop::FirstHop::node_id` and make...
2023-12-08 Matt Corallo`#[inline]` `CandidateRouteHop` accessors
2023-12-08 Matt CoralloFix new unused warnings in `scoring.rs`
2023-12-08 Matt CoralloPrivatise `CandidateRouteHop::short_channel_id` as...
2023-12-08 Matt CoralloFix and re-enable the `remembers_historical_failures...
2023-12-08 Matt CoralloRename `DirectedChannelInfo::outbound` to `from_node_one`
2023-12-08 Matt CoralloRewrite docs in `CandidateRouteHop` to be somewhat...
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 Matt CoralloMerge pull request #2776 from jkczyz/2023-12-direct...
2023-12-08 Elias RohrerManually download `bitcoind`/`electrs` for CI tests
2023-12-08 Elias RohrerMove `lightning-custom-message` to main workspace
2023-12-08 Elias RohrerBump MSRV to rustc 1.63.0 and edition to 2021
2023-12-08 Jeffrey CzyzReturn correct SendSuccess in OnionMessenger
2023-12-08 Jeffrey CzyzRename OnionMessagePath::addresses
2023-12-08 Jeffrey CzyzFix create_onion_message return type documentation
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 CzyzRename OnionMessageBuffer to OnionMessageRecipient
2023-12-06 Jeffrey CzyzRemove superfluous space from where clause
2023-12-06 Jeffrey CzyzTest pending connection onion message buffering
2023-12-06 Jeffrey CzyzReuse MessengerNode in spec_test_vector
2023-12-06 Jeffrey CzyzCall OnionMessageHandler::timer_tick_occurred
2023-12-06 Jeffrey CzyzProcess OnionMessageHandler events in background
2023-12-06 Jeffrey CzyzRe-order define_run_body macro parameters
2023-12-06 Jeffrey CzyzRe-wrap define_run_body macro parameters
2023-12-06 Jeffrey CzyzRemove unnecessary BackgroundProcessor type param
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 Jeffrey CzyzAdd Event::ConnectionNeeded for onion messages
2023-12-06 Jeffrey CzyzReturn socket addresses from DefaultMessageRouter
2023-12-06 Jeffrey CzyzAdd Option<Vec<SocketAddress>> to OnionMessagePath
2023-12-06 Jeffrey CzyzAdd NetworkGraph reference to DefaultMessageRouter
2023-12-06 Jeffrey CzyzBuffer onion messages requiring a connection
next