rgb-cln/wire
niftynei ff069ff924 rbf: consolidate failure paths, use "warnings"
We move over to the new "warning" paradigm, instead of using
an "rbf_fail" message.

Every failure is either a warning or an error; on warnings we
hang up and reconnect later, effectively resetting the state.
2021-03-06 15:03:56 +10:30
..
test temp_channel_id: move to common 2021-01-10 13:44:04 +01:00
.gitignore chore: adds experimental wiregen to gitignore 2020-09-09 20:46:46 +09:30
Makefile wire/Makefile: make sure we regen exp files if patches change. 2021-03-03 16:36:22 -06:00
bolt12_exp_wire.csv wire.c: import bolt 12 offers CSV. 2020-12-09 16:40:13 +10:30
bolt12_wire.csv wire: add bolt12_wire.csv 2021-01-13 14:45:36 +01:00
bolt12_wiregen.c Makefile: fix parallel build error on clean tree. 2021-03-03 16:36:22 -06:00
bolt12_wiregen.h Makefile: fix parallel build error on clean tree. 2021-03-03 16:36:22 -06:00
common_wire.csv Makefile: use generic rules to make spec-derived sources. 2020-08-31 21:33:26 -05:00
common_wiregen.c wire/Makefile: make sure we regen exp files if patches change. 2021-03-03 16:36:22 -06:00
common_wiregen.h wire/Makefile: make sure we regen exp files if patches change. 2021-03-03 16:36:22 -06:00
extracted_bolt12_tlv_csv wire.c: import bolt 12 offers CSV. 2020-12-09 16:40:13 +10:30
extracted_onion_01_offers.patch wire: Apply onion mesages spec patch even when not experimental. 2021-01-13 14:45:36 +01:00
extracted_onion_exp_badonion_blinding.patch wire/Makefile: refactor to allow non-experimental spec patches. 2021-01-13 14:45:36 +01:00
extracted_onion_exp_enctlv.patch wire/Makefile: refactor to allow non-experimental spec patches. 2021-01-13 14:45:36 +01:00
extracted_peer_01_offers.patch wire: Apply onion mesages spec patch even when not experimental. 2021-01-13 14:45:36 +01:00
extracted_peer_exp_add_htlc-plus-blinding.patch wire/Makefile: refactor to allow non-experimental spec patches. 2021-01-13 14:45:36 +01:00
extracted_peer_exp_dual_fund.patch wire/Makefile: refactor to allow non-experimental spec patches. 2021-01-13 14:45:36 +01:00
extracted_peer_exp_dual_fund_more.patch wire/Makefile: refactor to allow non-experimental spec patches. 2021-01-13 14:45:36 +01:00
extracted_peer_exp_tmp_chan_id.patch wire/Makefile: refactor to allow non-experimental spec patches. 2021-01-13 14:45:36 +01:00
extracted_peer_experimental_dual_fund_more_more.patch rbf: consolidate failure paths, use "warnings" 2021-03-06 15:03:56 +10:30
extracted_peer_warning.patch lightningd: implement receiving warnings. 2021-02-04 12:02:52 +10:30
fromwire.c utf8: handle UTF-8 arrays. 2020-12-09 16:40:13 +10:30
onion_defs.h wire: add onion_defs.h to bolt-check, update quote. 2018-09-13 17:38:13 -07:00
onion_printgen.c Makefile: fix parallel build error on clean tree. 2021-03-03 16:36:22 -06:00
onion_printgen.h Makefile: fix parallel build error on clean tree. 2021-03-03 16:36:22 -06:00
onion_wire.csv wire: Apply onion mesages spec patch even when not experimental. 2021-01-13 14:45:36 +01:00
onion_wire.h Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 2020-09-08 09:42:00 +09:30
onion_wiregen.c Makefile: fix parallel build error on clean tree. 2021-03-03 16:36:22 -06:00
onion_wiregen.h wire/Makefile: make sure we regen exp files if patches change. 2021-03-03 16:36:22 -06:00
peer_printgen.c Makefile: fix parallel build error on clean tree. 2021-03-03 16:36:22 -06:00
peer_printgen.h Makefile: fix parallel build error on clean tree. 2021-03-03 16:36:22 -06:00
peer_wire.c rbf: consolidate failure paths, use "warnings" 2021-03-06 15:03:56 +10:30
peer_wire.csv gossipd: use modern 'sync_complete' field. 2021-02-25 13:23:16 +10:30
peer_wire.h Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 2020-09-08 09:42:00 +09:30
peer_wiregen.c Makefile: fix parallel build error on clean tree. 2021-03-03 16:36:22 -06:00
peer_wiregen.h Makefile: fix parallel build error on clean tree. 2021-03-03 16:36:22 -06:00
tlvstream.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
tlvstream.h wire/tlvstream: add tlv_make_fields helper to populate ->fields array. 2020-12-04 20:16:54 -06:00
towire.c utf8: handle UTF-8 arrays. 2020-12-09 16:40:13 +10:30
wire.h wire.c: import bolt 12 offers CSV. 2020-12-09 16:40:13 +10:30
wire_io.c common: tal_dup_talarr() helper. 2020-02-27 14:16:16 +10:30
wire_io.h gossipd: make more compact getchannels entries. 2019-04-09 12:37:16 -07:00
wire_sync.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
wire_sync.h wire_sync_write: support take() 2017-06-27 10:25:53 +09:30