rgb-cln/lightningd/test
Rusty Russell 1e3cb01546 bolt12: import the latest spec, update to fit.
I know this is an unforgivably large diff, but the spec has changed so
much that most of this amounts to a rewrite.

Some points:
* We no longer have "offer_id" fields, we generate that locally, as all
  offer fields are mirrored into invoice_request and then invoice.
* Because of that mirroring, field names all have explicit offer/invreq/invoice
  prefixes.
* The `refund_for` fields have been removed from spec: will re-add locally later.
* quantity_min was removed, max == 0 now mean "must specify a quantity".
* I have put recurrence fields back in locally.

This brings us to 655df03d8729c0918bdacac99eb13fdb0ee93345 ("BOLT 12:
add explicit invoice_node_id.")

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-11-09 15:08:03 +01:00
..
Makefile wire/Makefile: fix missing wire/bolt12_exp_wiregen.c in ALL_C_SOURCES. 2022-10-26 11:29:06 +10:30
run-find_my_abspath.c lightningd: more graceful shutdown. 2022-09-12 14:00:41 +02:00
run-invoice-select-inchan.c bolt12: import the latest spec, update to fit. 2022-11-09 15:08:03 +01:00
run-jsonrpc.c common/json_filter: routines for json filtering. 2022-11-09 20:25:58 +10:30
run-log-pruning.c jsonrpc: make error codes an enum. 2022-09-19 10:18:55 +09:30
run-shuffle_fds.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00