core-lightning/handshaked/handshake_wire.csv
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

896 B

1#include <common/cryptomsg.h>
2# FIXME: This is probably too finegrained.
3initr_act_one,14001
4initr_act_two,14002
5initr_act_three,14003
6respr_act_one,14011
7respr_act_two,14012
8respr_act_three,14013
9success,4000
10handshake_responder,4001
11handshake_responder,,my_id,33
12handshake_responder_reply,4101
13handshake_responder_reply,,initiator_id,33
14handshake_responder_reply,,cs,struct crypto_state
15handshake_responder_reply,,gflen,2
16handshake_responder_reply,,globalfeatures,gflen
17handshake_responder_reply,,lflen,2
18handshake_responder_reply,,localfeatures,lflen
19handshake_initiator,4002
20handshake_initiator,,my_id,33
21handshake_initiator,,responder_id,33
22handshake_initiator_reply,4102
23handshake_initiator_reply,,cs,struct crypto_state
24handshake_initiator_reply,,gflen,2
25handshake_initiator_reply,,globalfeatures,gflen
26handshake_initiator_reply,,lflen,2
27handshake_initiator_reply,,localfeatures,lflen