core-lightning/gossipd
Rusty Russell 72b215f6fe Make all internal message numbers unique.
We were sending a channeld message to onchaind, which was v. confusing
due to overlap.  We make all the numbers distinct, which means we can
also add an assert() that it's valid for that daemon, which catches
such errors immediately.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-09-28 13:07:05 +09:30
..
test gossip: fix address descriptor handling. 2017-09-03 02:01:54 +02:00
broadcast.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
broadcast.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
gossip_wire.csv Make all internal message numbers unique. 2017-09-28 13:07:05 +09:30
gossip.c status: use common status codes for all the failures. 2017-09-12 23:00:53 +02:00
Makefile Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
routing.c gossip: fix address descriptor handling. 2017-09-03 02:01:54 +02:00
routing.h gossip: fix address descriptor handling. 2017-09-03 02:01:54 +02:00