rust-lightning
2024-01-17 Matt CoralloMerge pull request #2834 from TheBlueMatt/2024-01-cut-120 v0.0.120
2024-01-17 Matt CoralloBump crate versions to 0.0.120/invoice 0.28
2024-01-17 Matt CoralloAdd CHANGELOG entry for 0.0.120
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 Valentine WallaceTest that we won't retry over previously failed blinded...
2024-01-17 Valentine WallaceTest util: separate out code to construct a blinded...
2024-01-17 Valentine WallaceAvoid building routes over previously failed blinded...
2024-01-17 Valentine WallaceStore previously failed blinded paths on outbound payme...
2024-01-17 Valentine WallacePersist previously failed blinded paths in RouteParameters.
2024-01-17 Valentine WallaceAdd failed_within_blinded_path to DecodedOnionFailure.
2024-01-17 Valentine WallaceAdd failed_within_blinded_path to onion util internal...
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-17 Tibo-lgFix lightning-net-tokio sometimes dropping messages
2024-01-16 Jeffrey CzyzUse consistent cltv_expiry_delta in ForwardTlvs
2024-01-16 Valentine WallaceAdvertise route blinding feature as supported.
2024-01-16 Valentine WallaceFix sender double-including shadow offset in CLTV expir...
2024-01-16 Valentine WallaceRename test var to be more descriptive.
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 Matt CoralloMove cryptographic algorithms and utilities to a new... 2024-01-crypto-module
2024-01-15 Elias RohrerMerge pull request #2824 from shuoer86/main
2024-01-12 shuoer86Fix typo lightning/src/util/wakers.rs
2024-01-12 shuoer86Fix typo lightning/src/routing/router.rs
2024-01-12 shuoer86Fix typo lightning/src/ln/peer_handler.rs
2024-01-12 shuoer86Fix typo lightning-invoice/src/ser.rs
2024-01-12 shuoer86Fix typo CONTRIBUTING.md
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 Valentine WallaceTest successful payment to 3-hop blinded path.
2024-01-11 Valentine WallaceFix final blinded hop CLTV expiry on send.
2024-01-11 Valentine WallaceSupport forwarding blinded HTLCs as non-intro node.
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 Matt CoralloDrop `PeerManager` type bound on `UtxoLookup` entirely 2024-01-pm-dyn-ref
2024-01-10 Valentine WallaceRename parameter from err_packet to err_contents.
2024-01-10 Valentine WallaceRemove outdated comment.
2024-01-10 Valentine WallaceNormalize order of (sha256_of_onion, failure_code)...
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 WallaceClean up code DRY'd in previous commit.
2024-01-10 Valentine WallaceRename OutboundOnionPayload::BlindedReceive::amt_msat...
2024-01-10 Valentine WallaceRename OutboundOnionPayload::Receive::amt_msat to be...
2024-01-10 Valentine WallaceRename InboundOnionPayload::BlindedReceive::amt_msat...
2024-01-10 Valentine WallaceRename InboundOnionPayload::Receive::amt_msat to be...
2024-01-10 Valentine WallaceRename OutboundOnionPayload::BlindedReceive::outgoing_c...
2024-01-10 Valentine WallaceRename OutboundOnionPayload::Receive::outgoing_cltv_value.
2024-01-10 Valentine WallaceRename InboundOnionPayload::BlindedReceive::outgoing_cl...
2024-01-10 Valentine WallaceRename InboundOnionPayload::Receive::outgoing_cltv_value
2024-01-10 Valentine WallaceRename outgoing_cltv_value internal var.
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 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 CoralloTest individual monitor update compl in chanmon_consist... 2024-01-fuzz-ooo-monitor-updates
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 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 CoralloConsider `MONITOR_UPDATE_IN_PROGRESS` as unbroadcasted...
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
next