rust-lightning
2024-06-11 Matt CoralloClarify `Display` text for `ClosureReason::HolderForceC... 2024-06-3107-nit
2024-06-11 Matt CoralloMerge pull request #3107 from mhrheaume/mhr/closure_rea...
2024-06-11 Matt CoralloMerge pull request #3037 from TheBlueMatt/2024-05-close...
2024-06-10 valentinewallaceMerge pull request #3086 from alecchendev/2024-05-holde...
2024-06-10 Alec ChenGet per commitment point everywhere else with HolderCom...
2024-06-10 Alec ChenGet per commitment point for channel ready using Holder...
2024-06-10 Matthew RheaumeUpdated `ClosureReason::HolderForceClosed` with broadca...
2024-06-10 Alec ChenUse HolderCommitmentPoint for commitment number
2024-06-10 Alec ChenAdd HolderCommitmentPoint struct to ChannelContext
2024-06-10 Matt CoralloAdd a test of stale-feerate-force-closure behavior 2024-05-close-on-stale-fees
2024-06-10 Matt CoralloForce-close channels if their feerate gets stale withou...
2024-06-10 Matt CoralloSkip fee reads in `full_stack_target` when connecting...
2024-06-10 Matt CoralloAdd a new `ClosureReason::PeerFeerateTooLow`
2024-06-10 Matt CoralloAllow `ChannelError` to specify the `ClosureReason`
2024-06-10 Matt CoralloUse `ChannelError::close` constructor when building...
2024-06-10 Matt CoralloAdd `ChannelError::close` constructor
2024-06-10 Elias RohrerMerge pull request #3101 from tnull/2024-06-fix-tx...
2024-06-07 Matt CoralloMerge pull request #3111 from tnull/2024-06-rustfmt...
2024-06-07 Matt CoralloMerge pull request #3083 from valentinewallace/2024...
2024-06-07 Elias RohrerStill ignore `fuzz/src/lib.rs` for now
2024-06-07 Elias Rohrer`rustfmt`: `src/zbase32.rs`
2024-06-07 Elias Rohrer`rustfmt`: `src/utils/*`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/router.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/refund_deser.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/process_network_graph.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/peer_crypt.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/offer_deser.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/offer_deser.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/msg_targets/*`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/lib.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/invoice*.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/indexedmap.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/fromstr_to_netaddress.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/chanmon_deser.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/bin/*`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/bech32_parse.rs`
2024-06-07 Elias Rohrer`rustfmt`: `fuzz/src/base32.rs`
2024-06-07 Elias RohrerAdd `rustfmt::skip` to the target template
2024-06-07 Elias RohrerAdd `rustfmt::skip` to the `msg_target` template
2024-06-07 valentinewallaceMerge pull request #3080 from jkczyz/2024-05-compact...
2024-06-07 ArikMerge pull request #3096 from alecchendev/2024-06-drop...
2024-06-07 Elias RohrerMerge pull request #3105 from johncantrell97/johncantre...
2024-06-07 Elias RohrerPass our `edition` to `rustfmt`
2024-06-07 Elias Rohrer`rustfmt`: `lightning-transaction-sync/tests/integratio...
2024-06-07 John Cantrelladd peer_(dis)connected to custom message handler
2024-06-07 Elias Rohrer`rustfmt`: Reformat `lightning-transaction-sync/src...
2024-06-07 Elias Rohrer`rustfmt`: Reformat `lightning-transaction-sync/src...
2024-06-07 Elias Rohrer`rustfmt`: Reformat `lightning-transaction-sync/src...
2024-06-07 Elias Rohrer`rustfmt`: Reformat `lightning-transaction-sync/src...
2024-06-07 Elias Rohrer`rustfmt`: Reformat `lightning-transaction-sync/src...
2024-06-06 Elias RohrerMake `confirmables` `Deref`
2024-06-05 Jeffrey CzyzClarify docs regarding one-hop blinded paths
2024-06-05 Jeffrey CzyzExclude disconnected peers from BlindedPath
2024-06-05 Jeffrey CzyzFix functional_test_utils::reconnect_nodes
2024-06-05 Jeffrey CzyzUse compact blinded paths for short-lived offers
2024-06-05 Jeffrey CzyzDon't use compact blinded paths for reply paths
2024-06-05 Jeffrey CzyzRefactor MessageRouter::create_blinded_paths
2024-06-05 Jeffrey CzyzMove DefaultMessageRouter::create_blinded_paths
2024-06-05 Matt CoralloMerge pull request #3072 from arik-so/arik/gossip-v2...
2024-06-05 Alec ChenCache commitment point on ExternalHTLCClaim to drop...
2024-06-05 valentinewallaceMerge pull request #3095 from TheBlueMatt/2024-06-tx...
2024-06-05 Arik SosmanReintroduce addresses to NodeAnnouncementInfo.
2024-06-05 Matt CoralloMark BDK types exported from transaction-sync as no... 2024-06-tx-sync-bindings-upstream
2024-06-04 Matt CoralloMerge pull request #3091 from TheBlueMatt/2024-06-chann...
2024-06-04 Matt CoralloMerge pull request #3081 from G8XSU/2024-05-08-claimabl...
2024-06-04 Matt CoralloFromat moved code in `channel_state.rs` 2024-06-channel_state_ser
2024-06-04 Matt CoralloMove serialization of `channel_state` fields to `channe...
2024-06-04 Matt CoralloMerge pull request #3060 from TheBlueMatt/2024-05-paral...
2024-06-04 Matt CoralloMerge pull request #3088 from alecchendev/2024-06-fc...
2024-06-04 Elias RohrerMerge pull request #3089 from TheBlueMatt/2024-06-chann...
2024-06-04 Matt CoralloMove the public path for `channel_state` types to their... 2024-06-channel_state-module
2024-06-04 Matt CoralloReformat `channel_state.rs` to match rustfmt requirements
2024-06-04 Matt CoralloMove the public channel state API into a new module
2024-06-04 Matt CoralloMerge pull request #2965 from tnull/2024-03-impl-readab...
2024-06-04 Elias RohrerImplement `Readable` for `Refund`
2024-06-04 Elias RohrerImplement `Readable` for `Offer`
2024-06-03 Alec ChenDon't disconnect on manual force closes
2024-06-03 ArikMerge pull request #2889 from Sharmalm/2840
2024-06-03 G8XSUWatch all outputs irrespective of claimable outpoints.
2024-06-03 Matt CoralloDrop `EventsProvider` bounds on `OnionMessageHandler`s 2024-05-parallel-async-om-events
2024-06-03 Matt Corallof fix imports in BP
2024-06-03 Matt CoralloSwitch to using the `OnionMessenger` directly in BP
2024-06-03 Matt CoralloAdd a parallel async event handler to `OnionMessenger`
2024-06-03 Matt CoralloStore `OnionMessenger` events in different `Vec`s
2024-06-03 Matt CoralloMerge pull request #3057 from G8XSU/2024-05-08-claimabl...
2024-06-03 dunxenMerge pull request #2947 from tnull/2024-03-log-feature...
2024-05-31 Matt CoralloMerge pull request #2996 from shaavan/issue2882.2
2024-05-31 Matt CoralloMerge pull request #3063 from jirijakes/upgrade-bitcoin-031
2024-05-31 Elias RohrerMerge pull request #2931 from TheBlueMatt/2024-03-log...
2024-05-30 Matt CoralloMerge pull request #3084 from jkczyz/2024-05-onion...
2024-05-30 G8XSUMinimize reads to counterparty_claimable_outpoints
2024-05-30 Matt CoralloLog available liquidity on each channel when starting... 2024-03-log-outbound-channels
2024-05-30 Jiri JakesUpgrade rust-bitcoin to 0.31
2024-05-30 shaavanIntroduce new tests for `ResponseInstruction::WithReply...
2024-05-30 shaavanRefactor TestCustomMessageHandler
2024-05-30 shaavanRefactor: Rename Request & Response to Ping & Pong
2024-05-30 shaavanIntroduce ResponseInstruction::WithReplyPath variant.
2024-05-30 shaavanConvert handle_onion_message_response to a public funct...
2024-05-29 Matt CoralloMerge pull request #3011 from jkczyz/2024-04-compact...
2024-05-28 Valentine WallaceRemove now-unused NetworkUpdate::ChannelUpdateMessage.
next