rgb-cln/wire
Rusty Russell 7419fde9a0 Update to new spec: differentiate channel_id and short_channel_id.
The spec 4af8e1841151f0c6e8151979d6c89d11839b2f65 uses a 32-byte 'channel-id'
field, not to be confused with the 8-byte short ID used by gossip.  Rename
appropriately, and update to the new handshake protocol.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-02 22:51:49 +10:30
..
test Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
Makefile Makefile: fix distclean, clean targets. 2017-03-02 22:51:39 +10:30
fromwire.c Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
gen_onion_wire_csv wire: split onion messages from peer wire messages. 2017-01-06 13:40:35 +10:30
gen_peer_wire_csv Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
onion_defs.h wire: split onion messages from peer wire messages. 2017-01-06 13:40:35 +10:30
towire.c Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
wire.h Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
wire_io.c wire: add ccan/io helpers to send (unencrypted) messages between damones. 2017-01-10 15:22:20 +10:30
wire_io.h wire: add ccan/io helpers to send (unencrypted) messages between damones. 2017-01-10 15:22:20 +10:30
wire_sync.c wire/wire_sync: helper routines for direct read/write of messages. 2017-01-10 15:21:20 +10:30
wire_sync.h wire/wire_sync: helper routines for direct read/write of messages. 2017-01-10 15:21:20 +10:30