core-lightning/cln-rpc
laanwj c8660c85ba schemas: "description" field in "wait(any)invoice" is optional since BOLT12
For BOLT12 invoices, the "description" is field missing in the invoice
responses. Update the schemas accordingly:

- `doc/schemas/lightning-waitanyinvoice.json`
- `doc/schemas/lightning-waitinvoice.json`

Also commit the generated msggen, cln-grpc, cln-rpc and pyln-grpc-proto files.

Changelog-Fixed: schemas: Make description in `Wait(any)invoiceResponse` optional to handle BOLT12
2024-09-16 16:03:07 +09:30
..
examples cln-rpc: Remove wildcard import from model 2023-07-10 13:47:38 +09:30
src schemas: "description" field in "wait(any)invoice" is optional since BOLT12 2024-09-16 16:03:07 +09:30
Cargo.toml meta: bump rust versions for 24.05 release 2024-06-04 20:23:24 -05:00
Makefile Fix: Add notifications.rs to $(CHECK_GEN_ALL) target 2024-07-02 11:42:14 +09:30
README.md doc: update c-lightning to Core Lightning almost everywhere. 2022-04-07 06:53:26 +09:30

cln-rpc: Talk to Core Lightning