core-lightning/common/test
Rusty Russell d7e233e47d Move json and param core functionality into common, for plugins.
json_escaped.[ch], param.[ch] and jsonrpc_errors.h move from lightningd/
to common/.  Tests moved too.

We add a new 'common/json_tok.[ch]' for the common parameter parsing
routines which a plugin might want, taking them out of
lightningd/json.c (which now only contains the lightningd-specific
ones).

The rest is mainly fixing up includes.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-12-10 00:00:50 +00:00
..
Makefile common/test: add spec tests for bolt11. 2017-11-24 13:22:18 +01:00
run-bolt11.c Call wally_init(0) on startup to enabled assembly-optimised SHA-256 2018-11-21 01:18:24 +00:00
run-cryptomsg.c common/cryptomsg: remove unused async routines. 2018-09-28 04:14:28 +00:00
run-derive_basepoints.c Call wally_init(0) on startup to enabled assembly-optimised SHA-256 2018-11-21 01:18:24 +00:00
run-features.c Call wally_init(0) on startup to enabled assembly-optimised SHA-256 2018-11-21 01:18:24 +00:00
run-funding_tx.c signature: wrap almost all signatures in struct bitcoin_signature. 2018-12-06 23:11:51 +01:00
run-ip_port_parsing.c Tor: don't do seed queries if we're supposed to always use proxy. 2018-05-10 02:28:44 +00:00
run-json_escaped.c Move json and param core functionality into common, for plugins. 2018-12-10 00:00:50 +00:00
run-json_remove.c common/json: add context arg to json_parse_input. 2018-12-10 00:00:50 +00:00
run-json.c json: rename json_tok_bitcoin_amount. 2018-12-10 00:00:50 +00:00
run-key_derive.c lightningd/test: move some tests to common/ and channeld/ 2018-12-06 23:11:51 +01:00
run-lock.c common: Add a test for io_lock 2018-10-11 01:43:55 +00:00
run-param.c Move json and param core functionality into common, for plugins. 2018-12-10 00:00:50 +00:00
run-sphinx.c Don't advertise features we don't have in run-sphinx 2018-07-31 16:30:56 +02:00