core-lightning/plugins/renepay
Rusty Russell 7040d49242 renepay: fix 32-bit compilation.
```
plugins/renepay/mods.c: In function 'payment_continue':
plugins/renepay/mods.c:63:7: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
   63 |       (u64)payment_virtual_program[payment->exec_state++];
      |       ^
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-05-17 14:06:36 -05:00
..
test renepay: update test files 2024-05-08 22:32:13 -05:00
chan_extra.c renepay: a bit more verbose information in logs 2024-05-08 22:32:13 -05:00
chan_extra.h renepay: separate flow and chan_extra 2024-05-08 22:32:13 -05:00
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
disabledmap.c renepay: add disabledmap abstraction 2024-05-08 22:32:13 -05:00
disabledmap.h renepay: add disabledmap abstraction 2024-05-08 22:32:13 -05:00
errorcodes.c renepay: minor fixes 2024-05-08 22:32:13 -05:00
errorcodes.h renepay: minor fixes 2024-05-08 22:32:13 -05:00
flow.c renepay: a bit more verbose information in logs 2024-05-08 22:32:13 -05:00
flow.h renepay: a bit more verbose information in logs 2024-05-08 22:32:13 -05:00
json.c renepay: fix sources 2024-05-08 22:32:13 -05:00
json.h renepay: remove payment from route 2024-05-08 22:32:13 -05:00
main.c libplugin: allow display of default values. 2024-05-15 15:50:54 -05:00
Makefile bolt12: allow first_node_id in blinded path to be a scid. 2024-05-12 19:11:43 -05:00
mcf.c renepay: bug fix on the routebuilder 2024-05-08 22:32:13 -05:00
mcf.h error handling in mcf.c 2024-01-22 15:10:08 +10:30
mods.c renepay: fix 32-bit compilation. 2024-05-17 14:06:36 -05:00
mods.h renepay: payment state machine (mods) 2024-05-08 22:32:13 -05:00
payment.c renepay: fix some memory leaks 2024-05-08 22:32:13 -05:00
payment.h renepay: fix some memory leaks 2024-05-08 22:32:13 -05:00
payment_info.h renepay: remove payment from route 2024-05-08 22:32:13 -05:00
payplugin.h renepay: THE plugin global structure 2024-05-08 22:32:13 -05:00
route.c renepay: a bit more verbose information in logs 2024-05-08 22:32:13 -05:00
route.h renepay: remove payment from route 2024-05-08 22:32:13 -05:00
routebuilder.c renepay: bug fix on the routebuilder 2024-05-08 22:32:13 -05:00
routebuilder.h renepay: fix sources 2024-05-08 22:32:13 -05:00
routefail.c renepay: fix sources 2024-05-08 22:32:13 -05:00
routefail.h renepay: add routefail.c 2024-05-08 22:32:13 -05:00
routetracker.c renepay: fix some memory leaks 2024-05-08 22:32:13 -05:00
routetracker.h renepay: remove payment from route 2024-05-08 22:32:13 -05:00
uncertainty.c renepay: fix some memory leaks 2024-05-08 22:32:13 -05:00
uncertainty.h renepay: refactor routefail 2024-05-08 22:32:13 -05:00