core-lightning/gossipd
Rusty Russell d5effcb961 test_lightning: fix race on testing, esp. test_closing_different_fees.
We get intermittant failure: WIRE_UNKNOWN_NEXT_PEER (First peer not ready)
because CHANNELD_NORMAL and actually telling gossipd that the channel
is available are distinct things: we need both.

(For test_closing_different_fees, we were testing CHANNELD_NORMAL on
the peer, not on l1, too).

But we may also directly send the announcement sigs if the height is
sufficient, so the simplest is to unify the messages.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-09 13:01:19 +01:00
..
test status: generate messages rather than marshal/unmarshal manually. 2018-02-08 19:07:12 +01:00
broadcast.c broadcast: Added option to replace a specific index 2018-02-05 18:28:39 +00:00
broadcast.h broadcast: Added option to replace a specific index 2018-02-05 18:28:39 +00:00
gossip_wire.csv gossipd: Implement gossip_mark_channel_unroutable. 2018-02-08 00:51:30 +00:00
gossip.c test_lightning: fix race on testing, esp. test_closing_different_fees. 2018-02-09 13:01:19 +01:00
handshake.c gossip: Remove HSM_FD from handshake 2017-12-17 02:44:20 +00:00
handshake.h ipaddr: rename to wireaddr. 2017-10-26 21:01:09 +00:00
Makefile status: generate messages rather than marshal/unmarshal manually. 2018-02-08 19:07:12 +01:00
routing.c test_lightning: fix race on testing, esp. test_closing_different_fees. 2018-02-09 13:01:19 +01:00
routing.h gossipd: Implement gossip_mark_channel_unroutable. 2018-02-08 00:51:30 +00:00