rgb-cln/gossipd/test
darosior 3510c29e5d common: move json_stream helpers to common/json
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).
2020-02-04 13:24:32 +10:30
..
.gitignore gossipd/test/run-bench-find_route: don't abort if we try to route to ourselves 2017-12-20 13:57:28 +01:00
Makefile tlv: Remove unused TLV deserialization function 2019-12-03 00:37:15 +00:00
run-bench-find_route.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
run-crc32_of_update.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
run-extended-info.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
run-find_route-specific.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
run-find_route.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
run-next_block_range.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
run-overlong.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
run-txout_failure.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30