8268 Commits (894c886bdd840c05a2e0e670ef4920f5df814f1c)
 

Author SHA1 Message Date
Christian Decker 5daa5bd61e paymod: Fix the onion payload construction 4 years ago
Christian Decker 0aa5c197ec pytest: Fix tests broken by the pay and paystatus changes 4 years ago
Christian Decker 2ac87c1490 paymod: Reorder paymod arguments to match pay 4 years ago
Christian Decker da8eb6fb4c paymod: Expose riskfactor and wire through to getroute 4 years ago
Christian Decker d8b8a0b31e paymod: Add label to sendonion calls 4 years ago
Christian Decker 2649de54f2 paymod: Do not wait for a blockheight if we're already there 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 4aed45e98d paymod: Add attempts array to `pay` return value 4 years ago
Christian Decker 030633bb28 paymod: Add a human readable failreason to payments 4 years ago
Christian Decker 2ef130e427 paymod: Apply and unapply routes to the channel hints 4 years ago
Christian Decker 6a75497eb2 pytest: Add a `compat()` fixture allowing checks for specific flags 4 years ago
Christian Decker cb00cbac7c paymod: Add support for the msatoshi override argument 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 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
ZmnSCPxj jxPCSnmZ 4a89819cdd plugins/Makefile: Change plugins build procedure. 4 years ago
ZmnSCPxj jxPCSnmZ 7f24646139 tools/hsmtool.c: Make password optional for `guesstoremote` and `dumpcommitments` commands. 4 years ago
joe.miyamoto 0b1f8fdbf0 Take LIGHTNINGD_NETWORK env variable in Dockerfile. 4 years ago
Rusty Russell 3fec96a7b1 tests: fix flake in test_partial_payment_htlc_loss 4 years ago
Rusty Russell e12defa7fb wallet: no longer expose wallet_add_utxo function. 4 years ago
Rusty Russell 4271fc8652 wallet: add explicit API for onchaind to register UTXOs. 4 years ago
Rusty Russell 1708fb91e5 wallet: clean up json output creation, part 2. 4 years ago
Rusty Russell 5b82271187 wallet: clean up json output creation, part 1. 4 years ago
Rusty Russell 7aa8ffa2a0 bitcoin: add weight calculation helpers. 4 years ago
Christian Decker 1ef0ca51b0 ci: Add pytest-sentry so we have a place to collect failing tests 4 years ago
Christian Decker 324d39bb6b docker: Add python3 to the docker image 4 years ago
ZmnSCPxj jxPCSnmZ a6374ad431 openingd/openingd.c: Fix a mild deviation from BOLT#2. 4 years ago
Rusty Russell fc2561fd9e pytest: fix test breakage added by d0c85033d2 4 years ago
Christian Decker 7981f4c4d9 paymod: Extract the channel hints update into its own function 4 years ago
Christian Decker ddb0424a4d paymod: Remove the dummy payment modifier 4 years ago
Christian Decker fc714bf2df paymod: Fill in the `pay` return value 4 years ago
Christian Decker 9aff885828 paymod Collect the final failure when aggregating the tree results 4 years ago
Christian Decker 2acb86bfe3 paymod: Consider new payments when checking if an attempt is ongoing 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 895542c6f1 paymod: Simplify retry mod logic and add abort logic 4 years ago
Christian Decker 73fc10e25f paymod: Parse error from waitsendpay and exclude failed chans 4 years ago
Christian Decker 81dce4096e pytest: Fix up test_pay_no_secret to wait for node_announcements 4 years ago
Christian Decker 9d7a48d0f4 pay: Key the MPP payments based on the payment_hash not the bolt11 4 years ago
Christian Decker be9b55fcb5 pyln: Add a traceback if a hook or rpc method fails 4 years ago
Christian Decker b5c9dcab5a pytest: Fix up the payload replacement test 4 years ago