core-lightning/plugins/renepay
Rusty Russell d032a23647 plugins/renepay: don't require raw_message in error reply.
It's not there if it's a local error:

```
{
   "code": 202,
   "message": "Parsing '{message:%,data:{erring_index:%,failcode:%,raw_message:': object does not have member raw_message"
}
```

Reported-by: https://github.com/daywalker90
Fixes: #6553
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-08-15 05:31:46 +09:30
..
test renepay: drive *all* progress from termination of struct pay_flow. 2023-08-12 09:41:24 +09:30
debug.c renepay: an experimental payment plugin 2023-07-31 12:58:56 +09:30
debug.h renepay: an experimental payment plugin 2023-07-31 12:58:56 +09:30
dijkstra.c plugins/renepay/dijkstra: improve API to remove global. 2023-07-31 12:58:56 +09:30
dijkstra.h plugins/renepay/dijkstra: improve API to remove global. 2023-07-31 12:58:56 +09:30
flow.c renepay: more cleanups 2023-07-31 12:58:56 +09:30
flow.h renepay: more cleanups 2023-07-31 12:58:56 +09:30
Makefile renepay: fixups after comments 2023-07-31 12:58:56 +09:30
mcf.c renepay: clean up ARC_ADDITIONAL_BITS. 2023-08-02 11:40:52 +09:30
mcf.h renepay: an experimental payment plugin 2023-07-31 12:58:56 +09:30
pay.c plugins/renepay: don't require raw_message in error reply. 2023-08-15 05:31:46 +09:30
pay.h renepay: drive *all* progress from termination of struct pay_flow. 2023-08-12 09:41:24 +09:30
pay_flow.c renepay: trivial cleanup to rename flow to pf everywhere. 2023-08-12 09:41:24 +09:30
pay_flow.h renepay: add dummy pf_resuly type to ensure we deal with the flow. 2023-08-12 09:41:24 +09:30
payment.c renepay: add command notifications 2023-08-12 09:41:24 +09:30
payment.h renepay: drive *all* progress from termination of struct pay_flow. 2023-08-12 09:41:24 +09:30
uncertainty_network.c renepay: trivial cleanup to rename flow to pf everywhere. 2023-08-12 09:41:24 +09:30
uncertainty_network.h renepay: don't re-parse bolt11 to get routehints. 2023-08-12 09:41:24 +09:30