core-lightning/tests
Rusty Russell 16e16a725e gossipd: apply private updates to announce channel.
We trade channel_update before channel_announce makes the channel
public, and currently forget them when we finally get the
channel_announce.  We should instead apply them, and not rely on
retransmission (which we remove in the next patch!).

This earlier channel_update means test_gossip_jsonrpc triggers too
early, so have that wait for node_announcement.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-09-26 03:21:35 +00:00
..
benchmark.py pytest: Remove test_lightningd and all the legacy testing framework 2018-08-07 00:54:19 +00:00
btcproxy.py pytest: wait until mock is called for set_feerates. 2018-09-20 09:12:28 +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 lightningd: accept hsmstatus_client_bad_request messages (and log!) 2018-09-20 09:49:39 +02:00
requirements.txt pytest: Add an RPC proxy inbetween bitcoind and bitcoin-cli 2018-09-16 00:05:34 +02:00
test_closing.py pytest: more reliable onchain tests. 2018-09-21 00:28:44 +00:00
test_connection.py pytest: don't wait for sendrawtx, wait for expected tx. 2018-09-19 13:04:01 +02:00
test_gossip.py gossipd: apply private updates to announce channel. 2018-09-26 03:21:35 +00:00
test_invoices.py pytest: Move invoice-related tests into their own file 2018-08-07 00:54:19 +00:00
test_misc.py cli: help command now also prints usage 2018-09-25 15:11:45 +02:00
test_pay.py pytest: remove use dev-override-feerates. 2018-08-24 02:17:51 +00:00
utils.py pytest: more reliable onchain tests. 2018-09-21 00:28:44 +00:00