rust-lightning
2023-02-22 Matt CoralloDon't generate a `ChannelMonitorUpdate` for closed... 2022-11-monitor-updates-always-async
2023-02-22 Matt CoralloUse the new monitor persistence flow for `funding_creat...
2023-02-22 Matt CoralloUse new monitor persistence flow in funding_signed...
2023-02-22 Matt CoralloAlways process `ChannelMonitorUpdate`s asynchronously
2023-02-22 Matt CoralloMove TODO from `handle_monitor_update_res` into `Channel`
2023-02-22 Matt CoralloHandle `MonitorUpdateCompletionAction`s after monitor...
2023-02-17 Matt CoralloAdd a new monitor update result handling macro
2023-02-17 Matt CoralloAdd storage for `ChannelMonitorUpdate`s in `Channel`s
2023-02-17 Matt CoralloTrack actions to execute after a `ChannelMonitor` is...
2023-02-17 Matt CoralloAdd an infallible no-sign version of send_commitment_no...
2023-02-17 Matt CoralloFix the err msg provided when a send fails due to peer...
2023-02-16 Matt CoralloMerge pull request #2009 from TheBlueMatt/2023-02-no...
2023-02-16 Matt CoralloFix (and test) threaded payment retries 2023-02-no-racey-retries
2023-02-16 Matt CoralloAlways check `next_route` in `TestRouter` is fully...
2023-02-16 Matt CoralloTest if a given mutex is locked by the current thread...
2023-02-16 Matt CoralloMerge pull request #2037 from valentinewallace/2023...
2023-02-16 Matt CoralloMerge pull request #1921 from arik-so/2022-12-prohibit...
2023-02-16 Arik SosmanThrow error for RGS data that's more than two weeks...
2023-02-16 Valentine WallaceRemove pending probes on update_fail
2023-02-16 Matt CoralloMerge pull request #2008 from valentinewallace/2023...
2023-02-15 Valentine WallaceReword and fix grammar in PartialFailure docs
2023-02-15 Valentine WallaceRemove retry_payments method
2023-02-15 Valentine WallaceWhen processing pending htlcs, abandon outbounds that...
2023-02-15 Valentine WallaceAbandon payment on behalf of the user on payment path...
2023-02-15 Valentine WallaceAbandon payment if retry fails in process_pending_htlcs
2023-02-15 Matt CoralloMerge pull request #1832 from jkczyz/2022-11-composite...
2023-02-15 Valentine WallacePass pending events to outbound_payments::abandon_payment
2023-02-15 Valentine WallaceFix indentation in outbound payment mark_abandoned
2023-02-15 Matt CoralloMerge pull request #2020 from valentinewallace/2023...
2023-02-15 Jeffrey CzyzAdd CI testing for lightning-custom-message crate
2023-02-15 Jeffrey CzyzRe-write CustomMessageHandler documentation
2023-02-15 Jeffrey CzyzFix compilation errors in some doc tests
2023-02-15 Jeffrey CzyzMacro for composing custom message handlers
2023-02-14 Matt CoralloMove `fairrwlock` to the `sync` module
2023-02-14 Matt CoralloMerge pull request #2029 from wpaulino/update-pgp-key
2023-02-14 Valentine WallaceRemove unnecessary scoring methods from Router trait
2023-02-14 Valentine WallaceFix computing in-flight HTLCs in between retries +...
2023-02-14 Valentine Wallacetest_utils: parameterize TestRouter by TestScorer
2023-02-14 Matt CoralloMerge pull request #1966 from ViktorTigerstrom/2023...
2023-02-14 Viktor TigerströmDon't serialize nodes which we have no channels to
2023-02-14 Viktor TigerströmInitialize `list_channels_with_filter` result vec with...
2023-02-14 Viktor TigerströmUpdate unknown peer passed to msg and api functions...
2023-02-14 Viktor TigerströmAlways remove disconnected peers with no channels
2023-02-14 Viktor TigerströmUpdate `ChannelManager` docs
2023-02-14 Viktor TigerströmCheck `peer_state` existence more idiomatically
2023-02-14 Viktor TigerströmRemove redundant Vec in `get_and_clear_pending_msg_events`
2023-02-14 Viktor TigerströmDon't clone the Vec in `remove_first_msg_event_to_node`
2023-02-14 Viktor TigerströmRemove redundant hashmap lookups
2023-02-12 Wilmer PaulinoUpdate Wilmer Paulino's PGP key
2023-02-11 wpaulinoMerge pull request #1980 from TheBlueMatt/2023-01-async...
2023-02-10 Matt CoralloMerge pull request #2019 from tnull/2023-02-expose...
2023-02-10 Matt CoralloMerge pull request #2027 from danielgranhao/fix-create...
2023-02-10 Elias RohrerTest `get_peer_nodeids` returns peer addresses
2023-02-10 Elias RohrerExpose peer addresses via `get_peer_node_ids`
2023-02-10 Daniel GranhãoFix out-of-date `create_inbound_payment()` docs
2023-02-10 Matt CoralloMerge pull request #1870 from tnull/2022-11-add-transac...
2023-02-09 Elias RohrerBuild and test transaction sync crate in CI
2023-02-09 Elias RohrerTest syncing against Esplora backend
2023-02-09 Elias RohrerAdd transaction sync crate
2023-02-09 Matt CoralloMove the channel_announcement process log into `Network... 2023-01-async-utxo-lookups
2023-02-09 Matt CoralloAdd tests for the new async gossip checking internal...
2023-02-09 Matt CoralloSupport async results in `TestChainSource`, count ...
2023-02-09 Matt CoralloSuggest a socket read buffer of 4KiB to limit message...
2023-02-09 Matt CoralloDon't apply gossip backpressure to non-channel-announci...
2023-02-09 Matt CoralloApply backpressure when we have too many gossip checks...
2023-02-09 Matt CoralloAllow `RoutingMessageHandler` to signal backpressure
2023-02-09 Matt CoralloForward gossip messages which were verified asynchronously
2023-02-08 Matt CoralloAdd the ability to broadcast gossip msgs via the event...
2023-02-08 Matt CoralloProcess `channel_update`/`node_announcement` async...
2023-02-08 Matt CoralloTrack in-flight `channel_announcement` lookups and...
2023-02-08 Matt CoralloAdd an async resolution option to `ChainAccess::get_utxo`
2023-02-08 Matt CoralloClean up `check_channel_announcement` style
2023-02-08 Matt CoralloMove logic to check a `ChannelAnnouncement` to `gossip_...
2023-02-08 Matt CoralloUpdate the `gossip` and `router` module docs which...
2023-02-08 Matt CoralloMove `chain::Access` to `routing` and rename it `UtxoLo...
2023-02-08 Matt CoralloMerge pull request #2022 from alecchendev/2023-02-cache...
2023-02-08 Alec ChenCache `NodeId` by converting `their_node_id` to tuple
2023-02-07 Matt CoralloMerge pull request #2016 from alecchendev/2023-02-gossi...
2023-02-07 Matt CoralloMerge pull request #2007 from valentinewallace/2023...
2023-02-07 Alec ChenSwap `PublicKey` for `NodeId` in `UnsignedNodeAnnouncement`
2023-02-07 Alec ChenSwap `PublicKey` for `NodeId` in `UnsignedChannelAnnoun...
2023-02-06 Valentine WallaceExpand ChannelManager::send_spontaneous_payment_with_re...
2023-02-06 Valentine WallaceRemove InvoicePayer and replace with util methods
2023-02-04 Viktor TigerströmDon't pass `per_peer_state` to `claim_funds_from_hop`
2023-02-04 Matt CoralloTrack if a peer is connected or not in `ChannelManager`
2023-02-03 Matt CoralloMerge pull request #1873 from jurvis/jurvis/2022-11...
2023-02-03 valentinewallaceMerge pull request #2002 from valentinewallace/2023...
2023-02-03 Matt CoralloMerge pull request #1996 from valentinewallace/2023...
2023-02-03 jurvisExpose pending payments through ChannelManager
2023-02-03 Valentine WallaceScore payment paths in BackgroundProcessor
2023-02-03 Valentine WallaceUse TestScorer in BackgroundProcessor testing
2023-02-03 Valentine WallaceSpontaneous payments: make preimage construction more...
2023-02-03 Valentine WallaceSupport spontaneous payment retries in ChannelManager
2023-02-03 Valentine WallaceStore keysend preimage in outbound payments
2023-02-02 Matt CoralloMerge pull request #1994 from TheBlueMatt/2023-01-1916...
2023-02-01 Matt CoralloReduce the code in the commitment_signed_dance macro 2023-01-1916-followups
2023-02-01 Matt CoralloUse only the failed amount when retrying payments,...
2023-02-01 Matt CoralloMove retry-limiting to `retry_payment_with_route`
2023-02-01 Matt CoralloLog more information when retrying a payment attempt...
2023-02-01 Matt CoralloTest the `RouteParameters` passed to `TestRouter`
next