Files
palladum-lightning/tests/plugins
Rusty Russell bb6787df06 libplugin: allow sync interface to be used at all times.
After much thought and mis-steps, I chose a simple solution: open another fd
for sync comms.  It's almost impossible to know what state the async one is in.

jsonrpc_request_sync() is enhanced to return a valid tal object, as the current
behaviour of returning a pointer to inside an array was surprising.

Changelog-Changed: libplugin: you can now call the synchronous API functions at any time (not just in the init callback).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-08-19 13:37:50 +09:30
..
2023-09-26 19:21:05 +02:00
2025-08-11 11:06:22 +09:30
2025-08-18 14:57:46 +09:30
2023-08-06 14:37:49 +09:30
2024-05-08 22:32:13 -05:00