1427 Commits (daba3e7deb855d6d3bd7d07ff35b398849130f82)

Author SHA1 Message Date
Vincent 54888d454b Fixed assertion in pay plugin 5 years ago
ZmnSCPxj jxPCSnmZ 9b4fd11e98 tests/test_pay.py: Replicate #3855. 5 years ago
Rusty Russell 6951a9ea42 pytest: fix erroneous test_pay_retry result. 5 years ago
Rusty Russell 09eb7110e0 sendpay: insist that partid be an exact duplicate if in progress. 4 years ago
Rusty Russell 73d5d96d2a sendpay: don't allow a new part payment if any part has succeeded. 4 years ago
Christian Decker 2146a548bd plugin: Do not return multiple times from `pay` 5 years ago
Christian Decker 734f292695 pytest: Reproduce issue #3847 5 years ago
Rusty Russell 73a5f5b313 fundpsbt: make parameters more usable. 5 years ago
Christian Decker de096eeed9 pytest: Disable test_pay_routeboost for valgrind due to timeout 5 years ago
Christian Decker de90606490 pytest: Add an adaptive MPP test 5 years ago
Christian Decker dad23066dc pytest: Disable MPP sending for 4 tests 5 years ago
Christian Decker 5bef4fc196 mpp: Lower amounts below the presplit amount 5 years ago
Christian Decker b813974e13 mpp: Add the presplit MPP modifier 5 years ago
Rusty Russell 371cabf976 txprepare: revert 1fb9a078b6 (`psbt` field) 5 years ago
Rusty Russell e85c895c5b pytest: restore test_sign_and_send_psbt. 5 years ago
Rusty Russell 31d7e013bd pytest: test fundpsbt. 5 years ago
Rusty Russell 4ee527a59c pytest: test reserve and unreserve. 5 years ago
Rusty Russell 56ea215ba0 wallet: new JSON commands reserveinputs and unreserveinputs. 5 years ago
Rusty Russell 899ec2b3d4 JSON API: fix up two existing warnings to be conformant. 5 years ago
Christian Decker 02e44e9903 paymod: Set the STOPPED_RETRYING status code if we stopped retrying 5 years ago
Christian Decker 5776a33116 paymod: Activate paymod and move legacy pay to `legacypay` command 5 years ago
Christian Decker 01a475161d paymod: Implement keysend sending support as a native RPC command 5 years ago
niftynei ccb78712cf elements,tests: fixup output amounts for elements 5 years ago
niftynei bea05b1250 elements,tests: skip over fee type outputs 5 years ago
niftynei eec5dfe6aa elements: update output amounts for elements test 5 years ago
Christian Decker 0aa5c197ec pytest: Fix tests broken by the pay and paystatus changes 5 years ago
Christian Decker 2ac87c1490 paymod: Reorder paymod arguments to match pay 5 years ago
Christian Decker da8eb6fb4c paymod: Expose riskfactor and wire through to getroute 5 years ago
Christian Decker 5601a1ab21 paymod: Add a deadline to the pay command and retry modifier 5 years ago
Christian Decker f557955515 paymod: Consolidate parsing RPC results in libplugin 5 years ago
Christian Decker 6a75497eb2 pytest: Add a `compat()` fixture allowing checks for specific flags 5 years ago
Christian Decker cb00cbac7c paymod: Add support for the msatoshi override argument 5 years ago
Christian Decker 2331cd62e1 paymod: Add user-provided label back into the paystatus result 5 years ago
Christian Decker 935578e567 paymod: Exclude most expensive/slowest chan if limits are exceeded 5 years ago
Christian Decker 4648d2867f paymod: Compute fee and CLTV delta limits for a payment 5 years ago
Christian Decker 2f0e535b81 paymod: Add reason why a payment was attempted 5 years ago
Rusty Russell 3fec96a7b1 tests: fix flake in test_partial_payment_htlc_loss 5 years ago
Rusty Russell 1708fb91e5 wallet: clean up json output creation, part 2. 5 years ago
Rusty Russell 7aa8ffa2a0 bitcoin: add weight calculation helpers. 5 years ago
Rusty Russell fc2561fd9e pytest: fix test breakage added by d0c85033d2 5 years ago
Christian Decker ddb0424a4d paymod: Remove the dummy payment modifier 5 years ago
Christian Decker 81dce4096e pytest: Fix up test_pay_no_secret to wait for node_announcements 5 years ago
Christian Decker b5c9dcab5a pytest: Fix up the payload replacement test 5 years ago
ZmnSCPxj jxPCSnmZ deabab8934 lightningd/opening_control.c: `fundchannel_cancel` no longer requires a `channel_id` argument. 5 years ago
niftynei 8185474bfb liquid-compat: update coinmove check to be liquid compatible 5 years ago
niftynei ba6e4b6ef2 tests: mark as regtest only 5 years ago
niftynei 20193496bb tests: use chain's directory for finding sqlite3 file (works for liquid-regtests) 5 years ago
ZmnSCPxj jxPCSnmZ d0c85033d2 wallet/walletrpc.c: `txprepare`d transactions now use current tip blockheight by default. 5 years ago
Christian Decker 04c9c5e0d1 paymod: Collect and return results of a tree of partial payments 5 years ago
Christian Decker 23b4dca3c7 paymod: Add a simple test-command to test the paymod state-machine 5 years ago