Add some tests of payment metadata being sent and received
[rust-lightning] / lightning / src / ln / outbound_payment.rs
2023-04-19 Matt CoralloAdd some tests of payment metadata being sent and received
2023-04-19 Matt CoralloExpose the `RecipientOnionFields` in `Event::PaymentCla...
2023-04-19 Matt CoralloPipe received `payment_metadata` through the HTLC recei...
2023-04-19 Matt CoralloAdd a `payment_metadata` field to `RecipientOnionFields`
2023-04-07 Jeffrey CzyzMerge pull request #2023 from futurepaul/fallback-to...
2023-04-07 Wilmer PaulinoMerge pull request #2162 from jkczyz/2023-04-invoice...
2023-04-07 Matt CoralloMerge pull request #2148 from TheBlueMatt/2023-04-claim...
2023-04-07 Matt CoralloMerge pull request #2139 from TheBlueMatt/2023-03-metad...
2023-04-06 Matt CoralloMerge pull request #2101 from TheBlueMatt/2023-03-one...
2023-04-05 Matt CoralloPipe the new `RecipientOnionFields` through send pipeline
2023-04-05 Matt CoralloAdd a `RecipientOnionFields` argument to spontaneous...
2023-04-05 Matt CoralloReplace `PaymentSecret` with `RecipientOnionFields...
2023-03-29 Matt CoralloMerge pull request #2059 from wpaulino/broadcast-missin...
2023-03-29 valentinewallaceMerge pull request #2062 from alecchendev/2023-02-allow...
2023-03-28 Alec ChenAllow overshooting `total_msat` for an MPP
2023-03-28 Wilmer PaulinoMerge pull request #2133 from tnull/2023-03-pin-syn
2023-03-28 Matt CoralloMerge pull request #2132 from tnull/2023-03-tx-sync...
2023-03-28 Matt CoralloMerge pull request #2083 from wpaulino/events-module
2023-03-22 Wilmer PaulinoMove events.rs into its own top-level module
2023-03-19 Matt CoralloMerge pull request #2024 from TheBlueMatt/2023-02-6conf...
2023-03-15 Matt CoralloMerge pull request #2094 from johncantrell97/expose-fee
2023-03-14 Matt CoralloMerge pull request #2045 from wpaulino/fix-broken-commi...
2023-03-13 Matt CoralloMerge pull request #2063 from valentinewallace/2023...
2023-03-13 Matt CoralloMerge pull request #2091 from tnull/2023-03-expose...
2023-03-13 Valentine WallaceEnsure payment_params present when checking is_retryabl...
2023-03-13 Valentine WallaceRemove payment_params from send_payent_along_path
2023-03-13 Valentine WallaceRemove PaymentPathFailed::retry
2023-03-09 Matt CoralloMerge pull request #2092 from TheBlueMatt/2023-03-find...
2023-03-09 Matt CoralloFurther simplify the `outbound_payments` failure macro 2023-03-find-route-id
2023-03-09 Matt CoralloCorrect `outbound_payment` route-fetch calls to pass...
2023-03-06 Matt CoralloMerge pull request #2049 from douglaz/run-clippy-fix
2023-03-06 Matt CoralloMerge pull request #2028 from TheBlueMatt/2023-02-macro...
2023-03-04 Matt CoralloMerge pull request #1497 from TheBlueMatt/2022-05-no...
2023-03-04 Matt CoralloMerge pull request #2072 from jkczyz/2023-01-fix-scorin...
2023-03-03 Matt CoralloMerge pull request #2071 from TheBlueMatt/2023-01-fix...
2023-03-03 Matt CoralloMerge pull request #2068 from jkczyz/2023-03-doc-fixes
2023-03-03 Jeffrey CzyzFix build warnings
2023-03-03 Matt CoralloMerge pull request #2067 from benthecarman/fix-typos
2023-03-02 Wilmer PaulinoMerge pull request #2064 from TheBlueMatt/2023-03-debug...
2023-02-28 Wilmer PaulinoMerge pull request #2046 from TheBlueMatt/2023-02-rgs...
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-27 Matt CoralloRemove the `final_cltv_expiry_delta` in `RouteParameter... 2023-02-no-dumb-redundant-fields
2023-02-27 Matt CoralloMerge pull request #2055 from TheBlueMatt/2023-02-fning...
2023-02-27 Matt CoralloFix silent rebase conflict in previous PR
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 WallaceFix PaymentPathFailed generation and scid on initial...
2023-02-25 Valentine WallaceChange PaymentPathFailed's optional network update...
2023-02-25 Valentine WallaceImplement writeable for APIError
2023-02-25 Matt CoralloMerge pull request #1977 from jkczyz/2023-01-offers...
2023-02-24 Valentine WallaceRemove all_paths_failed from PaymentPathFailed
2023-02-24 Matt CoralloRemove genesis block hash from public API
2023-02-23 Valentine WallaceAdd missing import path in ser macro
2023-02-23 Matt CoralloMerge pull request #2014 from valentinewallace/2023...
2023-02-23 Valentine WallaceClarify Retry::Timeout vs PaymentParams::expiry_time...
2023-02-23 Valentine WallaceFix outdated PendingOutboundPayment::Abandoned docs
2023-02-23 Valentine WallaceOn initial send retries, avoid previously failed scids
2023-02-23 Valentine WallaceIn-line retry_with_route method
2023-02-23 Valentine WallaceRework auto retry send errors
2023-02-22 Matt CoralloMerge pull request #1897 from TheBlueMatt/2022-11-monit...
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-19 Valentine WallacePass pending_events into pay_internal
2023-02-19 Valentine WallacePass payment hash 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 WallaceOn retryable update_fail, don't queue redundant Pending...
2023-02-17 Valentine WallaceCheck for abandon-able payments on startup
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 CoralloMerge pull request #2037 from valentinewallace/2023...
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-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...
next