core-lightning/wire
Rusty Russell 78cd25d620 ipaddr: rename to wireaddr.
In future it will have TOR support, so the name will be awkward.

We collect the to/fromwire functions in common/wireaddr.c, and the
parsing functions in lightningd/netaddress.c.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-10-26 21:01:09 +00:00
..
test Revert "Send/receive cltv_expiry_delta in open/accept channel." 2017-10-11 11:54:50 +02:00
fromwire.c ipaddr: rename to wireaddr. 2017-10-26 21:01:09 +00:00
gen_onion_wire_csv BOLT update for 8-byte satoshi values, and other updates. 2017-06-07 09:19:04 +09:30
gen_peer_wire_csv Revert "Send/receive cltv_expiry_delta in open/accept channel." 2017-10-11 11:54:50 +02:00
Makefile generate-wire.py: add --bolt arg, use size->type hacks only when that's specified. 2017-09-29 14:40:34 +02:00
onion_defs.h wire: split onion messages from peer wire messages. 2017-01-06 13:40:35 +10:30
peer_wire.c Move short_channel_id primitive into bitcoin 2017-08-10 12:34:58 +09:30
peer_wire.h BOLT: Update text to latest commit. 2017-08-22 14:56:02 +02:00
towire.c ipaddr: rename to wireaddr. 2017-10-26 21:01:09 +00:00
wire_io.c wire: restore BE endian to wire headers for internal messages. 2017-09-29 14:40:34 +02:00
wire_io.h wire: Fix include order in wire_io.h 2017-09-29 14:40:34 +02:00
wire_sync.c wire: restore BE endian to wire headers for internal messages. 2017-09-29 14:40:34 +02:00
wire_sync.h wire_sync_write: support take() 2017-06-27 10:25:53 +09:30
wire.h ipaddr: rename to wireaddr. 2017-10-26 21:01:09 +00:00