rgb-cln/devtools
Rusty Russell 7fad7bccba common/amount: new types struct amount_msat and struct amount_sat.
They're generally used pass-by-copy (unusual for C structs, but
convenient they're basically u64) and all possibly problematic
operations return WARN_UNUSED_RESULT bool to make you handle the
over/underflow cases.

The new #include in json.h means we bolt11.c sees the amount.h definition
of MSAT_PER_BTC, so delete its local version.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-02-21 00:44:57 +00:00
..
.gitignore gossipwith: simple tool to snarf gossip from a node. 2018-09-21 17:56:15 +02:00
Makefile common/amount: new types struct amount_msat and struct amount_sat. 2019-02-21 00:44:57 +00:00
bolt11-cli.c devtools/bolt11-cli: print min_final_cltv_expiry. 2019-01-15 12:01:38 +01:00
decodemsg.c devtools/decodemsg: take series of msgs from stdin. 2018-09-21 17:56:15 +02:00
dump-gossipstore.c devtools: dump-gossipstore. 2018-09-03 00:39:06 +00:00
gossipwith.c channeld: use pointer for shared secret. 2019-01-08 19:20:28 +01:00
onion.c sphinx: explain why parse_onionpacket fails. 2019-01-08 19:20:28 +01:00
print_wire.c Remove redundant code 2018-08-02 15:58:14 +09:30
print_wire.h per-commit-secret is a struct secret, not a sha256. 2018-07-17 12:32:00 +02:00