123 Commits (12d0d5c185ef0a442b296ae25c253ece31f2b921)

Author SHA1 Message Date
Rusty Russell 12d0d5c185 amount: cleanup usage. 4 years ago
Christian Decker 21d87f7075 pay: Implement simple presplit fix for ludicrous amounts 4 years ago
ZmnSCPxj jxPCSnmZ 128adf0938 plugins/libplugin-pay.c: Round-robin routehints when splitting. 4 years ago
ZmnSCPxj jxPCSnmZ c27d7a3110 plugins/libplugin-pay.c: Store the route description, and re-report on failure. 4 years ago
ZmnSCPxj jxPCSnmZ 6468616c02 plugins/libplugin-pay.c: Propagate local_id from parent to child payment object. 4 years ago
ZmnSCPxj jxPCSnmZ d8678467fa plugins/libplugin-pay.c: Show routes being tried, also print updates to channel hints not just initial creations. 4 years ago
ZmnSCPxj jxPCSnmZ d89c77c0ce plugins/libplugin-pay.c: Describe the bits of unrecognized failure codes. 4 years ago
ZmnSCPxj jxPCSnmZ 0d2d85ab5f plugins/libplugin-pay.c: Also print events that create new sub-payments. 4 years ago
ZmnSCPxj jxPCSnmZ 98583e84b5 plugins/libplugin-pay.c: Give cmd id and partid for each log message. 4 years ago
ZmnSCPxj jxPCSnmZ f81611e551 plugins/libplugin-pay.c: Make sure blockheight disagreement does not prevent all future progress. 4 years ago
Christian Decker 8769f9ed93 pay: Fix final TLV payload if not going through MPP modifiers 4 years ago
ZmnSCPxj jxPCSnmZ 0279be1d13 plugins/libplugin-pay.c: Be less aggressive with advancing through routehints. 4 years ago
Christian Decker 894c886bdd pay: Inherit payment label to all children 4 years ago
Christian Decker 0dcd974d97 pytest: Reproduce #3915 4 years ago
Vincenzo Palazzo 1521c29fcf listpays mod 1: add destination inside the response when bolt11 is null 4 years ago
Rusty Russell fa829f23db amount: add amount_msat_scale, amount_msat_ratio, amount_{msat,sat}_div 4 years ago
ZmnSCPxj jxPCSnmZ 094eac4e95 plugins/libplugin-pay.c: Properly handle exclusions for routehints with two hops or more. 4 years ago
Christian Decker a456d08ad0 pay: Be less aggressive when estimating channel capacity 4 years ago
Christian Decker d7cca0781d jsonrpc: Add `msatoshi` argument to `sendonion` to annotate 4 years ago
Vincent 81fd552e84 plugins/pay: hand bolt11 arg to sendonion if we have one (i.e. for `pay`) 4 years ago
Christian Decker 15d1a190a0 pay: Remove duplicate message field 4 years ago
Christian Decker 85ec438d34 paymod: Routehintmod signals that we can retry if getroute fails 4 years ago
Christian Decker 52a8b8f9e7 paymod: Update step before creating child payments 4 years ago
Rusty Russell 2556df5f7c plugins/pay: Exclude the entrypoint to a routehint to avoid cycles 4 years ago
Christian Decker 56dd18e01e paymod: Iterate through the routehints in order 4 years ago
Christian Decker 1e28d661fd paymod: Move application of routehints into its own function 4 years ago
Christian Decker 282f19d560 paymod: Simplify routehint data initialization 4 years ago
Christian Decker b78aa3fb25 paymod: Check if destination is reachable at all directly at startup 4 years ago
Rusty Russell 497b18ba33 paymod: fix typo which can cause memory overrun. 4 years ago
Christian Decker 6ada56ca7c paymod: Always initialize p->route 4 years ago
Christian Decker 899a2e64b0 paymod: Randomly select a routehint, or none at random 4 years ago
Christian Decker 534536b242 paymod: Consolidate channel_hint creation in channel_hints_update 4 years ago
Christian Decker e76bf541ad paymod: Fix the routehints being lost when retrying 4 years ago
Christian Decker d289ee64a1 paymod: Add the courtesy +1 to the CLTVs to allow for a new block 4 years ago
Christian Decker e92787a0e2 paymod: Teach the adaptive splitter to respect the HTLC limit 4 years ago
Christian Decker acdd9b8762 paymod: Teach the presplit modifier to respect the chan HTLC limit 4 years ago
Christian Decker a1dc9cbd97 paymod: Track how many HTLCs each channel can still add 4 years ago
Vincent 54888d454b Fixed assertion in pay plugin 4 years ago
Rusty Russell 178415aca7 pay: handle returned errors more gracefully. 4 years ago
Rusty Russell a849e5f4bd pay: fix problematic sharing of shadow route data. 4 years ago
Christian Decker f950153f98 paymod: Fix the adaptive splitter partitioning 4 years ago
Christian Decker cb20dfc59e paymod: Do not duplicate partids 4 years ago
Christian Decker 7b4e70effa paymod: Consolidate step selection and changes in presplit modifier 4 years ago
Christian Decker e1c6b977b4 paymod: Add a log entry whenever we add a channel hint 4 years ago
Christian Decker 0ca2c6b9f3 paymod: Rewrite the shadow-route constraint enforcement 4 years ago
Christian Decker c0d70cdfc7 paymod: Add invariant verification for constraints on shadowroute 4 years ago
Christian Decker 157e70ffe8 paymod: Add a comment about how we derive errors from erring_index 4 years ago
Christian Decker b2463b12c0 paymod: Count all attempts, not just the ones with a result 4 years ago
Christian Decker c984376a15 plugin: Always set an end_time for payments in a final state 4 years ago
Christian Decker 2146a548bd plugin: Do not return multiple times from `pay` 4 years ago