8102 Commits (27b48959d7462f717e05b14b6ecefa23942b78ca)
 

Author SHA1 Message Date
Rusty Russell 27b48959d7 wallet: add wallet_find_utxo(). 4 years ago
Rusty Russell 50ff0b26fd wallet: explicit routines to reserve/unreserve a UTXO. 4 years ago
niftynei 7ebdc14397 utxos: add a 'reserved_til' marker for utxos 4 years ago
Rusty Russell 899ec2b3d4 JSON API: fix up two existing warnings to be conformant. 4 years ago
Rusty Russell f53624517b doc: add JSON API advice. 4 years ago
Christian Decker 65963bc003 exemptfee: Only apply to the root payment and fix logs 4 years ago
Christian Decker 9be4d552fa paymod: Add a bit more information to the `pay` response 4 years ago
Christian Decker 6f40cb0202 paymod: Inherit exemptfee modifier data on retry 4 years ago
Christian Decker b88a55b2a4 paymod: Only wait on blockheight if we need to 4 years ago
Christian Decker 817f7c703b travis: Parallelize non-valgrind tests even if under developer 4 years ago
Christian Decker f20091fc72 pay: Do not duplicate "message" field in response to `pay` 4 years ago
Christian Decker 411b760985 paymod: Reset the step if we're waiting for a block 4 years ago
Christian Decker 02e44e9903 paymod: Set the STOPPED_RETRYING status code if we stopped retrying 4 years ago
Christian Decker 5776a33116 paymod: Activate paymod and move legacy pay to `legacypay` command 4 years ago
Christian Decker 514c4044c8 tlv: Allow passing a raw pointer and a length to tlvstream_set_raw 4 years ago
Christian Decker 7978a13cae doc: Add a man-page for the new keysend command 4 years ago
Christian Decker 01a475161d paymod: Implement keysend sending support as a native RPC command 4 years ago
Rusty Russell b1210eef52 doc: update since addition of feerate(7) 4 years ago
niftynei ccb78712cf elements,tests: fixup output amounts for elements 4 years ago
niftynei bea05b1250 elements,tests: skip over fee type outputs 4 years ago
niftynei eec5dfe6aa elements: update output amounts for elements test 4 years ago
niftynei f5f85b389d elements,pset: populate elements specific data for PSBTs 4 years ago
niftynei bc5a817100 elements: convenience methods for dealing with assets 4 years ago
niftynei 14de198bd1 wally-tx: add type-to-string for a wally-tx 4 years ago
niftynei 4ecbd5f1a7 psbt: use pset initializer if needed 4 years ago
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