core-lightning/tools
Rusty Russell 62d9ecb6d3 hsmtool: makerune command.
You still need to actually make a rune when lightningd starts, as
commando (for safety) won't work unless you actually generate a rune
(that it knows of!).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Added: hsmtool: `makerune` command to make a master rune for a node.
2023-04-11 11:19:13 -07:00
..
gen tools/generate_wire.py: don't declare unused for variable. 2022-11-18 12:26:59 +01:00
test tools/test: fix very confused code. 2022-09-12 14:00:41 +02:00
.gitignore
bench-gossipd.sh
build-release.sh build-release: configure before submodcheck 2022-09-22 11:36:10 +02:00
check-bolt.c tools/check-bolt.c: don't leak open directory. 2023-01-30 13:24:29 +10:30
check-includes.sh tools/check-includes.sh: make shellcheck happy. 2021-12-06 10:05:39 +10:30
check-manpage.sh doc: format markdown correctly. 2022-09-08 00:36:51 +03:00
check-markdown.sh
check-setup_locale.sh
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: run directory for post-start if present. 2023-03-23 16:43:07 +10:30
fromschema.py tools/fromschema.py: don't try to handle more complex cases. 2023-01-30 15:15:41 -06:00
generate-wire.py common: update to latest onion message spec. 2022-10-26 11:29:06 +10:30
headerversions.c
hsmtool.c hsmtool: makerune command. 2023-04-11 11:19:13 -07:00
Makefile Makefile: use a library archive for CCAN 2022-07-17 08:51:02 +09:30
md2man.sh external: build lowdown if not already found. 2022-09-08 00:36:51 +03:00
mockup.sh update-mocks: handle missing deprecated_apis. 2022-07-09 09:59:52 +09:30
reckless reckless: use environment variable redirects 2023-04-09 12:41:11 +09:30
refresh-submodules.sh
rel.sh check: fix warnings from shellcheck 0.8.0 2022-11-09 15:08:03 +01:00
repro-build.sh repro: Update ubuntu jammy reprobuild 2022-07-21 15:21:12 -05:00
update-mocks.sh