105 Commits (215a0ada8b6a2282e3aae5104541d36ae1f2cbdb)

Author SHA1 Message Date
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 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
Christian Decker ddb0424a4d paymod: Remove the dummy payment modifier 4 years ago
Christian Decker 2acb86bfe3 paymod: Consider new payments when checking if an attempt is ongoing 4 years ago
Christian Decker fbd8cf1495 paymod: Keep a copy of the serialized bolt11 in the root payment 4 years ago
Christian Decker 9d7a48d0f4 pay: Key the MPP payments based on the payment_hash not the bolt11 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 6fbfe24e3e paymod: Add a COMPAT_090 flag 4 years ago
Christian Decker b15876c112 paymod: Implement TLV onion payload generation 4 years ago
Christian Decker c35df400b2 paymod: Maintain a list of current and past payments 4 years ago
Christian Decker 5c32e33aab paymod: Add a retry modifier that retries payments on failure 5 years ago
Christian Decker 23b4dca3c7 paymod: Add a simple test-command to test the paymod state-machine 5 years ago
Rusty Russell cfb320c972 wire: move remaining bitcoin functions out to bitcoin/ files. 4 years ago
Antoine Poinsot 4bb7b4621f pay: respect maxfeepercent when choosing a shadow route 5 years ago
Christian Decker e03acd9663 libplugin: Add features to plugin_main and getmanifest 5 years ago
ZmnSCPxj jxPCSnmZ 919d371fe8 common/json_stream.c: Implement a `json_add_jsonstr` to add already-JSON strings to `json_stream` objects. 5 years ago
lisa neigut b51772ff68 pay: fix #3613; string output must be quoted 5 years ago
lisa neigut 3124d43d9f pay: check for null route in maybe_exclude 5 years ago
Christian Decker 891adfca1e pay: Speed up `pay` and fix the shadow route construction 5 years ago
Rusty Russell ca512e3cb2 plugins/pay: use feature set from lightningd to decode bolt11. 5 years ago
Rusty Russell cf43e44378 common/features: don't use internal global. 5 years ago
Rusty Russell 2aad3ffcf8 common: tal_dup_talarr() helper. 5 years ago
Vasil Dimov 89ceb273f5 wire: remove towire_double() 5 years ago
Rusty Russell 5e2053feea pay: fix crash when we paystatus too soon. 5 years ago
darosior b91433cb42 libplugin: use json_stream for all plugins' commands 5 years ago
darosior 2bff80e3de libplugin: use json_stream helpers for RPC calls 5 years ago
darosior b31e3b1541 libplugin: pass a pointer to plugin to send_outreq 5 years ago
darosior 765626875e libplugin: use ccan/io for notifications 5 years ago
darosior 499dce1c38 libplugin: include the rpc conn into the global state 5 years ago
Vasil Dimov 55173a56b7 Use dedicated type for error codes 5 years ago
ZmnSCPxj a9f0f05eea pay: Implement retry in case of final CLTV being too soon for receiver. 5 years ago
ZmnSCPxj 6c0d7ca737 pay: Implement tracking of blockheight for starting payment attempts. 5 years ago
ZmnSCPxj e9aa690d44 pay: Factor out execution of `getroute` from starting of payment attempt. 5 years ago
Rusty Russell 207689c274 plugins: listpays will now consolidate multi-part payments. 5 years ago
Rusty Russell f1bc0b21f1 plugins: listpays ignores pre-0.7.0 or manual sendpay payments w/ no bolt11. 5 years ago
darosior fcbd11f0c5 plugins/libplugin: hook support 5 years ago
darosior 3371f0cf78 plugins/libplugin: notifications support 5 years ago
Rusty Russell 18e9144675 plugins/pay: hand payment_secret from bolt11 through to sendpay. 5 years ago
darosior f3d304901b pay: add a dev-only parameter to deactivate shadow routing 5 years ago
darosior 16f5af00c7 common/json: add a helper for json to u16 5 years ago
darosior 5766231d98 pay: restore payment value randomization through shadow routing 5 years ago
Jorge Timón 61383408a4 pay: Return error when trying to pay to an invoice from unkown or different chain 5 years ago