]> git.bitcoin.ninja Git - rust-lightning/shortlog
rust-lightning
2024-07-18 Elias RohrerMake event handling fallible
2024-07-18 Elias RohrerHold sep. Mutexes for pending `intercepted_msgs`/`peer_...
2024-07-17 Matt CoralloMerge pull request #3160 from TheBlueMatt/2024-07-bette...
2024-07-17 Matt CoralloMerge pull request #3187 from TheBlueMatt/2024-07-routi...
2024-07-17 Matt CoralloMerge pull request #3136 from tnull/2024-06-rustfmt...
2024-07-17 Matt CoralloAdd pending changelog entry for the previous commit 2024-07-better-enum-upgradable-ser
2024-07-17 Matt CoralloMake `impl_writeable_tlv_based_enum*` actually upgradable
2024-07-17 Matt CoralloDrop excess `()`s in `router.rs` 2024-07-routing-nits
2024-07-17 Matt CoralloMarginally improve comments around cache lines in ...
2024-07-17 Matt CoralloMerge pull request #2803 from TheBlueMatt/2023-12-routi...
2024-07-16 Matt CoralloMerge pull request #3087 from shaavan/reply_path_diversity
2024-07-16 Matt CoralloMerge pull request #3185 from tnull/2024-07-clarify...
2024-07-16 Matt CoralloMerge pull request #3183 from TheBlueMatt/2024-07-no...
2024-07-16 Matt CoralloMerge pull request #3150 from alecchendev/2024-06-async...
2024-07-16 Elias RohrerClarify maximum length of an invoice description
2024-07-15 Alec ChenTest async get per commitment point for revoke_and_ack
2024-07-15 Alec ChenAllow failing revoke_and_ack if commitment point is...
2024-07-15 Alec ChenChange get_per_commitment_point to return result type
2024-07-15 Matt CoralloMerge pull request #3165 from Harshit933/link-fix
2024-07-15 Alec ChenAdd logger as parameter in creating ChannelContext
2024-07-15 Alec ChenReturn an error if we fail to advance our commitment...
2024-07-15 Matt CoralloDrop unnecessary `strict` feature from `lightning-invoice` 2024-07-no-strict
2024-07-15 Matt CoralloMerge pull request #3173 from dunxen/2024-07-cargocheckcfg
2024-07-15 Alec ChenSplit HolderCommitmentPoint::advance off into separate...
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-15 Elias RohrerDrop `lightning-background-processor/src/lib.rs` from...
2024-07-15 Elias Rohrer`rustfmt`: Drop `lightning-custom-message/src/lib.rs...
2024-07-15 Elias Rohrer`rustfmt`: Run on `lightning-block-sync/src/lib.rs`
2024-07-15 Elias Rohrer`rustfmt`: Run on `lightning-block-sync/src/utils.rs`
2024-07-15 Elias Rohrer`rustfmt`: Run on `lightning-block-sync/src/test_utils.rs`
2024-07-15 Elias Rohrer`rustfmt`: Run on `lightning-block-sync/src/rpc.rs`
2024-07-15 Elias Rohrer`rustfmt`: Run on `lightning-block-sync/src/rest.rs`
2024-07-15 Elias Rohrer`rustfmt`: Run on `lightning-block-sync/src/poll.rs`
2024-07-15 Elias Rohrer`rustfmt`: Run on `lightning-block-sync/src/init.rs`
2024-07-15 Elias Rohrer`rustfmt`: Run on `lightning-block-sync/src/http.rs`
2024-07-15 Elias Rohrer`rustfmt`: Run on `lightning-block-sync/src/gossip.rs`
2024-07-15 Elias RohrerPrepare `lightning-block-sync/src/gossip.rs`
2024-07-15 Elias Rohrer`rustfmt`: Run on `lightning-block-sync/src/convert.rs`
2024-07-15 Elias RohrerPrepare `convert.rs`
2024-07-14 Matt CoralloMerge pull request #3138 from tnull/2024-06-rustfmt-bp
2024-07-12 shaavanIntroduce tests to check verify reply path diversification
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-11 shaavanUpdate extract_invoice to also return the reply_path.
2024-07-11 shaavanExpand `create_blinded_path` Functionality for Enhanced...
2024-07-10 Matt CoralloLayout channel info to ensure routing uses cache lines... 2023-12-routing-dist-vec
2024-07-10 Matt CoralloConsolidate `candidate` access in `add_entry` during...
2024-07-10 Matt CoralloSomewhat optimize the generic `Features::requires_unkno...
2024-07-10 Matt CoralloStore source/target `node_counter`s in `DirectionalChan...
2024-07-10 Matt CoralloDRY redundant calls to `$candidate.htlc_minimum_msat...
2024-07-10 Matt CoralloCache whether a node is a first-hop target in the per...
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...
next