rgb-cln/devtools
Rusty Russell 723c16072a cleanups: feedback from Christian Decker review.
1. Hoist 7200 constant into the bolt12 heade2.
2. Make preimage the last createinvoice arg, so we could make it optional.
3. Check the validity of the preimage in createinvoice.
4. Always output used flag in listoffers.
5. Rename wallet offer iterators to offer_id iterators.
6. Fix paramter typos.
7. Rename `local_offer_id` parameter to `localofferid`.
8. Add reference constraints on local_offer_id db fields.
9. Remove cut/paste comment.
10. Clarify source of fatal() messages in wallet.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-12-15 12:05:02 +01:00
..
.gitignore devtools: git ignore devtools/blindedpath 2020-04-07 12:45:34 -05:00
Makefile devtools/bolt12-cli: cheap ripoff of bolt11-cli tool. 2020-12-09 16:40:13 +10:30
blindedpath.c common/sphinx: make onionpacket.routinginfo a dynamic member. 2020-12-11 15:51:24 +01:00
bolt11-cli.c unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
bolt12-cli.c cleanups: feedback from Christian Decker review. 2020-12-15 12:05:02 +01:00
changelog.py release: Use correct version name and automatically add the link 2020-09-09 20:22:42 +09:30
checkchannels.c lightningd: change config-dir from plugin / wallet / hsm POV into <network> subdir 2019-11-23 22:42:34 +00:00
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 Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 2020-09-08 09:42:00 +09:30
credit devtools/credit: remove ZmnSCPxj from naming twice! 2020-09-09 12:31:08 +09:30
decode-iolog devtools/decode-iolog: tool to decode hexstrings from io logging. 2019-05-31 18:36:38 +02:00
decodemsg.c Makefile: make check-includes check all the non-generated files. 2020-10-22 12:14:34 +10:30
dump-gossipstore.c Makefile: make check-includes check all the non-generated files. 2020-10-22 12:14:34 +10:30
gossipwith.c Makefile: make check-includes check all the non-generated files. 2020-10-22 12:14:34 +10:30
lightning-checkmessage.c devtools: lightning-lightning-checkmessage to validate zbase32 node sigs 2019-10-14 18:58:44 -05:00
mkclose.c initial_commit_tx, commit_tx: add anchor outputs if needed. 2020-08-14 11:51:14 +09:30
mkcommit.c Makefile: make check-includes check all the non-generated files. 2020-10-22 12:14:34 +10:30
mkencoded.c common: rename decode_short_channel_ids.{c,h} to decode_array.{c.h} 2019-09-27 02:32:53 +00:00
mkfunding.c common: remove funding_tx. 2020-09-08 10:14:42 +09:30
mkgossip.c Makefile: make check-includes check all the non-generated files. 2020-10-22 12:14:34 +10:30
mkquery.c Makefile: make check-includes check all the non-generated files. 2020-10-22 12:14:34 +10:30
onion.c common/sphinx: make onionpacket.routinginfo a dynamic member. 2020-12-11 15:51:24 +01:00
print_wire.c devtools/decodemsg: handle truncated TLVs properly. 2020-11-10 10:52:18 -06:00
print_wire.h Remove varint typedef for bigsize 2020-09-23 16:30:36 +09:30
route.c route: return NULL if destination is unreachable. 2020-10-21 08:58:34 +10:30
sql-rewrite.py wallet: Add new htlc column "localfailmsg" for outgoing htlcs. 2020-02-25 11:12:12 +10:30
topology.c route: return NULL if destination is unreachable. 2020-10-21 08:58:34 +10:30