core-lightning/lightningd/test
Rusty Russell e17f69ce2d json_stream: disentangle JSON handling from command.
We promote 'struct json_stream' to contain the membuf; we only attach
the json_stream to the command when we actually call
json_stream_success / json_stream_fail.

This means we are closer to 'struct json_stream' being an independent
layer; the tests are already modified to use it directly to create
JSON.

This is also the first step toward re-enabling non-serial command
execution.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-11-20 16:51:19 +01:00
..
Makefile lightningd: format JSON directly into json connection membuf. 2018-10-19 22:02:11 +00:00
run-commit_tx.c Remove tal_len, use tal_count() or tal_bytelen(). 2018-07-30 11:31:17 +02:00
run-find_my_abspath.c plugin: Give each plugin their own log-prefix 2018-11-13 00:44:50 +01:00
run-funding_tx.c lightningd: fix up BOLT references. 2018-06-18 12:31:09 +02:00
run-invoice-select-inchan.c json_stream: disentangle JSON handling from command. 2018-11-20 16:51:19 +01:00
run-json_escaped.c common/json: move JSON creation routines into lightningd/ 2018-10-19 22:02:11 +00:00
run-jsonrpc.c json_stream: disentangle JSON handling from command. 2018-11-20 16:51:19 +01:00
run-key_derive.c Force the use of the POSIX C locale for all commands and their subprocesses 2018-04-27 14:02:59 +02:00
run-param.c json_stream: disentangle JSON handling from command. 2018-11-20 16:51:19 +01:00