rgb-cln/wire
Rusty Russell ee9e300da0 gossip: fix address descriptor handling.
1. The code to skip over padding didn't take into account max.
2. It also didn't use symbolic names.
3. We are not supposed to fail on unknown addresses, just stop parsing.
4. We don't use the read_ip/write_ip code, so get rid of it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-09-03 02:01:54 +02:00
..
test Makefiles: simplify dependencies. 2017-08-29 17:54:14 +02:00
Makefile Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
fromwire.c gossip: fix address descriptor handling. 2017-09-03 02:01:54 +02: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 gossip: include chain_hash in gossip messages. 2017-08-22 14:56:02 +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 common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
wire.h gossip: fix address descriptor handling. 2017-09-03 02:01:54 +02:00
wire_io.c fix: Header include order 2017-05-19 14:06:44 +02:00
wire_io.h wire/wire_io: support take() arg to io_write_wire(). 2017-03-10 21:45:55 +10:30
wire_sync.c wire_sync_write: support take() 2017-06-27 10:25:53 +09:30
wire_sync.h wire_sync_write: support take() 2017-06-27 10:25:53 +09:30