rgb-cln/wire
Rusty Russell b3af5f5a2c spec: import latest onionmessage spec, based on routeblinding.
This is from 6e99c5feaf60cb797507d181fe583224309318e9

We renamed the enctlv field to encrypted_recipient_data in the spec, and the
new onion_message is message 513.  We don't handle it until the next patch.

Two renames:
1. blinding_seed -> blinding_point.
2. enctlv -> encrypted_recipient_data.

We don't do a compat cycle for our JSON APIs for these experimental
features only used by our own plugins, we just rename.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-12-01 05:44:28 +10:30
..
test memleak: make notleak use the tal name instead of a boutique struct. 2021-11-27 10:38:13 +10:30
.gitignore reorganize .gitignore entries across subdirs. 2021-05-18 09:43:50 +09:30
Makefile wire: Fix generated files 2021-09-20 18:17:56 +02:00
bolt12_exp_wire.csv BOLT 12: switch invoice_request/invoice to singular `chain` field. 2021-10-08 13:47:30 +02:00
bolt12_wire.csv BOLT 12: switch invoice_request/invoice to singular `chain` field. 2021-10-08 13:47:30 +02:00
channel_type_wire.csv common/channel_type: wrapper for generated 'struct channel_type'. 2021-09-13 15:53:23 +02:00
common_wire.csv
extracted_onion_01_offers.patch common: rename current onion message structures to obs2_. 2021-12-01 05:44:28 +10:30
extracted_onion_exp_badonion_blinding.patch
extracted_onion_exp_enctlv.patch spec: import latest onionmessage spec, based on routeblinding. 2021-12-01 05:44:28 +10:30
extracted_peer-shutdown-wrong_funding.patch
extracted_peer_02_warning.patch
extracted_peer_03_openchannelv2.patch dual-funding: update fee_step to be a feerate 2021-07-19 16:13:24 -04:00
extracted_peer_04_opt_will_fund.patch wire: fix patch file to match actual peer_wire.csv. 2021-09-02 14:04:32 +09:30
extracted_peer_05_newonion.patch spec: import latest onionmessage spec, based on routeblinding. 2021-12-01 05:44:28 +10:30
extracted_peer_exp_add_htlc-plus-blinding.patch
extracted_peer_exp_quiescence-protocol.patch EXPERIMENTAL: import spec for quiescence. 2021-06-01 12:08:51 -05:00
extracted_peer_exp_upgradable.patch channeld: import updated channel_upgrade spec. 2021-10-08 16:07:21 +02:00
fromwire.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
onion_defs.h
onion_wire.csv spec: import latest onionmessage spec, based on routeblinding. 2021-12-01 05:44:28 +10:30
onion_wire.h
peer_wire.c spec: import latest onionmessage spec, based on routeblinding. 2021-12-01 05:44:28 +10:30
peer_wire.csv spec: import latest onionmessage spec, based on routeblinding. 2021-12-01 05:44:28 +10:30
peer_wire.h
tlvstream.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
tlvstream.h wire/tlvstream: don't leak in tlvstream_set_tu64/tu32/short_channel_id. 2021-09-08 19:11:47 +02:00
towire.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
wire.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
wire_io.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
wire_io.h
wire_sync.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
wire_sync.h