34 Commits (406d0d09cf2dad1031c8028d2c754481554a159c)

Author SHA1 Message Date
Christian Decker da8eb6fb4c paymod: Expose riskfactor and wire through to getroute 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 030633bb28 paymod: Add a human readable failreason to payments 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 1b057f025c paymod: Let the payment know the local ID 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 2e88249a7b paymod: Make the transition to FAILED a function call 4 years ago
Christian Decker ddb0424a4d paymod: Remove the dummy payment modifier 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 fbd8cf1495 paymod: Keep a copy of the serialized bolt11 in the root payment 4 years ago
Christian Decker 73fc10e25f paymod: Parse error from waitsendpay and exclude failed chans 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 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
Christian Decker c35df400b2 paymod: Maintain a list of current and past payments 4 years ago
Christian Decker 8207b4eac8 paymod: Use reasonable partids 4 years ago
Christian Decker 4fec969062 paymod: Parse and store the waitsendpay result 5 years ago
Christian Decker d8ebe6fbcd paymod: Parse createonion result and call sendonion 5 years ago
Christian Decker 5f32cfe9cd paymod: Implement legacy onion payload computation 5 years ago
Christian Decker 5c32e33aab paymod: Add a retry modifier that retries payments on failure 5 years ago
Christian Decker aeb5cc0b7c paymod: Generate type-safe accessor functions for modifier data 5 years ago
Christian Decker 23b4dca3c7 paymod: Add a simple test-command to test the paymod state-machine 5 years ago
Christian Decker 5d1725209d paymod: Implement base state-machine transitions 5 years ago
Christian Decker e108ebe559 paymod: Add base state-machine for payment flow 5 years ago
Christian Decker 8138ef136f plugin: Add a data backend for the new payment state-machine 5 years ago