core-lightning/channeld
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 htlcs: add flag to 'fail immediately' 2021-10-23 12:59:13 +02:00
channeld_htlc.h htlcs: add flag to 'fail immediately' 2021-10-23 12:59:13 +02:00
channeld_wire.csv common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
channeld.c spec: import latest onionmessage spec, based on routeblinding. 2021-12-01 05:44:28 +10:30
commit_tx.c dusty-htlcs: enforce limit on dusty htlcs 2021-10-23 12:59:13 +02:00
commit_tx.h dusty-htlcs: enforce limit on dusty htlcs 2021-10-23 12:59:13 +02:00
full_channel_error.h dusty-htlcs: enforce limit on dusty htlcs 2021-10-23 12:59:13 +02:00
full_channel.c channeld: add in RFC notes for max_htlc_dust_exposure_msat 2021-10-23 12:59:13 +02:00
full_channel.h dusty-htlcs: enforce limit on dusty htlcs 2021-10-23 12:59:13 +02:00
Makefile common/autodata: use instead of ccan/autodata 2021-09-21 18:04:43 +02:00
watchtower.c common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
watchtower.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30