rgb-cln/wire
Rusty Russell 98d2dc2d4c wire: update to BOLT 17ceba42dc6607b637a713a9bc051f63c1357edd "BOLT 4: onion message support."
We don't need to patch it in anymore, now it's merged.  However, we do
move the message itself from onion_wire.csv to peer_wire.csv (we
should get more sophisticated with our parsing, but this works for
now!).

The resulting peer_wire.csv is identical, the onion_wire.csv file is
slightly reordered.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-09-20 13:56:46 +09:30
..
test wire: correct argument order 2023-09-18 13:58:45 +09:30
Makefile build: don't generate experimental variants of wire files. 2023-05-23 09:34:08 +09:30
bolt12_exp_wire.csv bolt12: import the latest spec, update to fit. 2022-11-09 15:08:03 +01:00
bolt12_wire.csv bolt12: import the latest spec, update to fit. 2022-11-09 15:08:03 +01:00
channel_type_wire.csv
extracted_bolt12_01_recurrence.patch bolt12: import the latest spec, update to fit. 2022-11-09 15:08:03 +01:00
extracted_onion_02_offers.patch wire: update to BOLT 17ceba42dc6607b637a713a9bc051f63c1357edd "BOLT 4: onion message support." 2023-09-20 13:56:46 +09:30
extracted_onion_03_onionmsg-payload-as-bytearr.patch wire: update to BOLT 17ceba42dc6607b637a713a9bc051f63c1357edd "BOLT 4: onion message support." 2023-09-20 13:56:46 +09:30
extracted_onion_05_remove-onion_message.patch wire: update to BOLT 17ceba42dc6607b637a713a9bc051f63c1357edd "BOLT 4: onion message support." 2023-09-20 13:56:46 +09:30
extracted_peer-shutdown-wrong_funding.patch
extracted_peer_03_dual-funding.patch wire: fix up messy patches (make extract-peer-csv) 2023-09-20 13:56:46 +09:30
extracted_peer_04_opt_will_fund.patch wire: fix up messy patches (make extract-peer-csv) 2023-09-20 13:56:46 +09:30
extracted_peer_05_newonion.patch wire: update to BOLT 17ceba42dc6607b637a713a9bc051f63c1357edd "BOLT 4: onion message support." 2023-09-20 13:56:46 +09:30
extracted_peer_06_funding_outpoint_sigs.patch wire: fix up messy patches (make extract-peer-csv) 2023-09-20 13:56:46 +09:30
extracted_peer_07_peer_storage.patch wire: Add patch file for peer storage bkp 2023-02-08 08:37:59 -06:00
extracted_peer_09_quiescence-protocol.patch channeld: allow stfu based on peer features, not EXPERIMENTAL_FEATURES. 2023-05-23 09:34:08 +09:30
extracted_peer_10_upgradable.patch channeld: Code to implement splicing 2023-07-31 21:00:22 +09:30
extracted_peer_11_splice.patch wire: fix up messy patches (make extract-peer-csv) 2023-09-20 13:56:46 +09:30
fromwire.c channeld: Code to implement splicing 2023-07-31 21:00:22 +09:30
onion_defs.h
onion_wire.csv wire: update to BOLT 17ceba42dc6607b637a713a9bc051f63c1357edd "BOLT 4: onion message support." 2023-09-20 13:56:46 +09:30
onion_wire.h build: don't generate experimental variants of wire files. 2023-05-23 09:34:08 +09:30
peer_wire.c channeld: Code to implement splicing 2023-07-31 21:00:22 +09:30
peer_wire.csv wire: update to BOLT aad959a297ff66946effb165518143be15777dd6 "tools: remove option handling now last optional field was removed." 2023-09-20 13:56:46 +09:30
peer_wire.h build: don't generate experimental variants of wire files. 2023-05-23 09:34:08 +09:30
tlvstream.c
tlvstream.h
towire.c channeld: Code to implement splicing 2023-07-31 21:00:22 +09:30
wire.h signed types: add handlers for signed types 2023-07-13 19:34:47 +09:30
wire_io.c
wire_io.h
wire_sync.c
wire_sync.h