rgb-cln/devtools
Christian Decker 2ddf168d59 db: Implement SQL statement rewriting
We now have an abstract rewriter that will perform some common extractions and
replacements (type replacement for example), that can then be customized in
derived classes.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-09-22 02:03:43 +00:00
..
.gitignore devtools/mkencoded: tool to encode short_channel_id / other for testing 2019-09-12 05:11:56 +00:00
Makefile devtools/mkencoded: tool to encode short_channel_id / other for testing 2019-09-12 05:11:56 +00:00
bolt11-cli.c bolt11: handle `9` fields for new features. 2019-09-05 23:39:05 -05:00
create-gossipstore.c JSON: remove handling of pre-Adelaide (B:T:N) short_channel_ids. 2019-09-06 14:19:14 +02:00
credit devtools: fix credit script. 2019-07-30 17:38:11 +08:00
decode-iolog devtools/decode-iolog: tool to decode hexstrings from io logging. 2019-05-31 18:36:38 +02:00
decodemsg.c tlvs: add methods for decodemsg utility 2019-04-08 00:37:29 +00:00
dump-gossipstore.c devtools/dump-gossipstore: add flag to show deleted entries. 2019-09-12 05:11:56 +00:00
gossipwith.c devtools/gossipwith: allow --max-messages=0 to avoid reading msgs at all. 2019-08-20 00:07:38 +00:00
mkclose.c devtools/mkclose: make a mutual close transaction. 2019-08-26 08:44:22 +00:00
mkcommit.c channeld: set option_static_remotekey when negotiated. 2019-09-10 16:18:25 -05:00
mkencoded.c devtools/mkencoded: tool to encode short_channel_id / other for testing 2019-09-12 05:11:56 +00:00
mkfunding.c devtools/mkgossip: tool to create gossip msgs for testing. 2019-09-12 05:11:56 +00:00
mkgossip.c BOLT: update to master with gossip_queries_ex. 2019-09-22 01:17:11 +00:00
onion.c devtools: Minor cleanup of the onion command line tool 2019-07-30 02:14:49 +00:00
print_wire.c tools: fix 32 bit compile error 2019-07-25 11:41:48 +08:00
print_wire.h wire: handle bigsize/varint fields. 2019-07-27 21:19:57 -05:00
sql-rewrite.py db: Implement SQL statement rewriting 2019-09-22 02:03:43 +00:00