8069 Commits (paymod-03)
 

Author SHA1 Message Date
Christian Decker b606f46cfb paymod: Fix waitsendpay error parsing for unknown failure codes 5 years ago
Christian Decker 3fcadeb891 paymod: Fix the onion payload construction 5 years ago
Christian Decker 432fab4082 pytest: Fix tests broken by the pay and paystatus changes 5 years ago
Christian Decker 308becc749 paymod: Reorder paymod arguments to match pay 5 years ago
Christian Decker ad6f2eaff4 paymod: Expose riskfactor and wire through to getroute 5 years ago
Christian Decker e8ec7d29a3 paymod: Add label to sendonion calls 5 years ago
Christian Decker 38c708e850 paymod: Do not wait for a blockheight if we're already there 5 years ago
Christian Decker d90664c409 paymod: Add a deadline to the pay command and retry modifier 5 years ago
Christian Decker 46db354adc paymod: Consolidate parsing RPC results in libplugin 5 years ago
Christian Decker be21c670de paymod: Add function to set the current step 5 years ago
Christian Decker dd90a4ec26 paymod: Add attempts array to `pay` return value 5 years ago
Christian Decker d204dc960b paymod: Add a human readable failreason to payments 5 years ago
Christian Decker c161e29dd6 paymod: Apply and unapply routes to the channel hints 5 years ago
Christian Decker fe11d5898b pytest: Add a `compat()` fixture allowing checks for specific flags 5 years ago
Christian Decker e444dff11b paymod: Add support for the msatoshi override argument 5 years ago
Christian Decker c76fbb09d9 paymod: Add user-provided label back into the paystatus result 5 years ago
Christian Decker 67d20a673f paymod: Update the route constraints as we apply routes and mods 5 years ago
Christian Decker afc0147d63 paymod: Exclude most expensive/slowest chan if limits are exceeded 5 years ago
Christian Decker af0096bc2b paymod: Compute fee and CLTV delta limits for a payment 5 years ago
Christian Decker 6ac209c90b paymod: Wrap the getroute request in a struct 5 years ago
Christian Decker ca88daf16f paymod: Let the payment know the local ID 5 years ago
Christian Decker cc39d18941 paymod: Exclude nodes that we found to be faulty 5 years ago
Christian Decker 455f87d182 paymod: Add reason why a payment was attempted 5 years ago
Christian Decker 46c122eb2d paymod: Add the contents of paystatus 5 years ago
Christian Decker 39abd30ccc paymod: Make the transition to FAILED a function call 5 years ago
ZmnSCPxj jxPCSnmZ 4a89819cdd plugins/Makefile: Change plugins build procedure. 5 years ago
ZmnSCPxj jxPCSnmZ 7f24646139 tools/hsmtool.c: Make password optional for `guesstoremote` and `dumpcommitments` commands. 5 years ago
joe.miyamoto 0b1f8fdbf0 Take LIGHTNINGD_NETWORK env variable in Dockerfile. 5 years ago
Rusty Russell 3fec96a7b1 tests: fix flake in test_partial_payment_htlc_loss 5 years ago
Rusty Russell e12defa7fb wallet: no longer expose wallet_add_utxo function. 5 years ago
Rusty Russell 4271fc8652 wallet: add explicit API for onchaind to register UTXOs. 5 years ago
Rusty Russell 1708fb91e5 wallet: clean up json output creation, part 2. 5 years ago
Rusty Russell 5b82271187 wallet: clean up json output creation, part 1. 5 years ago
Rusty Russell 7aa8ffa2a0 bitcoin: add weight calculation helpers. 5 years ago
Christian Decker 1ef0ca51b0 ci: Add pytest-sentry so we have a place to collect failing tests 5 years ago
Christian Decker 324d39bb6b docker: Add python3 to the docker image 5 years ago
ZmnSCPxj jxPCSnmZ a6374ad431 openingd/openingd.c: Fix a mild deviation from BOLT#2. 5 years ago
Rusty Russell fc2561fd9e pytest: fix test breakage added by d0c85033d2 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 81dce4096e pytest: Fix up test_pay_no_secret to wait for node_announcements 5 years ago
Christian Decker 9d7a48d0f4 pay: Key the MPP payments based on the payment_hash not the bolt11 5 years ago
Christian Decker be9b55fcb5 pyln: Add a traceback if a hook or rpc method fails 5 years ago