66 Commits (443643e0b0f48ff1ec1a80d0bc7424d296c8a1aa)

Author SHA1 Message Date
Christian Decker 443643e0b0 retrymod: Reset retry counter if parent is a split 4 years ago
Christian Decker d0eb3a79eb paymod: Not having a result doesn't mean we failed at getroute 4 years ago
Christian Decker 3f399d15cb paymod: Don't assume that the first payment was executed at all 4 years ago
Christian Decker c97ff05ffb mpp: Add the presplit-modifier that splits a root payment first 4 years ago
Christian Decker 7f53ade64b paymod: Allow callers to opt out of shadow routing amount fuzzing 4 years ago
Rusty Russell 899ec2b3d4 JSON API: fix up two existing warnings to be conformant. 4 years ago
Christian Decker 65963bc003 exemptfee: Only apply to the root payment and fix logs 4 years ago
Christian Decker 9be4d552fa paymod: Add a bit more information to the `pay` response 4 years ago
Christian Decker 6f40cb0202 paymod: Inherit exemptfee modifier data on retry 4 years ago
Christian Decker b88a55b2a4 paymod: Only wait on blockheight if we need to 4 years ago
Christian Decker f20091fc72 pay: Do not duplicate "message" field in response to `pay` 4 years ago
Christian Decker 411b760985 paymod: Reset the step if we're waiting for a block 4 years ago
Christian Decker 02e44e9903 paymod: Set the STOPPED_RETRYING status code if we stopped retrying 4 years ago
Christian Decker 5776a33116 paymod: Activate paymod and move legacy pay to `legacypay` command 4 years ago
Christian Decker 514c4044c8 tlv: Allow passing a raw pointer and a length to tlvstream_set_raw 4 years ago
Christian Decker af4955c28e paymod: Fix waitsendpay error parsing for unknown failure codes 4 years ago
Christian Decker 5daa5bd61e paymod: Fix the onion payload construction 4 years ago
Christian Decker da8eb6fb4c paymod: Expose riskfactor and wire through to getroute 4 years ago
Christian Decker d8b8a0b31e paymod: Add label to sendonion calls 4 years ago
Christian Decker 2649de54f2 paymod: Do not wait for a blockheight if we're already there 4 years ago
Christian Decker 5601a1ab21 paymod: Add a deadline to the pay command and retry modifier 4 years ago
Christian Decker f557955515 paymod: Consolidate parsing RPC results in libplugin 4 years ago
Christian Decker 4b3e849ce9 paymod: Add function to set the current step 4 years ago
Christian Decker 4aed45e98d paymod: Add attempts array to `pay` return value 4 years ago
Christian Decker 030633bb28 paymod: Add a human readable failreason to payments 4 years ago
Christian Decker 2ef130e427 paymod: Apply and unapply routes to the channel hints 4 years ago
Christian Decker 2331cd62e1 paymod: Add user-provided label back into the paystatus result 4 years ago
Christian Decker 215a0ada8b paymod: Update the route constraints as we apply routes and mods 4 years ago
Christian Decker 935578e567 paymod: Exclude most expensive/slowest chan if limits are exceeded 4 years ago
Christian Decker 4648d2867f paymod: Compute fee and CLTV delta limits for a payment 4 years ago
Christian Decker e71bdf9ed8 paymod: Wrap the getroute request in a struct 4 years ago
Christian Decker 097cb8d3a0 paymod: Exclude nodes that we found to be faulty 4 years ago
Christian Decker 2f0e535b81 paymod: Add reason why a payment was attempted 4 years ago
Christian Decker 3a35dd34ac paymod: Add the contents of paystatus 4 years ago
Christian Decker 2e88249a7b paymod: Make the transition to FAILED a function call 4 years ago
ZmnSCPxj jxPCSnmZ 4a89819cdd plugins/Makefile: Change plugins build procedure. 4 years ago
Christian Decker 7981f4c4d9 paymod: Extract the channel hints update into its own function 4 years ago
Christian Decker ddb0424a4d paymod: Remove the dummy payment modifier 4 years ago
Christian Decker fc714bf2df paymod: Fill in the `pay` return value 4 years ago
Christian Decker 9aff885828 paymod Collect the final failure when aggregating the tree results 4 years ago
Christian Decker 7a266b8239 paymod: Make payment_tree_result public to users can query state 4 years ago
Christian Decker 895542c6f1 paymod: Simplify retry mod logic and add abort logic 4 years ago
Christian Decker 73fc10e25f paymod: Parse error from waitsendpay and exclude failed chans 4 years ago
Christian Decker 0b85b983ac paymod: Teach the retry_mod not to insist when it's futile 4 years ago
Christian Decker 10f231bcb5 paymod: Include excludes resulting from channel_hints for getrotue 4 years ago
Christian Decker 5e3134083e paymod: Add a local_channel_hints modifier to collect local channels 4 years ago
Christian Decker b1e9f4923b paymod: Add the final cltv delta to the getroute call 4 years ago
Christian Decker 6af5ab9504 paymod: Move onion payload construction into its own function 4 years ago
Christian Decker b15876c112 paymod: Implement TLV onion payload generation 4 years ago
Christian Decker 958eb41cbb paymod: Do not pass cmd to sub-payments, plugin suffices 4 years ago