Add blinded path {metadata} fields to Path, but disallow paying blinded paths for now
[rust-lightning] / lightning / src / ln / payment_tests.rs
2023-04-21 Valentine WallaceAdd blinded path {metadata} fields to Path, but disallo...
2023-04-21 Valentine WallaceReplace Vec<RouteHop> with new Path struct
2023-04-20 Matt CoralloMerge pull request #1989 from jkczyz/2023-01-stateless...
2023-04-20 Matt CoralloMerge pull request #2203 from wpaulino/retry-untractabl...
2023-04-19 Wilmer PaulinoUse existing height timer to retry untractable packages
2023-04-19 Matt CoralloMerge pull request #2127 from TheBlueMatt/2023-03-payme...
2023-04-19 Matt CoralloAdd some tests of payment metadata being sent and received
2023-04-14 Matt CoralloMerge pull request #2172 from TheBlueMatt/2023-04-fix...
2023-04-11 valentinewallaceMerge pull request #2142 from alecchendev/2023-03-expos...
2023-04-10 Alec ChenAdd reason to `Event::PaymentFailed`
2023-04-08 ArikMerge pull request #2161 from benthecarman/prune-stale...
2023-04-07 valentinewallaceMerge pull request #2158 from TheBlueMatt/2023-04-handl...
2023-04-07 Jeffrey CzyzMerge pull request #2023 from futurepaul/fallback-to...
2023-04-07 Matt CoralloMerge pull request #2170 from TheBlueMatt/2023-04-silen...
2023-04-07 Wilmer PaulinoMerge pull request #2162 from jkczyz/2023-04-invoice...
2023-04-07 Matt CoralloFix silent merge conflict between new test and payment... 2023-04-silent-merge-conflict
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 CoralloAdd a `claim_deadline` field to `PaymentClaimable`... 2023-04-claim-from-closed
2023-04-06 Matt CoralloMerge pull request #2101 from TheBlueMatt/2023-03-one...
2023-04-05 Matt CoralloAdd a `RecipientOnionFields` argument to spontaneous...
2023-04-05 Matt CoralloReplace `PaymentSecret` with `RecipientOnionFields...
2023-04-04 Matt CoralloAllow claiming a payment if a channel with an HTLC...
2023-03-30 Matt CoralloMerge pull request #2136 from marctyndel/2023-03-paymen...
2023-03-29 Matt CoralloMerge pull request #2059 from wpaulino/broadcast-missin...
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-27 Matt CoralloMerge pull request #2110 from munjesi/docs_fixes
2023-03-22 Wilmer PaulinoMove events.rs into its own top-level module
2023-03-22 Jeffrey CzyzMerge pull request #2114 from Evanfeenstra/force_close_...
2023-03-22 Evan FeenstraSanitizedString struct to safely Display CounterpartyFo...
2023-03-21 Wilmer PaulinoQueue BackgroundEvent to force close channels upon...
2023-03-19 Matt CoralloMerge pull request #2024 from TheBlueMatt/2023-02-6conf...
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 Matt CoralloMerge pull request #2069 from TheBlueMatt/2023-03-no...
2023-03-03 Matt CoralloMerge pull request #2067 from benthecarman/fix-typos
2023-03-03 Matt CoralloMerge pull request #2066 from TheBlueMatt/2023-02-no...
2023-03-03 Matt CoralloMerge pull request #2048 from TheBlueMatt/2023-02-send...
2023-03-03 Matt CoralloTrack claimed outbound HTLCs in ChannelMonitors
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-28 Matt CoralloRefuse recursive read locks in lockorder testing
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 #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 WallaceChange PaymentPathFailed's optional network update...
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-23 Matt CoralloMerge pull request #2014 from valentinewallace/2023...
2023-02-23 Valentine WallaceOn initial send retries, avoid previously failed scids
2023-02-23 Valentine WallaceRework auto retry send errors
2023-02-22 Matt CoralloMerge pull request #1897 from TheBlueMatt/2022-11-monit...
2023-02-22 Matt CoralloMerge pull request #1988 from TheBlueMatt/2023-01-limit...
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-19 Matt CoralloMerge pull request #2026 from valentinewallace/2023...
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 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 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 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 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 clone the Vec in `remove_first_msg_event_to_node`
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 WallaceSupport spontaneous payment retries in ChannelManager
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 CoralloTest the `RouteParameters` passed to `TestRouter`
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...
next