1500 Commits (30bf6706b7738779f5dd920a8c22a6d340854792)

Author SHA1 Message Date
Rusty Russell 51aae9cce7 pytest: make valgrind a per-node option. 4 years ago
Rusty Russell fde353ab00 pytest: use get_nodes more widely. 4 years ago
Rusty Russell 7bb461acd8 pytest: fix flake in test_channel_opened_notification 4 years ago
Rusty Russell 7aa40b6bae pytest: fix assumption in test_onchain_their_unilateral_out 4 years ago
Rusty Russell 64d40414b2 pytest: speed up test_restart_many_payments. 4 years ago
ZmnSCPxj jxPCSnmZ 4fde45669c plugins/pay.c: Fix the routehints/presplit conflict. 4 years ago
ZmnSCPxj jxPCSnmZ a9b992a94a tests/test_pay.py: Add test for conflict between presplit and routehints paymods. 4 years ago
ZmnSCPxj jxPCSnmZ 1ded3fc52f lightningd/plugin.c: Add a `--dev-builtin-plugins-unimportant` for developers who want to mess around with the builtin plugins. 4 years ago
ZmnSCPxj jxPCSnmZ 1aa076845a tests/test_plugin.py: Test builtin plugins are important. 4 years ago
ZmnSCPxj jxPCSnmZ 4ca2e49812 lightningd/plugin.c: Make builtin plugins important. 4 years ago
ZmnSCPxj jxPCSnmZ 48f36904c8 tests/test_plugin.py: Add test for --important-plugin. 4 years ago
ZmnSCPxj jxPCSnmZ a847487bbe lightningd/plugin.c: Add important plugins, which if they terminate, lightningd also terminates. 4 years ago
Antoine Poinsot 3aad86ff9d pytest: test the blocksonly sanity checkin bcli 4 years ago
niftynei 90b393ca1a hsmd/db: backfill pubkey information so that psbts signing works 4 years ago
Rusty Russell 4517435810 pytest: fix flake in tests/test_pay.py::test_pay_exclude_node 4 years ago
Christian Decker 311594b2cd jsonrpc: Add amount received by recipient to `listpays` result 4 years ago
Christian Decker d12ea51e63 pytest: Replicate the missing amount_msat in `listpays` 4 years ago
Vincent 81fd552e84 plugins/pay: hand bolt11 arg to sendonion if we have one (i.e. for `pay`) 4 years ago
Vincent f4f2853ded pytest: test to show that listpays doesn't remember bolt11 string. 4 years ago
Christian Decker 67e846fdbb pytest: Adjust test now that routehint order changed 4 years ago
Christian Decker 899a2e64b0 paymod: Randomly select a routehint, or none at random 4 years ago
Christian Decker ce48fecb6f pytest: We now have multiple attempts in test_htlc_send_timeout 5 years ago
Christian Decker eb322b114b plugin: Do not automatically initialize the RPC connection in bcli 5 years ago
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. 5 years ago
Rusty Russell 73d5d96d2a sendpay: don't allow a new part payment if any part has succeeded. 5 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