rust-lightning
2024-02-05 Matt CoralloMinor doc nits on the new coop close reason variants 2024-02-2863-doc-nits
2024-02-05 Matt CoralloMerge pull request #2725 from shaavan/issue2096
2024-02-05 Matt CoralloMerge pull request #2863 from benthecarman/breakup...
2024-02-05 Matt CoralloMerge pull request #2872 from tnull/2024-02-add-feature...
2024-02-05 Elias RohrerExpose `channel_type` in `Event::ChannelPending`
2024-02-04 benthecarmanRename old CooperativeClosure to LegacyCooperativeClosure
2024-02-04 benthecarmanBreakup CooperativeClosure into Local/Remote initiated
2024-02-02 Jeffrey CzyzMerge pull request #2868 from orbitalturtle/export...
2024-02-02 Matt CoralloMerge pull request #2870 from benthecarman/pub-source...
2024-02-02 benthecarmanMake DirectedChannelInfo `source` and `target` public
2024-02-02 Orbitalexport send_onion_message_using_path for testing
2024-02-01 valentinewallaceMerge pull request #2858 from tnull/2024-01-expose...
2024-02-01 Elias RohrerExpose `skimmed_fee_msat` in `PaymentForwarded`
2024-02-01 dunxenMerge pull request #2864 from dunxen/2024-01-2797followups
2024-01-31 shaavanAdd tests to check the introduced behaviour
2024-01-31 shaavanDo not remove Outbound Channel immediately when peer...
2024-01-31 Elias RohrerRename `PaymentForwarded::fee_earned_msat` to `total_fe...
2024-01-31 Valentine WallaceTrack min HTLC overpay separately from skimmed fees...
2024-01-31 Valentine WallaceStruct-ify claim_along_route args.
2024-01-31 Duncan DeanFix followups to PR2797
2024-01-30 Matt CoralloMerge pull request #2862 from arik-so/arik/2024/01...
2024-01-30 Matt CoralloMerge pull request #2780 from wpaulino/2691-follow-ups
2024-01-30 Matt CoralloMerge pull request #2797 from dunxen/2023-12-purgetocha...
2024-01-30 Arik SosmanImprove error message for invalid response lengths.
2024-01-30 Duncan DeanRemove `Outpoint::to_channel_id` method
2024-01-29 Wilmer PaulinoEnforce compile-time check for flag getters and setters
2024-01-29 Wilmer PaulinoUse clear helper on flags copy to mask off bits
2024-01-25 Matt CoralloMerge pull request #2694 from Evanfeenstra/public-scid...
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-21 Evan Feenstrapublic scid utils
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 Wilmer PaulinoAssert we never write channels in pre-funded/shutdown...
2024-01-11 Wilmer PaulinoCheck funding transaction on outbound channels only
next