core-lightning/tests
Rusty Russell ca28c30eff funding: don't allow funding new channels until we're synced.
This is probably worth preventing.

1. Our depth estimate would be inaccurate possibly leading to us
   timing out too early.
2. If we're not up-to-date our onchain funds are unknown.
3. We wouldn't be able to send or receive HTLCs until we're synced anyway.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-08-10 22:09:09 +02:00
..
data pytest: test starting with db corrupted by dangling peer. 2019-02-21 12:03:54 +01:00
plugins pylightning: Warn users of plugins that may break due to extra args 2019-08-05 00:19:48 +00:00
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08:00
btcproxy.py pytest: fix btcproxy mock logic. 2019-08-10 22:09:09 +02:00
conftest.py pytest: Pass result to fixtures and keep directories of failed tests 2018-08-07 00:54:19 +00:00
fixtures.py pytest: fail tests if we get any LOG_BROKEN level messages, unless flagged. 2019-07-02 03:26:10 +00:00
requirements.txt added mako dependency to tests/requirements.txt 2019-07-31 07:46:49 +08:00
test_closing.py pytest: fix flaky "peer reconnected" message in test_option_upfront_shutdown_script 2019-08-10 18:56:35 +02:00
test_connection.py Add a test for 'fundchannel_start' crash on deconnection 2019-08-10 00:04:01 +08:00
test_db.py db-fix: resolve crash on fundchannel 2019-08-10 02:52:13 +00:00
test_gossip.py gossipd/routing.c: Correctly handle a duplicated entry in exclude of getroute. 2019-08-02 16:06:15 +02:00
test_invoices.py bolt11: fix decoding and encoding of unknown fields. 2019-05-10 11:25:36 +00:00
test_misc.py funding: don't allow funding new channels until we're synced. 2019-08-10 22:09:09 +02:00
test_pay.py pytest: don't use deprecated options for close() in tests. 2019-08-09 05:47:16 +00:00
test_plugin.py cli: restore 0.7.0-style whitespace printing. 2019-08-08 18:16:48 +08:00
test_wallet.py wallet: clean reserved inputs on startup. 2019-06-06 04:47:44 +00:00
utils.py pytest: fail tests if we get any LOG_BROKEN level messages, unless flagged. 2019-07-02 03:26:10 +00:00