414 Commits (4429c6e7cd78c1eca39742ad57d5ff02ce5e6852)

Author SHA1 Message Date
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
Rusty Russell edf1b3cec9 More option cleanups. 7 years ago
Rusty Russell 0aa22741df option cleanup: --dev-override-fee-rates 7 years ago
Rusty Russell 85a062164a test_lightningd: test_closing_torture timeout increase. 7 years ago
Rusty Russell c546b1bbb6 gossipd: specify origin of updates in errors. 7 years ago
Rusty Russell 8ee60e2d8e testing: make sure we don't see gossip in bad order. 7 years ago
Rusty Russell c33bbb2639 test_lightningd.py: wait longer test_permfail for l2 to notice new blocks. 7 years ago
Rusty Russell 2caeab506b tests/test_lightningd.py: make test_blockchaintrack safe to re-run. 7 years ago
Rusty Russell ecebbe700b tests/test_lightningd.py: remove unneeded btc variable. 7 years ago
ZmnSCPxj 757c059cd4 test_lightningd: Add closingd torture test. 7 years ago
Christian Decker 783327622f pytest: Mark test_blockchaintrack as flaky 7 years ago
Christian Decker 5f7b0fdf92 pytest: Marking `test_permfail` as flaky 7 years ago
Christian Decker 104645ba3a pytest: Fix flaky `test_closing_id` test 7 years ago
Rusty Russell 79902b48c7 test_lightningd.py: remove gratuitous 'addr' option from test_connect_by_gossip. 7 years ago
Rusty Russell d40d22b68e gossipd: don't try to connect to non-routable addresses. 7 years ago
Rusty Russell af065417e1 gossipd: handle wildcard addresses correctly. 7 years ago
Rusty Russell 52917ff6c9 More flexible address wildcards, only add wildcard if nothing else. 7 years ago
Rusty Russell fe96fe10c7 Clean up network options. 7 years ago
Rusty Russell 00537fde43 lightningd: deprecate --ipaddr in favor of --addr. 7 years ago
Rusty Russell 6ba9a7cb57 tests/test_lightningd.py: move port into node. 7 years ago
Christian Decker 6231e9969f pytest: Give lightningd nodes a numeric ID to prefix logs 7 years ago
Christian Decker 65cac1ba85 pytest: Add flaky dependency and mark as test_closing_different_fees 7 years ago
Christian Decker 071ef628db pytest: Use random ports for bitcoind and lightningd to allow parallel testing 7 years ago
Christian Decker bbeb44faac pytest: Make the directory of the NodeFactory configurable 7 years ago
Christian Decker 727d115296 pytest: Add py.test fixtures and migrate first example test 7 years ago