rust-lightning
2024-01-10 Matt CoralloExpose `onion_message` items directly rather than via... 2024-01-om-direct-export
2024-01-09 Matt CoralloMerge pull request #2748 from TheBlueMatt/2023-11-2675...
2024-01-09 Matt CoralloUpdate docs on `HTLC` and `DelayedPayment` keys for... 2023-11-2675-followups
2024-01-09 Matt CoralloDrop the unused `PaymentKey` type
2024-01-09 Matt CoralloUpdate docs for slightly more clarity on channel key...
2024-01-09 Matt CoralloMerge pull request #2807 from Jossec101/log-errors...
2024-01-09 Matt CoralloMerge pull request #2817 from tnull/2024-01-time-in...
2024-01-09 José A.PImproved error logging in ChannelManager::do_accept_inb...
2024-01-09 Elias RohrerFeature-gate `time` use also in `ElectrumSyncClient`
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...
2024-01-02 Matt CoralloMove `CandidateRouteHop` enum variant fields into structs 2023-12-no-pub-enum
2023-12-29 Matt CoralloFix dust buffer feerate calculation overflow
2023-12-29 Matt CoralloFix debug assertion on opening a channel with a disconn...
2023-12-29 Matt CoralloFix `REVOKEABLE_REDEEMSCRIPT_MAX_LENGTH` for contest...
2023-12-29 Matt CoralloStop including dust values in feerate affordability...
2023-12-24 Matt CoralloFix `Feature` eq + hash to ignore excess zero bytes
2023-12-20 Matt CoralloMerge pull request #2788 from tnull/2023-12-enforce...
2023-12-19 benthecarmanDon't call system time in unless feature enabled
2023-12-18 Elias RohrerAllow `unused_variables` for one `_test_vectors` method
2023-12-18 Elias RohrerAllow unused imports in `lightning-invoice` prelude
2023-12-18 Elias RohrerDrop unused `windows` imports in `FilesystemStore`...
2023-12-18 Elias RohrerDrop unenforced bound in trait alias
2023-12-18 Elias RohrerFix unused import warnings in `c_bindings`
2023-12-18 Elias RohrerFix unused imports in `lightning-invoice` no-std tests
2023-12-18 Elias RohrerDrop unused `sync` module from `lightning-invoice`
2023-12-18 Elias RohrerFix unused (import) warnings in `no-std` builds
2023-12-18 Elias RohrerFix redundant import warning in BP's `futures`
2023-12-18 Elias RohrerFeature-gate `GetUtxosResponse` in `lightning-block...
2023-12-18 Elias RohrerDeny warnings in CI
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...
next