lightning/devtools
Rusty Russell e440799b5e devtools: have dump-gossipstore print malformed warnings to stdout.
If they go to stderr, you can't associate them with the record they're
talking about.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-02-11 15:11:47 -06:00
..
.gitignore gitignore: Add missing gitignore plugins an devtools 2024-08-13 08:32:23 -07:00
blockreplace.py tools: Add yml mode to blockreplace.py 2023-03-25 15:40:35 +10:30
bolt11-cli.c devtools: bolt11-cli encode command to make fake invoices. 2024-11-18 11:03:26 +10:30
bolt12-cli.c BOLT update: catch up ("BOLT 4: rename onionmsg_hop to blinded_path_hop") 2024-10-16 07:14:32 +10:30
bolt-catchup.sh devtools/bolt-catchup.sh: a tool to update the specs, one commit at a time. 2022-09-12 09:34:52 +09:30
changelog.py devtools: Fixed changlog.py default commit range 2024-08-13 08:32:23 -07:00
checkchannels.c global: expose all fmt_X functions for direct use, make uniform. 2024-03-20 13:51:48 +10:30
clean_topo.c
clean_topo.h
create-gossipstore.c bitcoin/short_channel_id: pass by copy everywhere. 2024-03-20 13:51:48 +10:30
credit devtools/credit: ! not ^ to invert the match set in sh. 2023-07-31 17:17:15 +09:30
decode-iolog
decodemsg.c devtools: call common_setup in main 2023-06-05 16:16:21 +02:00
dump-gossipstore.c devtools: have dump-gossipstore print malformed warnings to stdout. 2025-02-11 15:11:47 -06:00
encodeaddr.c
features.c
fp16.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
gossipwith.c devtools/gossipwith: filter for max-messages. 2025-01-27 11:07:04 +10:30
gossmap-compress.c gossmap: add (and use) logging hook. 2025-02-11 15:11:47 -06:00
lightning-checkmessage.c global: expose all fmt_X functions for direct use, make uniform. 2024-03-20 13:51:48 +10:30
Makefile devtools/gossmap-compress: use transparent zlib compression if available. 2024-08-07 11:18:55 +09:30
mkclose.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
mkcommit.c channeld: Add dynamic funding_pubkeys to channel_txs 2024-11-21 14:15:36 +10:30
mkencoded.c gossipd: drop zlib support. 2024-07-10 12:21:19 +09:30
mkfunding.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
mkgossip.c bitcoin/short_channel_id: pass by copy everywhere. 2024-03-20 13:51:48 +10:30
mkquery.c
onion.c common: sphinx_path_new to take explicit len. 2024-11-18 11:03:26 +10:30
print_wire.c common: add sciddir_or_pubkey type. 2024-05-12 19:11:43 -05:00
print_wire.h common: add sciddir_or_pubkey type. 2024-05-12 19:11:43 -05:00
reduce-includes.sh check: fix warnings from shellcheck 0.8.0 2022-11-09 15:08:03 +01:00
route.c gossmap: add (and use) logging hook. 2025-02-11 15:11:47 -06:00
rune.c devtools/rune: simple decode tool. 2022-07-17 08:51:02 +09:30
sql-rewrite.py db: Backfill missing HTLC IDs in the forwards table 2022-11-28 14:47:43 +01:00
taldump-analyze.py
topology.c gossmap: add (and use) logging hook. 2025-02-11 15:11:47 -06:00
unused-functions.sh