540 Commits (27835df8fd4500f2da431ce52d74f4277fe4b112)

Author SHA1 Message Date
Rusty Russell d280eabc1e pytest: add a resart to test_permfail that we don't forget on restart. 6 years ago
Rusty Russell b379bec4e4 pytest: fix flakiness in test_channel_reenable. 6 years ago
Rusty Russell 3454ca57a2 pytest: remove DEVELOPER guard for test_ping 6 years ago
Christian Decker a97955845f pytest: dev-ping was renamed to ping 6 years ago
Rusty Russell 35d7449259 connectd: initialize peer->conn. 6 years ago
Rusty Russell f8aed1b4b0 pytest: add reconnection stress test. 6 years ago
Rusty Russell fefb7faba7 pytest: try a simple reconnection test. 6 years ago
Rusty Russell 9d8b3a070b pytest: make test_htlc_send_timeout more reliable. 6 years ago
Rusty Russell 65c882ca3a Minor cleanups. 6 years ago
Rusty Russell 63e4ea17af channeld: don't commit until we've seen recent incoming msg, ping if required. 6 years ago
Rusty Russell ebd229fb37 pytest: add test for HTLC timeout when a node is unreachable (xfail). 6 years ago
Rusty Russell 71575b2115 ping: no longer a dev_ command. 6 years ago
Rusty Russell 4f1186c4b1 connectd: iterate through all known addresses for a peer, not just one. 6 years ago
Rusty Russell 8939a5001b connectd: rely on the master to tell us to reconnect. 6 years ago
Rusty Russell 035362e151 openingd: don't exit when we receive an error. 6 years ago
Rusty Russell 02966a4857 connectd: remove unused handback APIs and code. 6 years ago
Rusty Russell e59cbb3e2c pytest: make sure receiving peer's openingd is ready. 6 years ago
Rusty Russell 50f5eb34b4 openingd: take peer before we're opening, wait for explicit funding msg. 6 years ago
Rusty Russell 5135d3ad7d pytest: make sure we truncate disconnect file for blackhole processes. 6 years ago
Rusty Russell 8668b0028e pytest: make sure both sides of channel are ready before returning from fund_channel 6 years ago
Rusty Russell 329270525c pytest: only use dev-allow-localhost when needed. 6 years ago
Rusty Russell fedcfd661f pytest: hand 'True' to decoderawtransaction so it doesn't get confused. 6 years ago
Rusty Russell 58d090c3c2 pytest: fix flaky test. 6 years ago
Rusty Russell d8a6028214 connectd: fix binding to same port on IPv4 and IPv6. 6 years ago
Christian Decker 2a14a98ead pytest: Migrate test_withdraw to use LightningNode.db_query 6 years ago
Christian Decker 90f74907f9 pytest: Use the file object and don't use print without line-endings 6 years ago
Christian Decker ae99e493b8 pytest: Remove test_lightningd and all the legacy testing framework 6 years ago
Christian Decker d3731b08b1 pytest: Migrate all remaining tests into test_misc.py 6 years ago
Christian Decker 13d9f30a6a pytest: Move forwarded payments to test_pay.py 6 years ago
Christian Decker 58709cf190 pytest: Migrate connection tests to new fixture model 6 years ago
Christian Decker 19092a8f1b pytest: Migrate close and onchain tests to test_closing.py 6 years ago
Christian Decker 605bf8c89d pytest: Migrate the gossip related tests to the new fixture model 6 years ago
Christian Decker 2e26d4fc42 pytest: Migrate payment related tests to use modern fixtures 6 years ago
Christian Decker de99ccca81 pytest: Move invoice-related tests into their own file 6 years ago
Christian Decker 2c77fc5bf2 pytest: Add a helper to determine a node's peer channel state 6 years ago
Christian Decker 88217369c2 pytest: Move NodeFactory to utils.py 6 years ago
Christian Decker 6dae525c07 pytest: Check description of newly created invoices 7 years ago
Christian Decker b55d03cb30 pytest: Pass result to fixtures and keep directories of failed tests 7 years ago
Rusty Russell 8f38a46584 lightningd: correctly store our own channel_reserve_satoshis 7 years ago
Rusty Russell 6d79f7679c pytest: test reserve enforcement. 7 years ago
Rusty Russell 6e10237d10 pytest: allow db_query to manipulate db. 7 years ago
Rusty Russell c5b5f74965 lightningd: display all addresses in listnodes. 6 years ago
Christian Decker d3edfc8028 onion: Print the extracted channel_update and onionreply to debug 7 years ago
Rusty Russell 52303029aa fundchannel: cap 'all' at 2^24-1 satoshi. 7 years ago
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
William Casarin 8869204730 test: add pytest-xdist to the python test requirements 7 years ago