8131 Commits (86ad15d040e3649a21231dae882d3daa7e9ed662)
 

Author SHA1 Message Date
Christian Decker 86ad15d040 travis: Spread the valgrind load on more configurations 4 years ago
Christian Decker 214f418c3b plugin: Fix a memory leak and a missing dereference in listconfigs 4 years ago
Christian Decker de90606490 pytest: Add an adaptive MPP test 4 years ago
Christian Decker dad23066dc pytest: Disable MPP sending for 4 tests 4 years ago
Christian Decker 212a3c5ec5 ld: We might not have a failing channel if localfail and sendonion 4 years ago
Christian Decker a3610d66ac retrymod: Make retry modifier slightly more verbose 4 years ago
Christian Decker 041ee930a4 mpp: Consider an abort as the payment being finished 4 years ago
Christian Decker 5bef4fc196 mpp: Lower amounts below the presplit amount 4 years ago
Christian Decker 718b6e3398 mpp: Detect if destination supports MPP from invoice and abort early 4 years ago
Christian Decker de75d3ac0c mpp: Add CLI option to opt-out of multi-part payments 4 years ago
Christian Decker a287bbe55d mpp: Enable adaptive splitter 4 years ago
Christian Decker 535aaca109 paymod: Implement adaptive splitter 4 years ago
Christian Decker 443643e0b0 retrymod: Reset retry counter if parent is a split 4 years ago
Christian Decker d0eb3a79eb paymod: Not having a result doesn't mean we failed at getroute 4 years ago
Christian Decker b813974e13 mpp: Add the presplit MPP modifier 4 years ago
Christian Decker 3f399d15cb paymod: Don't assume that the first payment was executed at all 4 years ago
Christian Decker f6745682c3 tlvstream: Allow overwriting an already set value 4 years ago
Christian Decker c97ff05ffb mpp: Add the presplit-modifier that splits a root payment first 4 years ago
Christian Decker 7f53ade64b paymod: Allow callers to opt out of shadow routing amount fuzzing 4 years ago
Rusty Russell 406d0d09cf doc/STYLE.md: be clear we're talking about JSON output. 4 years ago
Rusty Russell 371cabf976 txprepare: revert 1fb9a078b6 (`psbt` field) 4 years ago
Rusty Russell e85c895c5b pytest: restore test_sign_and_send_psbt. 4 years ago
Rusty Russell 31d7e013bd pytest: test fundpsbt. 4 years ago
Rusty Russell 1091be3d0d doc: document fundpsbt. 4 years ago
Rusty Russell 10e62af7c7 fundpsbt: add reserve arg. 4 years ago
Rusty Russell bd19ec2292 fundpsbt: new JSON API to gather UTXOs. 4 years ago
Rusty Russell 4ee527a59c pytest: test reserve and unreserve. 4 years ago
Rusty Russell be17a9392f reserveinputs: add exclusive flag. 4 years ago
Rusty Russell 56ea215ba0 wallet: new JSON commands reserveinputs and unreserveinputs. 4 years ago
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