rgb-cln/tools
Christian Decker b8bcc7d13f pytest: Add a new RPC interface to talk to grpc
This allows us to re-use existing tests (assuming the call and fields
are covered by `cln-rpc` and `cln-grpc`) to test the full roundtrip
from test over the grpc interface to the json-rpc interface and back
again.

You can switch to the grpc interface by setting the `CLN_TEST_GRPC`
environment variable to 1, but for now only very few shims are
implemented (due to the non-generated nature of LightningRpc).
2022-07-21 14:19:06 +09:30
..
gen tools/gen: Always return bool! 2022-07-14 12:24:48 -05:00
test tools/generate_wire.py: make functions allocate the TLV. 2022-03-25 13:55:44 +10:30
.gitignore reorganize .gitignore entries across subdirs. 2021-05-18 09:43:50 +09:30
Makefile Makefile: use a library archive for CCAN 2022-07-17 08:51:02 +09:30
bench-gossipd.sh gossipd: remove unnecessary dev_unknown_channel_satoshis arg. 2019-05-22 11:28:44 +00:00
build-release.sh v0.11.0.1: final fixes for release build 2022-04-25 20:49:44 +09:30
check-bolt.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
check-includes.sh tools/check-includes.sh: make shellcheck happy. 2021-12-06 10:05:39 +10:30
check-manpage.sh tools: add a tool to formatting schema, and fixed (hack) the Makefile code checking. 2021-11-28 10:55:48 +10:30
check-markdown.sh tools: use /usr/bin/env bash instead of /bin/bash 2018-07-24 00:25:43 +00:00
check-setup_locale.sh setup: add setup to make checks 2020-05-19 13:35:42 +09:30
check-spelling.sh pytest: Add a new RPC interface to talk to grpc 2022-07-21 14:19:06 +09:30
docker-entrypoint.sh docker: Update name from c-lightning to Core-Lightning 2022-05-14 11:43:46 +09:30
fromschema.py doc: Add documentation for new RPCs and a FIXME: in fromschema.py 2022-07-14 12:24:48 -05:00
generate-wire.py common: Add scb_wire for serializing the static_chan_backup 2022-07-14 12:24:48 -05:00
headerversions.c db: Ensure sqlite3 library minimum version and major version match 2021-10-12 09:15:48 +10:30
hsmtool.c lightningd: expand exit codes for various failures. 2022-07-20 19:28:33 +09:30
mockup.sh update-mocks: handle missing deprecated_apis. 2022-07-09 09:59:52 +09:30
refresh-submodules.sh make: have `git submodule update` be recursive 2020-12-11 13:20:54 +01:00
rel.sh tools: use /usr/bin/env bash instead of /bin/bash 2018-07-24 00:25:43 +00:00
repro-build.sh repro: Add reprobuild support for ubuntu:22.04 2022-04-28 12:28:48 +09:30
update-mocks.sh update-mocks: prefer to find function defs from local includes. 2021-05-22 17:53:04 +09:30