core-lightning/plugins/test
Rusty Russell c797b6fb20 libplugin: add method string to jsonrpc callbacks, implement generic helpers.
Without knowing what method was called, we can't have useful general logging
methods, so go through the pain of adding "const char *method" everywhere,
and add:

1. ignore_and_complete - we're done when jsonrpc returned
2. log_broken_and_complete - we're done, but emit BROKEN log.
3. plugin_broken_cb - if this happens, fail the plugin.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-11-07 17:04:35 +10:30
..
Makefile pay: Use the global channel_hint_set and remember across payments 2024-10-07 14:05:47 +02:00
Makefile2 plugins/test/run-route-overlong: modern overlong routing test. 2021-05-22 17:53:04 +09:30
run-funder_policy.c libplugin: allow display of default values. 2024-05-15 15:50:54 -05:00
run-route-calc.c libplugin: add method string to jsonrpc callbacks, implement generic helpers. 2024-11-07 17:04:35 +10:30
run-route-overlong.c libplugin: add method string to jsonrpc callbacks, implement generic helpers. 2024-11-07 17:04:35 +10:30