core-lightning/plugins/renepay
Rusty Russell 757e6f8a9b libplugin: allow display of default values.
This means we can see the values in listconfigs, even if we haven't set
them yet.

In particular, we now see the following:

* autoclean-cycle.value_int=3600
* bitcoin-rpcclienttimeout.value_int=60
* bitcoin-retry-timeout.value_int=60
* funder-max-their-funding.value_str=4294967295sat
* funder-per-channel-min.value_str=10000sat
* funder-reserve-tank.value_str=0sat
* funder-fund-probability.value_int=100

Changelog-Changed: plugins: libplugin now shows plugin option default values (where they're non-trivial)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-05-15 15:50:54 -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 some memory leaks 2024-05-08 22:32:13 -05:00
mods.h renepay: payment state machine (mods) 2024-05-08 22:32:13 -05:00
payment_info.h renepay: remove payment from route 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
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