1519 Commits (ae4139ba10c10e32b9c673546614578274c72aee)

Author SHA1 Message Date
Rusty Russell ef3fbab551 invoice: don't allow zero-value invoices. 4 years ago
Rusty Russell 7ad8fde060 bolt11: update ctlv expiry, always write it. 4 years ago
Rusty Russell 7435d50970 signpsbt: add signonly parameter to restrict/enforce what inputs to sign. 4 years ago
Rusty Russell aab3808668 utxopsbt: let caller specify locktime, add tests and python binding. 4 years ago
Rusty Russell 14baaaa8ba fundpsbt: let caller specify locktime. 4 years ago
Rusty Russell cbd0be5c0e EXPERIMENTAL_FEATURES: enable option_anchor_outputs. 4 years ago
Rusty Russell 8cf2fff91b pytest: generalize tests. 4 years ago
Rusty Russell 6b39731c6a fundchannel: provide outnum 4 years ago
Christian Decker 8769f9ed93 pay: Fix final TLV payload if not going through MPP modifiers 4 years ago
ZmnSCPxj jxPCSnmZ 29df517966 tests/test_pay.py: Provide test showing that blockheight disagreement causes us to advance routehints too aggressively. 4 years ago
Rusty Russell 2f4c16c388 pytest: fix race in test_bcli. 4 years ago
Rusty Russell 185b377551 pytest: don't wait for channel active message in test_closing.py::test_penalty_htlc_tx_timeout 4 years ago
Rusty Russell 0fa5cde782 pytest: fix occasional error in test_sign_and_send_psbt: 4 years ago
Christian Decker 0dcd974d97 pytest: Reproduce #3915 4 years ago
Rusty Russell fc097b8b48 libplugin: allow commands and options to mark themselves deprecated. 4 years ago
Vincenzo Palazzo 1521c29fcf listpays mod 1: add destination inside the response when bolt11 is null 4 years ago
Vincent 700897f06e listpays: fixed bolt11 null with keysend and update doc command 4 years ago
Christian Decker 723b7223b7 pay: Add timestamp of first part to `listpays` 4 years ago
Rusty Russell 01a82d38f7 pytest: add slow_test marker. 4 years ago
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 4 years ago
Christian Decker eb322b114b plugin: Do not automatically initialize the RPC connection in bcli 4 years ago
Vincent 54888d454b Fixed assertion in pay plugin 4 years ago
ZmnSCPxj jxPCSnmZ 9b4fd11e98 tests/test_pay.py: Replicate #3855. 4 years ago
Rusty Russell 6951a9ea42 pytest: fix erroneous test_pay_retry result. 4 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` 4 years ago
Christian Decker 734f292695 pytest: Reproduce issue #3847 4 years ago
Rusty Russell 73a5f5b313 fundpsbt: make parameters more usable. 4 years ago