rgb-cln/wire
Rusty Russell 055cfd17a8 wire: locale-independent patch order for EXPERIMENTAL_FEATURES patches
Also, remove fuzz caused by varint->bigsize change.

For some reason my build machine sorts patches into another order, and fails
to patch:

	patching file wire/gen_onion_wire_csv.104951
	Hunk #1 succeeded at 52 with fuzz 1 (offset -19 lines).
	patching file wire/gen_onion_wire_csv.104951
	Hunk #1 FAILED at 8.
	1 out of 1 hunk FAILED -- saving rejects to file wire/gen_onion_wire_csv.104951.rej
	make: *** [wire/Makefile:60: wire/gen_onion_wire_csv] Error 1

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-07-17 13:54:21 +02:00
..
test wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
Makefile wire: locale-independent patch order for EXPERIMENTAL_FEATURES patches 2020-07-17 13:54:21 +02:00
common_wire_csv wire: Add common messages that are independent of daemons 2020-01-28 23:50:52 +01:00
extracted_onion_experimental_1b1c9a71038bd72453cabefd3ace17ce8b8dd96e EXPERMENTAL_FEATURES: Import onion message types. 2020-04-02 14:32:38 +10:30
extracted_onion_experimental_badonion_blinding wire: locale-independent patch order for EXPERIMENTAL_FEATURES patches 2020-07-17 13:54:21 +02:00
extracted_onion_experimental_enctlv EXPERIMENTAL: onion TLV field for enctlv for blinding. 2020-04-14 12:51:18 +09:30
extracted_onion_wire_csv wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
extracted_peer_experimental_1b1c9a71038bd72453cabefd3ace17ce8b8dd96e EXPERMENTAL_FEATURES: Import onion message types. 2020-04-02 14:32:38 +10:30
extracted_peer_experimental_add_htlc-plus-blinding channeld: support HTLCs with blinding (EXPERIMENTAL_FEATURES) 2020-04-14 12:51:18 +09:30
extracted_peer_wire_csv wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
fromwire.c fromwire: return NULL if array empty 2020-07-01 19:50:02 -05:00
onion_defs.h
peer_wire.c wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
peer_wire.h wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
tlvstream.c tlvstream: Allow overwriting an already set value 2020-07-15 11:32:58 +02:00
tlvstream.h tlv: Allow passing a raw pointer and a length to tlvstream_set_raw 2020-07-13 14:19:16 +02:00
towire.c wire: move remaining bitcoin functions out to bitcoin/ files. 2020-05-18 14:51:12 +02:00
wire.h wire: make fromwire_fail return non-const, use it more 2020-05-20 11:36:13 +02:00
wire_io.c common: tal_dup_talarr() helper. 2020-02-27 14:16:16 +10:30
wire_io.h
wire_sync.c
wire_sync.h