394 Commits (ce0888d7d6756d8ccb862e43d918fa3128e4f0dc)

Author SHA1 Message Date
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
Christian Decker 4aed45e98d paymod: Add attempts array to `pay` return value 5 years ago
Christian Decker 030633bb28 paymod: Add a human readable failreason to payments 5 years ago
Christian Decker 2ef130e427 paymod: Apply and unapply routes to the channel hints 5 years ago
Christian Decker cb00cbac7c paymod: Add support for the msatoshi override argument 5 years ago
Christian Decker 2331cd62e1 paymod: Add user-provided label back into the paystatus result 5 years ago
Christian Decker 215a0ada8b paymod: Update the route constraints as we apply routes and mods 5 years ago
Christian Decker 935578e567 paymod: Exclude most expensive/slowest chan if limits are exceeded 5 years ago
Christian Decker 4648d2867f paymod: Compute fee and CLTV delta limits for a payment 5 years ago
Christian Decker e71bdf9ed8 paymod: Wrap the getroute request in a struct 5 years ago
Christian Decker 1b057f025c paymod: Let the payment know the local ID 5 years ago
Christian Decker 097cb8d3a0 paymod: Exclude nodes that we found to be faulty 5 years ago
Christian Decker 2f0e535b81 paymod: Add reason why a payment was attempted 5 years ago
Christian Decker 3a35dd34ac paymod: Add the contents of paystatus 5 years ago
Christian Decker 2e88249a7b paymod: Make the transition to FAILED a function call 5 years ago
ZmnSCPxj jxPCSnmZ 4a89819cdd plugins/Makefile: Change plugins build procedure. 5 years ago
Christian Decker 7981f4c4d9 paymod: Extract the channel hints update into its own function 5 years ago
Christian Decker ddb0424a4d paymod: Remove the dummy payment modifier 5 years ago
Christian Decker fc714bf2df paymod: Fill in the `pay` return value 5 years ago
Christian Decker 9aff885828 paymod Collect the final failure when aggregating the tree results 5 years ago
Christian Decker 2acb86bfe3 paymod: Consider new payments when checking if an attempt is ongoing 5 years ago
Christian Decker 7a266b8239 paymod: Make payment_tree_result public to users can query state 5 years ago
Christian Decker fbd8cf1495 paymod: Keep a copy of the serialized bolt11 in the root payment 5 years ago
Christian Decker 895542c6f1 paymod: Simplify retry mod logic and add abort logic 5 years ago
Christian Decker 73fc10e25f paymod: Parse error from waitsendpay and exclude failed chans 5 years ago
Christian Decker 9d7a48d0f4 pay: Key the MPP payments based on the payment_hash not the bolt11 5 years ago
Christian Decker 0b85b983ac paymod: Teach the retry_mod not to insist when it's futile 5 years ago
Christian Decker 10f231bcb5 paymod: Include excludes resulting from channel_hints for getrotue 5 years ago
Christian Decker 5e3134083e paymod: Add a local_channel_hints modifier to collect local channels 5 years ago
Christian Decker b1e9f4923b paymod: Add the final cltv delta to the getroute call 5 years ago
Christian Decker 6fbfe24e3e paymod: Add a COMPAT_090 flag 5 years ago
niftynei 2ab41af8e2 rm pullpush: cleans up unused methods for push/pull 5 years ago
Christian Decker 6af5ab9504 paymod: Move onion payload construction into its own function 5 years ago
Christian Decker b15876c112 paymod: Implement TLV onion payload generation 5 years ago
Christian Decker 958eb41cbb paymod: Do not pass cmd to sub-payments, plugin suffices 5 years ago
Christian Decker df94ec35ba paymod: Do not reply to the same JSON-RPC command multiple times 5 years ago
Christian Decker c35df400b2 paymod: Maintain a list of current and past payments 5 years ago
Christian Decker 8207b4eac8 paymod: Use reasonable partids 5 years ago
Christian Decker 04c9c5e0d1 paymod: Collect and return results of a tree of partial payments 5 years ago
Christian Decker 4fec969062 paymod: Parse and store the waitsendpay result 5 years ago