484 Commits (f8fa4213f1721f3c5e1e0bd027fb7153d60986e5)

Author SHA1 Message Date
Rusty Russell 7986af1b1e pytest: only_one() helper to catch if RPC returns more elements than we expect 7 years ago
Rusty Russell edf043c89b pytest: make utils.py read config.vars. 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
Rusty Russell c46f373205 options: refuse two --announce-addr of the same type. 7 years ago
Rusty Russell f67182ff20 gossipd: order node_announcement addresses correctly, remove duplicate types. 7 years ago
Rusty Russell e6f31b3c66 pytest: allow duplicated options. 7 years ago
Christian Decker 6c82d1b8b0 pylightning: Subclass ValueError to access to the returned error 7 years ago
Rusty Russell ce5b4bddf2 tests: fix to work with bitcoind master branch. 7 years ago
Rusty Russell 91d62ad697 pytest: create only a single config file. 7 years ago
Rusty Russell 2375302534 pytest: move regtest argument into config file. 7 years ago
Rusty Russell c78afa9201 onchaind: use lowball fee instead of donating to miners. 7 years ago
Christian Decker e556bf4f36 pytest: Disable DNS lookups during test runs 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
Rusty Russell 965c20caae tests: reenable developer tests. 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 383b309a00 utils: make subd_pid return the *last* pid, in case we restarted daemon. 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 27a186be9c pytest: Stabilize LightningNode.openchannel for multiple channels 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 2e8b3066e4 pytest: Filter out some unimportant log lines 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
Christian Decker dcbd27e7cf pytest: Actually wait for payments to confirm in benchmark 7 years ago