]> git.bitcoin.ninja Git - rust-lightning/shortlog
rust-lightning
2024-07-15 Matt CoralloMerge pull request #3165 from Harshit933/link-fix
2024-07-15 Matt CoralloMerge pull request #3173 from dunxen/2024-07-cargocheckcfg
2024-07-15 Matt CoralloMerge pull request #3180 from tnull/2024-07-use-upstrea...
2024-07-15 valentinewallaceMerge pull request #3172 from tnull/2024-07-revert...
2024-07-15 Elias RohrerUse upstreamed `validate_merkle_proof`
2024-07-14 Matt CoralloMerge pull request #3138 from tnull/2024-06-rustfmt-bp
2024-07-12 Harshit VermaFixes `Sensei` broken link
2024-07-12 Duncan DeanUse native check-cfg lint in cargo beta
2024-07-12 Elias RohrerRevert "Signal `GossipQuery` support when using `Ignori...
2024-07-10 valentinewallaceMerge pull request #3104 from TheBlueMatt/2024-06-routi...
2024-07-10 Matt CoralloMove blinded path introduction point resolution to... 2024-06-routing-counters
2024-07-10 Matt CoralloAlign `PathBuildingHop` to 128b, now that we store...
2024-07-10 Matt CoralloDrop the `dist` `HashMap` in routing, replacing it...
2024-07-10 Matt CoralloUse `NodeCounters` `NodeId`s as the blinded path intro...
2024-07-10 Matt CoralloDrop `private_hop_key_cache` in favor of `NodeCounters`
2024-07-10 Matt CoralloAdd a new `NodeCounters` utility to track counters...
2024-07-09 Matt CoralloMerge pull request #3085 from shaavan/issue2837
2024-07-09 Matt CoralloMerge pull request #3161 from vincenzopalazzo/macros...
2024-07-09 Vincenzo Palazzometa: update docs to reflect the code
2024-07-09 Matt CoralloMerge pull request #3149 from alecchendev/2024-06-async...
2024-07-09 shaavanAllow create_blinded_paths functions to accept MessageC...
2024-07-09 shaavanUpdate handle_message to accept OffersContext data...
2024-07-09 Elias Rohrer`rustfmt`: Run on `lightning-background-processor/src...
2024-07-09 Elias RohrerPrepare `lightning-background-processor/src/lib.rs`
2024-07-09 Alec ChenFix bug failing CS-RAA resend order on pending commitme...
2024-07-08 Matt CoralloMerge pull request #3120 from TheBlueMatt/2023-11-mon...
2024-07-08 shaavanIntroduce MessageContext in ReceiveTlvs
2024-07-08 shaavanRemove path_id from Responder, and OnionMessageResponse...
2024-07-08 Matt CoralloTest the new `RAAMonitorUpdateBlockingAction::ClaimedMP... 2023-11-mon-claim-bug
2024-07-08 Matt CoralloBlock monitor updates to ensure preimages are in each...
2024-07-08 Matt CoralloAdd a `RAAMonitorUpdateBlockingAction::ClaimedMPPPayment`
2024-07-08 Matt CoralloTrack the cp `node_id` which originated an HTLC in...
2024-07-08 Matt CoralloAdd skipping variants to `impl_writeable_tlv_based_enum...
2024-07-08 Matt CoralloMerge pull request #3151 from alecchendev/2024-06-async...
2024-07-08 valentinewallaceMerge pull request #3156 from valentinewallace/2024...
2024-07-08 Valentine WallaceSet max path length when paying BOLT 12 invoices.
2024-07-08 Elias RohrerMerge pull request #3158 from dunxen/2024-07-excludemer...
2024-07-04 Duncan DeanFix CI for unused `PendingOnionMessage`
2024-07-04 Duncan DeanSkip incremental-mutants job for main
2024-07-03 Valentine WallaceTest router: support expecting blinded payment paths.
2024-07-03 Valentine WallaceRemove spurious commented out code line.
2024-07-03 Elias RohrerMerge pull request #3154 from TheBlueMatt/2024-06-messa...
2024-07-03 Alec ChenAllow sending RAA upon unblocking the signer
2024-07-02 Matt CoralloFix spelling in comment 2024-06-message-flags
2024-07-02 Matt CoralloMerge pull request #3144 from TheBlueMatt/2024-06-messa...
2024-07-01 Matt CoralloUse `test_msg_exact` in `channl_update` fuzz testing
2024-07-01 Matt Corallo(Re-)add handling for `ChannelUpdate::message_flags`
2024-07-01 Alec ChenAsync signing test util follow ups
2024-07-01 Matt CoralloMerge pull request #2763 from dunxen/2023-11-mutation...
2024-06-30 Duncan DeanIntroduce basic incremental mutation testing
2024-06-27 Jeffrey CzyzMerge pull request #3129 from optout21/splicing-msgs...
2024-06-27 Elias RohrerMerge pull request #3147 from TheBlueMatt/2024-06-feera...
2024-06-27 dunxenMerge pull request #2989 from optout21/iatx-shared...
2024-06-26 Matt CoralloHandle feerates of `u32::MAX` without overflowing 2024-06-feerate-overflow
2024-06-26 valentinewallaceMerge pull request #3145 from valentinewallace/2024...
2024-06-25 Valentine WallaceImplement AsyncPaymentsMessageHandler for ChanMan and...
2024-06-25 Valentine WallaceOnion message fuzzer: update held_htlc_available handling
2024-06-24 valentinewallaceMerge pull request #3125 from valentinewallace/2024...
2024-06-24 optoutUpdate splice messages according to new spec draft
2024-06-20 Valentine WallaceCfg-gate async payments module and public enum variants.
2024-06-20 Valentine WallaceRemove unused imports in static_invoice.rs
2024-06-20 Valentine WallaceAdd OffersMessage variant for static invoices.
2024-06-20 Valentine WallaceDRY responder instantiation for onion messages.
2024-06-20 Valentine WallaceAsyncPaymentsMessageHandler trait for OnionMessenger
2024-06-20 Matt CoralloMerge pull request #2966 from G8XSU/2647-distribute
2024-06-20 optoutInteractive TX negotiation tracks shared outputs
2024-06-20 Matt CoralloMerge pull request #3127 from wvanlint/non_strict_forwa...
2024-06-20 Valentine WallaceOnion message payload for async payments
2024-06-20 Elias RohrerMerge pull request #3135 from tnull/2024-06-rustfmt-rgs
2024-06-20 Elias Rohrer`rustfmt`: Drop `benches/src/bench.rs` from excluded...
2024-06-20 Elias Rohrer`rustfmt`: Run on `lightning-rapid-gossip-sync/src...
2024-06-20 Elias Rohrer`rustfmt`: Run on `lightning-rapid-gossip-sync/src...
2024-06-20 Elias Rohrer`rustfmt`: Prepare `lightning-rapid-gossip-sync/src...
2024-06-20 Willem Van... Implement non-strict forwarding
2024-06-19 Matt CoralloStore the source and destination `node_counter`s in...
2024-06-19 Matt CoralloTrack a `counter` for each node in our network graph
2024-06-19 Elias RohrerMerge pull request #3132 from jkczyz/2024-06-bolt12...
2024-06-19 G8XSUOptimize ChannelMonitor persistence on block connections.
2024-06-18 Gursharan SinghMerge pull request #3126 from TheBlueMatt/2024-06-preim...
2024-06-18 Matt Corallo(Very) marginally expand `test_monitor_update_fail_claim` 2024-06-preimage-removal-blocked-by-claim-event
2024-06-18 Matt CoralloMerge pull request #3115 from alecchendev/2024-06-speci...
2024-06-18 Jeffrey CzyzRelax channel count check for unannounced nodes
2024-06-18 Jeffrey CzyzAdvance self blinded payment paths
2024-06-18 Jeffrey CzyzRe-order imports
2024-06-18 Jeffrey CzyzRename variable
2024-06-18 Jeffrey CzyzAdd advance_path_by_one for blinded payment paths
2024-06-18 Jeffrey CzyzDon't modify path when advance_path_by_one errors
2024-06-18 Jeffrey CzyzBlinded payments to unannounced introduction node
2024-06-18 Jeffrey CzyzBlindedPath with unannounced introduction node
2024-06-18 Elias RohrerMerge pull request #3130 from TheBlueMatt/2024-06-doc...
2024-06-17 Alec ChenRemove global availability logic for testing async...
2024-06-17 Alec ChenRefactor tests to use specific async signing ops
2024-06-17 Alec ChenAllow toggling specific signing methods in test channel...
2024-06-17 G8XSUStart tracking chain_sync_monitor_persistences in TestP...
2024-06-17 valentinewallaceMerge pull request #3128 from TheBlueMatt/2024-06-no...
2024-06-17 Matt CoralloDocument when `Events::PaymentSent::pending_fee_msat... 2024-06-doc-fee-present
2024-06-17 Elias RohrerMerge pull request #3123 from dunxen/2024-06-channelref...
2024-06-16 Matt CoralloDrop unused return value from `claim_funds_from_hop` 2024-06-no-claim-ret
2024-06-14 Duncan DeanMove accept_channel checks into `ChannelContext::do_acc...
2024-06-13 Valentine Wallaceser_macros: support messages with no fields
next