438 Commits (337075dc8c07871cdf516d97eada83999acdb86c)

Author SHA1 Message Date
Christian Decker 687f171e17 json-rpc: Add description to `listpayments` and similar 7 years ago
Rusty Russell 65103ac426 pytest: give more time for test_closing_torture. 7 years ago
Rusty Russell be3b782cb4 pytest: add test for update being decoded from onion error. 7 years ago
Rusty Russell 2f78c90782 pytest: fix flakiness in test_penalty_outhtlc 7 years ago
Rusty Russell f73ea5d0ba pytest: test for correct wallet balances, re-enable penalty test. 7 years ago
Rusty Russell b5fcd54ef0 channeld: don't read from gossipfd while we're reconnecting. 7 years ago
Rusty Russell dba7f9002f gossipd: provide connectd with address resolution. 7 years ago
Rusty Russell 3d3d2ef9af gossipd: remove connectd functionality, enable connectd. 7 years ago
Rusty Russell f4e2a9c921 pytest: don't expect alias and color in listpeers. 7 years ago
Rusty Russell 7986af1b1e pytest: only_one() helper to catch if RPC returns more elements than we expect 7 years ago
Rusty Russell a37e692af6 pytest: mark test_reconnect_normal flaky for now. 7 years ago
Rusty Russell e0c21debc2 pytest: fix sleep(1) in test_channel_persistence. 7 years ago
Rusty Russell b1182702ae pytest: increase timeout for test_payment_failed_persistence 7 years ago
Rusty Russell dd7afc33ee pytest: fix flaky test in test_htlc_sig_persistence 7 years ago
Rusty Russell ed83bbe623 pytest: fix flaky race in test_gossip_query_channel_range. 7 years ago
Rusty Russell 55a09d79b9 pytest: make test_gossip_no_empty_announcements robust when update delayed. 7 years ago
Rusty Russell 9fa738a741 listpeers: expose peer features as 'local_features' and 'global_features' 7 years ago
Christian Decker 6c82d1b8b0 pylightning: Subclass ValueError to access to the returned error 7 years ago
Rusty Russell c78afa9201 onchaind: use lowball fee instead of donating to miners. 7 years ago
Mark Beckwith 8f0ef1636f Added wallet related error codes 7 years ago
Christian Decker 583c1c50f8 pytest: Explicitly state the max fee multiplier we assumed in tests 7 years ago
Christian Decker 4dca6daf34 opts: Bump locktime_max so we don't disagree as much with lnd 7 years ago
Rusty Russell 8183590cdb pytest: test_onchaind_replay needs to wait for tx broadcast. 7 years ago
Christian Decker 135bd962f7 pytest: Mark test_closing_different_fees as flaky 7 years ago
Rusty Russell 72d103d6bb Makefile: import config.vars. 7 years ago
Christian Decker de3b359782 pytest: Use pytest fixtures for the test directory and clean it up 7 years ago
Christian Decker 38b7a0e2d2 pytest: Remove directories of successful tests 7 years ago
Rusty Russell e4457e59ed pytest: test_gossip_jsonrpc can always test aliases. 7 years ago
Rusty Russell e9483f12b6 test_lightningd.py: actually make sure we do zlib encoding. 7 years ago
Rusty Russell 9e51e196c1 gossipd: dev-set-max-scids-encode-size to artificially force "full" replies. 7 years ago
Rusty Russell 118f099dd8 gossip: dev-query-channel-range to test query_channel_range. 7 years ago
Rusty Russell c34b49c356 gossipd: add dev-send-timestamp-filter command for testing timestamp filtering. 7 years ago
Rusty Russell c633cbe2ee tests: add dev-query-scids 7 years ago
Rusty Russell c2189229ca gossipd: only broadcast channel_announcement once we have a channel_update. 7 years ago
Rusty Russell 601a855543 tests/test_lightningd.py: test new delayed gossip channel_announce behaviour. 7 years ago
Rusty Russell 498ad91318 tests: new helper to get pid of a particular subdaemon. 7 years ago
Christian Decker c17848a3f3 gossip: Disable local channels after loading the gossip_store 7 years ago
Christian Decker 202ce5e4ea pytest: Replace wait_for_channels with an actual check 7 years ago
Christian Decker 568cd9ff36 pytest: Making test_routing_gossip less flaky 7 years ago
ZmnSCPxj 0087105d6c test_lightningd: Test forget-if-fundee behavior. 7 years ago
Christian Decker f2b89a9965 pytest: Simplify test_routing_gossip 7 years ago
Christian Decker 1a45efd0a9 pytest: Use utils.TIMEOUT when settling in test_routing_gossip 7 years ago
Christian Decker 1a9c7783b7 pytest: Yet another instance where we wait only on one side 7 years ago
Christian Decker f1c64db5e7 pytest: Wait on both sides in test_peerinfo 7 years ago
Christian Decker eb869cf144 pytest: Make test_sendpay less flaky 7 years ago
Christian Decker a35cc9a79f pytest: Stabilize test_autocleaninvoice 7 years ago
Rusty Russell 90dc5173d5 test_lightningd.py: remove 5 slowest tests from non-developer mode. 7 years ago
Rusty Russell a2dc3d02a8 locktime-blocks: rename to watchtime-blocks. 7 years ago
Rusty Russell fd86fbf2fc lightningd: rename --anchor-confirms to --funding-confirms. 7 years ago
Rusty Russell 8739b4cbe8 lighningd: Remove --debug-subdaemon-io. 7 years ago