rust-lightning
2023-12-16 Matt CoralloMerge pull request #2794 from TheBlueMatt/2023-12-cut-119 v0.0.119
2023-12-15 Matt CoralloBump versions to 0.0.119/`lightning-invoice` 0.27 2023-12-cut-119
2023-12-15 Matt CoralloAdd CHANGELOG entries for 0.0.119
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 CoralloFix dev MSRV build of lightning-transaction-sync 2023-12-119-bindings-upstream
2023-12-15 Matt CoralloUse correct default value when comparing to `htlc_maxim...
2023-12-15 Matt CoralloMake `FinalOnionHopData` public
2023-12-15 Matt CoralloDrop explicit `bitcoin_hashes` dependency in `lightning...
2023-12-15 Matt CoralloUn-export the `PrivateRoute` inner field as there are...
2023-12-15 Matt CoralloMerge pull request #2781 from jkczyz/2023-09-multihop...
2023-12-15 Jeffrey CzyzFix build warning
2023-12-15 Jeffrey CzyzUse one-hop blinded paths only for announced nodes
2023-12-15 Jeffrey CzyzDRY up OffersMessage::InvoiceRequest handling
2023-12-15 Jeffrey CzyzMulti-hop blinded payment paths in ChannelManager
2023-12-15 Jeffrey CzyzAdd create_blinded_payment_paths to Router
2023-12-15 Jeffrey CzyzCounterpartyForwardingInfo to PaymentRelay mapping
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 Jeffrey CzyzRequire any Router also implements MessageRouter
2023-12-15 Jeffrey CzyzAdd create_blinded_paths to MessageRouter
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 Matt CoralloMerge pull request #2796 from yellowred/fix/bitcoind_pa...
2023-12-15 Elias RohrerMerge pull request #2779 from G8XSU/2706-stop
2023-12-15 olegkubrakovFixes bug with incorrect conversion of JsonValue to...
2023-12-14 Gursharan SinghStop cleaning monitor updates on new block connect
2023-12-14 Wilmer PaulinoMerge pull request #2792 from TheBlueMatt/2023-12-no...
2023-12-13 Matt CoralloDrop fake time advancing in scoring tests 2023-09-scoring-decay-timer
2023-12-13 Matt CoralloDrop half-life-based bucket decay in `update_history_bu...
2023-12-13 Matt CoralloMake scorer decay + persistence more frequent
2023-12-13 Matt CoralloDrop warning about mixing `no-std` and `std` `Probabili...
2023-12-13 Matt CoralloAdd a benchmark for decaying a 100k channel scorer...
2023-12-13 Matt CoralloDrop now-trivial `decayed_offset_msat` helper utility
2023-12-13 Matt CoralloDrop now-unused `T: Time` bound on `ProbabilisticScorer`
2023-12-13 Matt CoralloUse `Duration` based time info in scoring rather than...
2023-12-13 Matt CoralloPipe `Duration`-based time information through scoring...
2023-12-13 Matt CoralloUpdate history bucket last_update time immediately...
2023-12-13 Matt CoralloStop decaying liquidity information during bounds-based...
2023-12-13 Matt CoralloStop decaying historical liquidity information during...
2023-12-13 Matt CoralloImpl decaying in `ProbabilisticScorer::decay_liquidity_...
2023-12-13 Matt CoralloTrack historical liquidity update time separately from...
2023-12-13 Matt CoralloAdd a scoring decay method to the `ScoreUpdate` trait
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 Matt CoralloPass the current time through `ScoreUpDate` methods
2023-12-13 Matt CoralloDepend on `libm` in `no-std` for `powf`(64)
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 Matt CoralloSet logging metadata when we fail to apply a `ChannelMo...
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 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...
next