Abandon payment if retry fails in process_pending_htlcs
[rust-lightning] / lightning / src / ln / outbound_payment.rs
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 Valentine WallaceFix indentation in outbound payment mark_abandoned
2023-02-15 Matt CoralloMerge pull request #2020 from valentinewallace/2023...
2023-02-14 Valentine WallaceFix computing in-flight HTLCs in between retries +...
2023-02-14 Valentine Wallacetest_utils: parameterize TestRouter by TestScorer
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 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 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`
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-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 Valentine WallaceDisambiguate send_payment_internal from pay_internal
2023-01-25 Valentine WallaceTest ChannelManager automatic retries
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 WallaceRemove AllPathsFailed outbounds at send_payment_interna...
2023-01-25 Valentine WallaceGenerate PendingHTLCsForwardable upon retryable payment
2023-01-25 Valentine WallaceDecode onion fail outside of outbound_payments lock
2023-01-25 Valentine WallaceStore retry data in PendingOutboundPayment::Retryable
2023-01-24 Valentine WallaceParameterize add_new_pending_payment with retry strateg...
2023-01-24 Valentine WallaceCopy Retry from invoice module to outbound_payment...
2023-01-23 Valentine WallaceCopy PaymentAttempts from invoice module to outbound_pa...
2023-01-15 Matt CoralloMerge pull request #1950 from tnull/2023-01-fix-doc...
2023-01-14 Matt CoralloMerge pull request #1930 from arik-so/2022-12-remove...
2023-01-14 Elias RohrerFix misc. warnings from `--document-private-items`
2023-01-13 Arik SosmanSplit up generic parameters that used to comprise KeysI...
2023-01-12 Arik SosmanRemove KeysInterface trait.
2023-01-06 valentinewallaceMerge pull request #1927 from jkczyz/2022-12-invoice...
2023-01-03 Matt CoralloMerge pull request #1935 from TheBlueMatt/2022-12-no...
2022-12-21 Matt CoralloMerge pull request #1929 from valentinewallace/2022...
2022-12-21 Valentine Wallaceoutbound_payment: put method signature closing paren...
2022-12-21 Valentine WallaceFix cfg(test) indentation
2022-12-21 Valentine WallaceMake add_new_pending_payment private to module
2022-12-21 valentinewallaceMerge pull request #1928 from valentinewallace/2022...
2022-12-20 Valentine WallaceFix main build
2022-12-20 Matt CoralloMerge pull request #1910 from arik-so/2022-12-keys...
2022-12-20 valentinewallaceMerge pull request #1923 from valentinewallace/2022...
2022-12-20 Valentine WallaceRename send_payment and retry_payment for retries
2022-12-20 Valentine WallaceReduce visibility of outbound payment methods
2022-12-20 Valentine WallaceStart parameters on a newline if they don't fit
2022-12-20 Valentine WallaceRemove unnecessary mut in finalize_claims
2022-12-20 Valentine WallaceSwap pending_outbound_payments for OutboundPayments...
2022-12-19 Valentine WallaceMove PaymentSendFailure into outbound_payment module
2022-12-19 Valentine WallaceMove PendingOutboundPayment to new outbound_payment...