mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
Now that we have json_stream in common/, we can move all the related helpers from lightningd/json to common/json. This way everyone can benefit of them (including libplugin, the plugins themselves, potentially lightning-cli), not lightningd alone! Note that the Makefile of the common/test/ had to be modified, because the new helpers make use of common/wireaddr... Which turns out to \#include <lightingd/lightningd.h> ! So we couldnt just include the .c and add mocks if we redefined some structs (hello run-param). |
||
---|---|---|
.. | ||
Makefile | ||
onion-test-v0.json | ||
run-amount.c | ||
run-bigsize.c | ||
run-bolt11.c | ||
run-cryptomsg.c | ||
run-derive_basepoints.c | ||
run-features.c | ||
run-funding_tx.c | ||
run-gossip_rcvd_filter.c | ||
run-ip_port_parsing.c | ||
run-json.c | ||
run-json_remove.c | ||
run-key_derive.c | ||
run-lock.c | ||
run-param.c | ||
run-softref.c | ||
run-sphinx.c |