core-lightning/gossipd
Rusty Russell dace9bfdcf gossipd: the great renaming.
We already have 'struct node', so rename 'struct routing_channel' to
'struct chan', and 'struct node_connection' to 'struct half_chan'.

Other minor changes:
1. rstate->channels -> rstate->chanmap.
2. 'connections' -> 'half'.
3. connection_to -> half_chan_to
4. connection_from -> half_chan_from

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-03-04 23:25:53 +01:00
..
test gossipd: the great renaming. 2018-03-04 23:25:53 +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 gossip_local_add_channel: remove unused flags field. 2018-03-03 19:29:35 +01:00
gossip.c gossipd: the great renaming. 2018-03-04 23:25:53 +01:00
handshake.c gossipd: use status levels for unusual reporting. 2018-02-28 12:48:45 +01: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 gossipd: the great renaming. 2018-03-04 23:25:53 +01:00
routing.h gossipd: the great renaming. 2018-03-04 23:25:53 +01:00