rust-lightning
2024-02-16 Matt CoralloDrop `lightning-invoice` dependency on hashbrown` 2024-02-no-ahash
2024-02-16 Matt CoralloDrop `ahash` dependency in favor of core's `SipHasher`
2024-02-16 Matt CoralloAdd a crate which wraps `getrandom` but always compiles
2024-02-13 Matt CoralloMerge pull request #2861 from tnull/2024-01-introduce...
2024-02-13 Matt CoralloMerge pull request #2816 from wpaulino/retryable-holder...
2024-02-13 Elias RohrerMerge pull request #2892 from TheBlueMatt/2024-02-desti...
2024-02-13 Elias RohrerIntroduce CI workflow running `cargo audit`
2024-02-12 Matt CoralloAdd further standard derives to various onion message... 2024-02-destination-eq
2024-02-12 Elias RohrerMerge pull request #2888 from TheBlueMatt/2024-02-desti...
2024-02-12 Elias RohrerDrop `reqwest` pin
2024-02-12 Elias RohrerMove `lightning-transaction-sync` to main workspace
2024-02-12 Elias RohrerDisable `lightning-transaction-sync` integration tests...
2024-02-10 Matt CoralloImplement `Debug`/`PartialEq`/`Eq` for `Destination`
2024-02-09 Matt CoralloMerge pull request #2850 from TheBlueMatt/2024-01-fuzz...
2024-02-09 Matt CoralloMerge pull request #2886 from TheBlueMatt/2024-02-actua...
2024-02-08 Matt CoralloReplace spaces with tabs in msgs.rs 2024-02-actually-fix-build
2024-02-08 Matt CoralloFix silent merge conflict introduced in d3ddf15357589ed...
2024-02-08 Matt CoralloMerge pull request #2885 from benthecarman/tiny-opt
2024-02-08 benthecarmanWorlds smallest optimization
2024-02-08 Matt CoralloMerge pull request #2871 from dunxen/2024-02-msgcommonf...
2024-02-07 Wilmer PaulinoAllow holder commitment and HTLC signature requests...
2024-02-07 Wilmer PaulinoIntroduce FeerateStrategy enum for onchain claims
2024-02-07 Wilmer PaulinoRework get_latest_holder_commitment_txn to broadcast...
2024-02-07 Matt CoralloMerge pull request #2856 from valentinewallace/2024...
2024-02-07 Valentine WallaceAdd min_final_cltv_delta to aggregated CLTV delta.
2024-02-07 Valentine WallaceParameterize BlindedPath::new_for_payment by min final...
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-07 Matt CoralloMerge pull request #2873 from tnull/2024-02-expose...
2024-02-07 Matt CoralloMerge pull request #2878 from TheBlueMatt/2024-02-fix...
2024-02-06 Elias RohrerExpose `channel_id` / `counterparty_node_id` in `BumpTr...
2024-02-06 Matt CoralloNote when new HTLC state can be `None` 2024-02-fix-build
2024-02-06 Matt CoralloFix comment spelling
2024-02-06 Matt CoralloMerge pull request #2442 from wvanlint/list_pending_htlcs
2024-02-06 Elias RohrerMerge pull request #2876 from TheBlueMatt/2024-02-2863...
2024-02-06 Willem Van... Include pending HTLCs in ChannelDetails
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 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 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 Duncan DeanCombine common fields of `AcceptChannel` & `AcceptChann...
2024-02-02 benthecarmanMake DirectedChannelInfo `source` and `target` public
2024-02-02 Duncan DeanCombine common fields of `OpenChannel` & `OpenChannelV2...
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
next