rust-lightning
2023-02-25 Matt CoralloSome additional logging in `ChannelMonitor` update... 2023-02-better-chain-monitor-logging
2023-02-22 Matt CoralloMerge pull request #1897 from TheBlueMatt/2022-11-monit...
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-22 Matt CoralloMerge pull request #1988 from TheBlueMatt/2023-01-limit...
2023-02-21 Matt CoralloLimit the number of pending un-funded inbound channel 2023-01-limited-chans
2023-02-21 Matt CoralloAdd an `inbound` flag to the `peer_connected` message...
2023-02-21 Matt CoralloMerge pull request #2035 from TheBlueMatt/2023-02-fix...
2023-02-21 Matt CoralloMerge pull request #2040 from alecchendev/2023-02-index...
2023-02-21 Matt CoralloRemove the `peer_disconnected` `no_connection_possible... 2023-02-fix-no-con-discon
2023-02-21 Matt CoralloAdd a further debug_assert that disconnecting peers...
2023-02-21 Matt CoralloCorrect `funding_transaction_generated` err msg and...
2023-02-21 Matt CoralloCorrect the "is peer live" checks in `PeerManager`
2023-02-21 Matt CoralloAdd test of an initial message other than `Init`
2023-02-21 Matt CoralloFix (and DRY) the conditionals before calling `peer_dis...
2023-02-20 Alec ChenReplace `BTreeSet` in `IndexedMap` with sorted `Vec`
2023-02-19 Matt CoralloMerge pull request #2026 from valentinewallace/2023...
2023-02-17 Valentine WallaceDeduplicate PendingHTLCsForwardable events when queueing
2023-02-17 Valentine WallaceOn retryable update_fail, don't queue redundant Pending...
2023-02-17 Valentine WallaceCheck for abandon-able payments on startup
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...
next