8077 Commits (389bd8393b555a0a6ccb7f45921a599a242e89dd)
 

Author SHA1 Message Date
niftynei 389bd8393b submodules/libwally: use blessed-branch 4 years ago
ZmnSCPxj jxPCSnmZ b27f4e1f9a doc/lightning-feerates.7.md: Document `feerates` command. 4 years ago
Rusty Russell 869fa082d4 common/json_tok: expose param_txid. 4 years ago
Rusty Russell 731e037b36 change_amount: routine to determine if change output is worthwhile. 4 years ago
Rusty Russell 31b2865791 common/json_tok: expose routines to parse addresses. 4 years ago
Rusty Russell 94de18ace7 listfunds: add scriptpubkey if it's known. 4 years ago
Rusty Russell 972432d285 param_feerate: parse numbers correctly. 4 years ago
Rusty Russell a9427f1a8d bitcoin/feerate: new exposure for feerate parsing outside lightningd. 4 years ago
Christian Decker af4955c28e paymod: Fix waitsendpay error parsing for unknown failure codes 4 years ago
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