Files
lightning/lightningd
Rusty Russell e46ce0fc84 jsonrpc: declare up front whether a response is success or fail.
Such an API is required for when we stream it directly.  Almost all our
handlers fit this pattern already, or nearly do.

We remove new_json_result() in favor of explicit json_stream_success()
and json_stream_fail(), but still allowing command_fail() if you just
want a simple all-in-one fail wrapper.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-10-19 22:02:11 +00:00
..
2017-10-20 18:31:32 +02:00
2018-07-29 16:27:38 +02:00
2018-08-20 01:02:25 +00:00
2018-05-05 17:55:10 +02:00
2018-07-30 03:04:45 +00:00
2018-02-16 13:08:29 +01:00