rust-lightning
2024-01-30 Matt Corallo[bindings] Move additional score params from `&()`... 2024-01-bindings-upstream
2024-01-30 Matt CoralloDrop manual `Debug` impl on RGS' `GraphSyncError`
2024-01-30 Matt CoralloMove RGS `GraphSyncError` into the top-level module
2024-01-30 Matt CoralloStore `EntropySource` in `DefaultRouter` instead of...
2024-01-30 Matt CoralloFix `three_hop_blinded_path_success` with different...
2024-01-24 Matt Corallo[bindings] No-export `RouteHopCandidate` lifetime'd...
2024-01-24 Matt Corallo[bindings] Mark `WithContext` log wrapper with no-export
2024-01-24 Matt Corallo[bindings] Drop the lifetime bound on `Record` for...
2024-01-24 Matt CoralloMerge pull request #2697 from jkczyz/2023-10-offer...
2024-01-22 Matt CoralloMerge pull request #2844 from TheBlueMatt/2024-01-cut-121 v0.0.121
2024-01-22 Matt CoralloBump versions to LDK 0.0.121/invoice 0.29 2024-01-cut-121
2024-01-22 Matt CoralloAdd CHANGELOG entry for 0.0.121
2024-01-22 Matt CoralloMerge pull request #2841 from TheBlueMatt/2024-01-batch...
2024-01-22 Matt CoralloMerge pull request #2842 from jkczyz/2024-01-fix-peer...
2024-01-22 Jeffrey CzyzRemove unnecessary unwraps
2024-01-22 Jeffrey CzyzFix panic when peer is mid-handshake
2024-01-22 Matt CoralloFix deadlock when handling bad calls to `batch_funding... 2024-01-batch-deadlock
2024-01-19 Elias RohrerMerge pull request #2835 from TheBlueMatt/2024-01-cut-120
2024-01-17 Matt CoralloChange v0.0.120 release name 2024-01-cut-120
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-16 Jeffrey CzyzFix bench build warning
2024-01-16 Jeffrey CzyzReorganize #[cfg(not(c_bindings))] imports
2024-01-16 Jeffrey CzyzAdd ASCII art diagram explaining offers_tests
2024-01-16 Jeffrey CzyzFunctional test for failing duplicate payments
2024-01-16 Jeffrey CzyzFunctional tests for failing without payment paths
2024-01-16 Jeffrey CzyzAdd Features::clear_route_blinding for testing
2024-01-16 Jeffrey CzyzOffers functional tests for duplicated payment ids
2024-01-16 Jeffrey CzyzFunctional tests for failing without blinded paths
2024-01-16 Jeffrey CzyzFunctional tests for offers with blinded paths
2024-01-16 Jeffrey CzyzFunctional tests for offers without blinded paths
2024-01-16 Jeffrey CzyzFunctional tests for BOLT 12 Offers payment flow
2024-01-16 Jeffrey CzyzConsolidate conditional imports
2024-01-16 Jeffrey CzyzRemove redundant negations from feature check
2024-01-16 Jeffrey CzyzRemove "no-std" feature checks
2024-01-16 Jeffrey CzyzHave TestRouter wrap DefaultRouter
2024-01-16 Jeffrey CzyzSupport OnionMessenger in functional_test_utils
2024-01-16 Jeffrey CzyzDRY up EntropySource implementation
2024-01-16 Jeffrey CzyzFix import order in functional_test_utils.rs
2024-01-16 Jeffrey CzyzAdd peel_onion_message method to OnionMessenger
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
next