rgb-cln/devtools
Rusty Russell 7ef2f4d7fb devtools/features: tool to convert feature bitmap to names.
For example:

```
$ ./devtools/features 80008008226aa2
option_data_loss_protect/odd (optional)
option_upfront_shutdown_script/odd (optional)
option_gossip_queries/odd (optional)
option_var_onion_optin/odd (optional)
option_gossip_queries_ex/odd (optional)
option_static_remotekey/odd (optional)
option_payment_secret/even (compulsory)
option_basic_mpp/odd (optional)
option_anchor_outputs/odd (optional)
option_shutdown_anysegwit/odd (optional)
option_onion_messages/odd (optional)
option_unknown_54/odd (optional)
```


Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-09-23 15:02:05 +02:00
..
.gitignore sort alphabetically 2021-06-28 14:43:47 +09:30
Makefile devtools/features: tool to convert feature bitmap to names. 2021-09-23 15:02:05 +02:00
blindedpath.c channeld: rename onion_message to obs_onion_message. 2021-09-22 06:44:26 +09:30
bolt11-cli.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
bolt12-cli.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
changelog.py devtools: add experimental section. 2021-04-07 14:34:39 +09:30
checkchannels.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
clean_topo.c devtools/topology: new tool to explore lightning topology. 2020-08-28 10:56:50 +09:30
clean_topo.h devtools/topology: new tool to explore lightning topology. 2020-08-28 10:56:50 +09:30
create-gossipstore.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
credit tools: Pretty print the credits 2021-01-26 15:45:13 +01:00
decode-iolog devtools/decode-iolog: tool to decode hexstrings from io logging. 2019-05-31 18:36:38 +02:00
decodemsg.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
dump-gossipstore.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
encodeaddr.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
features.c devtools/features: tool to convert feature bitmap to names. 2021-09-23 15:02:05 +02:00
gossipwith.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
lightning-checkmessage.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
mkclose.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
mkcommit.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
mkencoded.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
mkfunding.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
mkgossip.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
mkquery.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
onion.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
print_wire.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
print_wire.h Remove varint typedef for bigsize 2020-09-23 16:30:36 +09:30
reduce-includes.sh devtools/reduce-includes.sh: brute-force script to remove includes. 2021-09-17 09:43:22 +09:30
route.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
sql-rewrite.py wallet: Add new htlc column "localfailmsg" for outgoing htlcs. 2020-02-25 11:12:12 +10:30
topology.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30