67 Commits (295ca2a436876b6879c18a3e0e336dc0353b8c7d)

Author SHA1 Message Date
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
Rusty Russell 2a74d53841 Move gossip_constants.h into common/ 5 years ago
trueptolemy 765416f0ca cleanup: Use `json_out_add_u32` helper to add `max_hops` and `cltv` in `pay` plugin 5 years ago
trueptolemy 2d1a153975 plugins: Return `command_param_failed()` if `param()` fail 5 years ago
trueptolemy c737fa6b91 pay: Fix logic of the intereface `find_worst_channel` 5 years ago
trueptolemy 22e8d242fc pay: Exclude nodes if the failcode of `sendpay` has the NODE bit set 5 years ago
lisa neigut f784863603 libplugin: add required import 5 years ago
Rusty Russell 884f4fa6d0 JSON: Remove description fields. 5 years ago
Rusty Russell acf3952acc JSON: remove handling of pre-Adelaide (B:T:N) short_channel_ids. 5 years ago
darosior 0cd3823c98 libplugin: pass configuration to plugin's 'init' callback 5 years ago
darosior 017ee7c916 libplugin: Add 'getmanifest' 'dynamic' field 5 years ago
Rusty Russell 068b593d98 plugins/pay: fix crash when we reach retry timeout. 5 years ago
Rusty Russell 0e336ac252 plugins/pay: use proper JSON construction for failure paths. 5 years ago
Rusty Russell c585f22711 libplugin: update API to use json_out. 5 years ago
Rusty Russell 26cdf9d3dc plugins/pay: don't retry routehint if it contains already-eliminated channel. 5 years ago
Rusty Russell 260febd88b plugins/pay: fix attempt counter on failure message. 5 years ago
Simon Vrouwe bbedd3819d plugins/pay.c: add curly braces arround JSON data field 5 years ago
darosior 9d34121ec5 libplugin.c: Handle command categories then set them in pay and autoclean 5 years ago
Rusty Russell 15dc0a5c18 pay: fix transient status 'failed' in listpays. 5 years ago
Rusty Russell 71460ac073 pay: don't say "Could not find a route" unless we never tried a payment. 5 years ago
Rusty Russell aa62ae3385 pay: don't timeout, wait until we've succeeded or failed. 5 years ago
Rusty Russell 688574b89c libplugin: support options. 6 years ago
Rusty Russell a2fa699e0e Use node_id everywhere for nodes. 6 years ago
William Casarin 9aaf2fe8d4 build: fix uninitialized variable error on gcc 7.4.0 6 years ago
Rusty Russell b99617312f plugins/pay: use json_ prefix for json command handlers. 6 years ago
Rusty Russell 203ef2ed0b listsendpays: updated version of listpayments. 6 years ago
Rusty Russell 56dfbec6bd listpays: new command to summarize pay commands. 6 years ago
Rusty Russell 1ec959752b plugin/pay: rename 'description' to 'label', deprecate 'description'. 6 years ago
Rusty Russell 30e4b812d0 plugin/pay: feed bolt11 string through to sendpay. 6 years ago
Rusty Russell 38e7d19dd5 Makefile: check for direct amount_sat/amount_msat access. 6 years ago
Rusty Russell cd341b34d6 plugins/pay: use struct amount_msat. 6 years ago
Rusty Russell b5dcb93e5f wallet: use amount_msat / amount_sat. 6 years ago
Rusty Russell 83adb94583 lightningd and routing: use struct amount_msat. 6 years ago
Rusty Russell 3ba544bfde common/bolt11: use struct amount_msat 6 years ago
Rusty Russell b99293fbb6 short_channel_id: don't accept :-separated in JSON if --allow-deprecated-apis=false 6 years ago
Rusty Russell 3ae0c20026 getroute: change definition (and pay default) for riskfactor. 6 years ago
Rusty Russell 5d658012d6 plugins/pay: try without routehints first. 6 years ago
Rusty Russell 82ff580a66 json: add more efficient iterators for objects and arrays. 6 years ago
Rusty Russell 7c0863f785 plugins/pay: add comment on why we don't use an empty string 6 years ago