Merge pull request #2006 from TheBlueMatt/2023-02-no-recursive-read-locks
[rust-lightning] / lightning / src / ln / channelmanager.rs
2023-02-28 Wilmer PaulinoMerge pull request #2006 from TheBlueMatt/2023-02-no... v0.0.114-beta
2023-02-28 Matt CoralloMerge pull request #2015 from TheBlueMatt/2023-02-no...
2023-02-28 Matt CoralloMake sure individual mutexes are constructed on differe... 2023-02-no-recursive-read-locks
2023-02-28 Matt CoralloDisallow taking two instances of the same mutex at...
2023-02-28 Matt CoralloDon't `per_peer_state` read locks recursively in monito...
2023-02-28 Matt CoralloExpect callers to hold read locks before `channel_monit...
2023-02-28 Matt CoralloHold the `total_consistency_lock` while in `outbound_pa...
2023-02-27 Matt CoralloRemove the `final_cltv_expiry_delta` in `RouteParameter... 2023-02-no-dumb-redundant-fields
2023-02-27 Matt CoralloRequire a non-0 number of non-empty paths when deserial...
2023-02-27 Matt CoralloMerge pull request #2043 from valentinewallace/2023...
2023-02-27 Matt CoralloMerge pull request #2033 from tnull/2023-02-make-esplor...
2023-02-27 Matt CoralloMerge pull request #2025 from TheBlueMatt/2023-02-no...
2023-02-25 Valentine WallaceImplement writeable for APIError
2023-02-25 Matt CoralloMerge pull request #1977 from jkczyz/2023-01-offers...
2023-02-25 Valentine WallaceRename OptionDeserWrapper->RequiredWrapper
2023-02-24 Valentine WallaceDisambiguate ignorable and ignorable_option
2023-02-24 Matt CoralloRename `BestBlock::from_genesis` to `from_network`... 2023-02-no-pub-genesis-hashes
2023-02-24 Matt CoralloRemove genesis block hash from public API
2023-02-23 Matt CoralloMerge pull request #2014 from valentinewallace/2023...
2023-02-23 Valentine WallaceRework auto retry send errors
2023-02-23 Valentine WallaceFix InvalidRoute error to be ChannelUnavailable
2023-02-22 Matt CoralloMerge pull request #1897 from TheBlueMatt/2022-11-monit...
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-19 Valentine WallacePass pending_events into pay_internal
2023-02-19 Matt CoralloMerge pull request #2026 from valentinewallace/2023...
2023-02-17 Valentine WallaceDeduplicate PendingHTLCsForwardable events when queueing
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 CoralloTrack actions to execute after a `ChannelMonitor` is...
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 CoralloTest if a given mutex is locked by the current thread...
2023-02-16 Matt CoralloMerge pull request #2008 from valentinewallace/2023...
2023-02-15 Valentine WallaceRemove retry_payments method
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 Matt CoralloMerge pull request #2020 from valentinewallace/2023...
2023-02-14 Matt CoralloMerge pull request #2029 from wpaulino/update-pgp-key
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ömRemove redundant hashmap lookups
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 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-08 Matt CoralloAdd the ability to broadcast gossip msgs via the event...
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-06 Valentine WallaceExpand ChannelManager::send_spontaneous_payment_with_re...
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 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 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 CoralloUse the `PaymentParameter` final CLTV delta over `Route...
2023-02-01 Matt CoralloMerge pull request #1976 from tnull/2023-01-expose...
2023-02-01 Matt CoralloMove the final CLTV delta to `PaymentParameters` from...
2023-02-01 Matt CoralloMerge pull request #1998 from tnull/2023-01-no-none...
2023-01-31 Elias RohrerReturn only `Some(block_hash)` in CM rel. txids
2023-01-31 Valentine WallaceExpose Retry enum from channelmanager module
2023-01-31 Matt CoralloMerge pull request #1961 from TheBlueMatt/2023-01-expos...
2023-01-30 Matt CoralloMerge pull request #1972 from jkczyz/2023-01-bolt12...
2023-01-26 Matt CoralloMerge pull request #1986 from TheBlueMatt/2023-01-monit...
2023-01-26 Matt CoralloMerge pull request #1984 from TheBlueMatt/2023-01-test...
2023-01-26 valentinewallaceMerge pull request #1916 from valentinewallace/2022...
2023-01-25 Matt CoralloMerge pull request #1948 from alecchendev/custom-fail...
2023-01-25 Matt CoralloMerge pull request #1799 from TheBlueMatt/2022-10-heap...
2023-01-25 Alec ChenAdd FailureCode enum and ChannelManager::fail_htlc_back...
2023-01-25 Valentine WallaceSupport sending payments with a retry strategy in Chann...
next