rust-lightning
2024-02-07 Matt Corallo[fuzz] Add fst coverage for `ChannelManager::update_cha... 2024-01-fuzz-gossip
2024-02-07 Matt Corallo[fuzz] Add a second full_stack_target seed test for...
2024-02-07 Matt Corallo[fuzz] De-dup hex in test_no_existing_test_breakage
2024-02-07 Matt Corallo[fuzz] Add additional method calls in full_stack_target
2024-02-07 Matt Corallo[fuzz] Use batch funding in full_stack_target
2024-02-05 Matt Corallo[fuzz] Fix misc warnings in full_stack_target
2024-02-05 Matt Corallo[fuzz] Reduce size of `payments_sent` in full_stack_target
2024-02-05 Matt CoralloMerge pull request #2810 from TheBlueMatt/2023-12-arbit...
2024-02-05 Matt CoralloMerge pull request #2847 from TheBlueMatt/2024-01-bindi...
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 Matt Corallo[fuzz] Fix slice copy in `peer_crypt_target` 2023-12-arbitrary-fuzz-config
2024-02-02 Matt CoralloFix test variable typos
2024-02-02 Matt CoralloBump `hashbrown` dependency to 0.13
2024-02-02 Matt CoralloStop relying on `Hash{Set,Map}::from_iter` directly
2024-02-02 Matt CoralloUse utility methods to construct `HashMap`s and `HashSet`s
2024-02-02 Matt CoralloUpdate fuzz CI job to use our MSRV rather than 1.58
2024-02-02 Matt CoralloUse arbitrary config object in full_stack_target fuzzer
2024-02-02 Matt CoralloDisable fuzzing-reachable debug assertions in `ChannelM...
2024-02-02 Matt CoralloDisable fuzzing-reachable debug assertion
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 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-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 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-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
next