Remove retry_payments method
[rust-lightning] / lightning / src / ln / channelmanager.rs
2023-02-15 Valentine WallaceRemove retry_payments method
2023-02-15 Valentine WallaceAbandon payment if retry fails in process_pending_htlcs
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...
2023-01-25 Valentine WallaceRetry HTLCs in process_pending_htlc_forwards
2023-01-25 Valentine WallaceGenerate PendingHTLCsForwardable upon retryable payment
2023-01-25 Valentine WallaceStore retry data in PendingOutboundPayment::Retryable
2023-01-25 Matt CoralloMerge pull request #1983 from valentinewallace/2022...
2023-01-24 Matt CoralloMerge pull request #1878 from dunxen/2022-11-config...
2023-01-24 ArikMerge pull request #1967 from arik-so/2023-01-rename...
2023-01-24 Valentine WallaceParameterize add_new_pending_payment with retry strateg...
2023-01-24 Duncan DeanAdd new payment type and metadata bytes
2023-01-24 Duncan DeanAdd `min_final_cltv_expiry` parameter to invoice utils
2023-01-24 Duncan DeanAdd `_delta` suffix to `min_final_cltv_expiry`
2023-01-23 Arik SosmanMake `Channel` and `ChannelManager` less particular...
2023-01-23 Arik SosmanRename `Sign` to `WriteableEcdsaChannelSigner`.
2023-01-23 Matt CoralloMerge pull request #1926 from jkczyz/2022-12-invoice
2023-01-19 Matt CoralloMerge pull request #1951 from wpaulino/remove-get-node...
2023-01-19 ArikMerge pull request #1964 from TheBlueMatt/2023-01-no...
2023-01-19 Wilmer PaulinoRemove NodeSigner::get_node_secret
2023-01-19 Wilmer PaulinoUse NodeSigner::ecdh to compute SharedSecrets
2023-01-19 Wilmer PaulinoSign gossip messages with NodeSigner
2023-01-19 Matt CoralloMerge pull request #1860 from wpaulino/open-channel...
2023-01-18 Wilmer PaulinoSupport negotiating anchors throughout channel open
2023-01-18 Matt CoralloMerge pull request #1956 from TheBlueMatt/2023-01-ser...
2023-01-18 Jeffrey CzyzMerge pull request #1968 from lexe-tech/max/net-tokio...
2023-01-17 Matt CoralloMerge pull request #1962 from TheBlueMatt/2023-01-bp...
2023-01-17 Matt CoralloUse `test`/`_test_utils` to enable single-threaded... 2023-01-no-debug-panics
2023-01-17 Matt CoralloMerge pull request #1960 from tnull/2023-01-deref-route...
2023-01-17 Matt CoralloMerge pull request #1957 from TheBlueMatt/2022-01-mon...
2023-01-17 Matt CoralloMerge pull request #1955 from TheBlueMatt/2023-01-1950...
2023-01-17 Matt CoralloMerge pull request #1959 from danielgranhao/stop-passin...
2023-01-17 Matt CoralloMerge pull request #1939 from TheBlueMatt/2022-01-fuzz...
2023-01-16 Daniel GranhãoStop passing `InitFeatures` in msg handlers
2023-01-15 Matt CoralloSwap per_peer_state lock order 2022-01-mon-ref-lockorder
2023-01-15 Matt CoralloPass monitor updates by reference, not owned
2023-01-15 Matt CoralloUse `ChannelUnavailable` for a peer disconnecting not... 2022-01-fuzz-hashbrown
2023-01-15 Matt CoralloDo not rely on auto-deref'ing when aaccessing a `Hash...
2023-01-15 Matt CoralloMerge pull request #1950 from tnull/2023-01-fix-doc...
2023-01-15 Matt CoralloMerge pull request #1946 from wpaulino/init-features...
2023-01-14 Wilmer PaulinoUse UserConfig to determine advertised InitFeatures...
2023-01-14 Matt CoralloMerge pull request #1930 from arik-so/2022-12-remove...
2023-01-13 Arik SosmanSplit up generic parameters that used to comprise KeysI...
2023-01-12 Arik SosmanRemove KeysInterface trait.
2023-01-11 Matt CoralloMerge pull request #1823 from mariocynicys/expose-tlv...
2023-01-10 Matt CoralloMerge pull request #1507 from ViktorTigerstrom/2022...
2023-01-09 Viktor TigerströmRemove the `ChannelManager::channel_state`
2023-01-09 Viktor TigerströmStore `pending_msg_events` per peer
2023-01-09 Viktor TigerströmAvoid unnecessary looping over all peers' channels
2023-01-09 Viktor TigerströmUpdate `id_to_peer` docs with consistency guarantees...
2023-01-09 Viktor TigerströmRemove one tab level when accessing a `peer_state`
next