283 Commits (92a4f39d414cd3dee7f020bcf878f230d6ebd912)

Author SHA1 Message Date
Rusty Russell 92a4f39d41 pay: handle returned errors more gracefully. 5 years ago
Rusty Russell e3918698fa pay: fix problematic sharing of shadow route data. 5 years ago
Christian Decker 4af4000707 paymod: Fix the adaptive splitter partitioning 5 years ago
Christian Decker b99db9e979 paymod: Do not duplicate partids 5 years ago
Christian Decker a94ad3fc05 paymod: Consolidate step selection and changes in presplit modifier 5 years ago
Christian Decker 546c3a84a6 paymod: Add a log entry whenever we add a channel hint 5 years ago
Christian Decker 68e23f4232 paymod: Rewrite the shadow-route constraint enforcement 5 years ago
Christian Decker 24e9a164f9 paymod: Add invariant verification for constraints on shadowroute 5 years ago
Christian Decker 33d60c1750 paymod: Add a comment about how we derive errors from erring_index 5 years ago
Christian Decker acc6ad64aa paymod: Count all attempts, not just the ones with a result 5 years ago
Christian Decker c984376a15 plugin: Always set an end_time for payments in a final state 5 years ago
Christian Decker 65ca634528 plugin: Fix misspelled COMPAT_V090 compile guards 5 years ago
Christian Decker 2146a548bd plugin: Do not return multiple times from `pay` 5 years ago
Christian Decker 958244367c plugin: Do not get upset if it can't parse waitsendpay result 5 years ago
Christian Decker 3b54847ae4 paymod: Do not assume that parsing the waitsendpay result succeeds 5 years ago
Christian Decker a3610d66ac retrymod: Make retry modifier slightly more verbose 5 years ago
Christian Decker 041ee930a4 mpp: Consider an abort as the payment being finished 5 years ago
Christian Decker 718b6e3398 mpp: Detect if destination supports MPP from invoice and abort early 5 years ago
Christian Decker de75d3ac0c mpp: Add CLI option to opt-out of multi-part payments 5 years ago
Christian Decker a287bbe55d mpp: Enable adaptive splitter 5 years ago
Christian Decker 535aaca109 paymod: Implement adaptive splitter 5 years ago
Christian Decker 443643e0b0 retrymod: Reset retry counter if parent is a split 5 years ago
Christian Decker d0eb3a79eb paymod: Not having a result doesn't mean we failed at getroute 5 years ago
Christian Decker b813974e13 mpp: Add the presplit MPP modifier 5 years ago
Christian Decker 3f399d15cb paymod: Don't assume that the first payment was executed at all 5 years ago
Christian Decker c97ff05ffb mpp: Add the presplit-modifier that splits a root payment first 5 years ago
Christian Decker 7f53ade64b paymod: Allow callers to opt out of shadow routing amount fuzzing 5 years ago
Rusty Russell 899ec2b3d4 JSON API: fix up two existing warnings to be conformant. 5 years ago
Christian Decker 65963bc003 exemptfee: Only apply to the root payment and fix logs 5 years ago
Christian Decker 9be4d552fa paymod: Add a bit more information to the `pay` response 5 years ago
Christian Decker 6f40cb0202 paymod: Inherit exemptfee modifier data on retry 5 years ago
Christian Decker b88a55b2a4 paymod: Only wait on blockheight if we need to 5 years ago
Christian Decker f20091fc72 pay: Do not duplicate "message" field in response to `pay` 5 years ago
Christian Decker 411b760985 paymod: Reset the step if we're waiting for a block 5 years ago
Christian Decker 02e44e9903 paymod: Set the STOPPED_RETRYING status code if we stopped retrying 5 years ago
Christian Decker 5776a33116 paymod: Activate paymod and move legacy pay to `legacypay` command 5 years ago
Christian Decker 514c4044c8 tlv: Allow passing a raw pointer and a length to tlvstream_set_raw 5 years ago
Christian Decker 7978a13cae doc: Add a man-page for the new keysend command 5 years ago
Christian Decker 01a475161d paymod: Implement keysend sending support as a native RPC command 5 years ago
Rusty Russell a9427f1a8d bitcoin/feerate: new exposure for feerate parsing outside lightningd. 5 years ago
Christian Decker af4955c28e paymod: Fix waitsendpay error parsing for unknown failure codes 5 years ago
Christian Decker 5daa5bd61e paymod: Fix the onion payload construction 5 years ago
Christian Decker 0aa5c197ec pytest: Fix tests broken by the pay and paystatus changes 5 years ago
Christian Decker 2ac87c1490 paymod: Reorder paymod arguments to match pay 5 years ago
Christian Decker da8eb6fb4c paymod: Expose riskfactor and wire through to getroute 5 years ago
Christian Decker d8b8a0b31e paymod: Add label to sendonion calls 5 years ago
Christian Decker 2649de54f2 paymod: Do not wait for a blockheight if we're already there 5 years ago
Christian Decker 5601a1ab21 paymod: Add a deadline to the pay command and retry modifier 5 years ago
Christian Decker f557955515 paymod: Consolidate parsing RPC results in libplugin 5 years ago
Christian Decker 4b3e849ce9 paymod: Add function to set the current step 5 years ago