242 Commits (master)

Author SHA1 Message Date
Rusty Russell 3ba544bfde common/bolt11: use struct amount_msat 6 years ago
Rusty Russell 7fad7bccba common/amount: new types struct amount_msat and struct amount_sat. 6 years ago
Rusty Russell c75f9f4318 devtools/bolt11-cli: print min_final_cltv_expiry. 6 years ago
Rusty Russell 59febcb968 sphinx: explain why parse_onionpacket fails. 6 years ago
Rusty Russell 66de6b84be channeld: use pointer for shared secret. 6 years ago
Rusty Russell c5ee905c92 gossipwith: correctly replace all ccan/io operations in handshake.c. 6 years ago
Rusty Russell c236361efd wireaddr: update bolt version, remove 'padding' from addresses. 6 years ago
William Casarin 7c4b9c8a0d build: fix compile error on gcc ~7.3.0 6 years ago
Rusty Russell 41b0872f58 Use localfeatures and globalfeatures consistently. 6 years ago
Rusty Russell d16c3dcdc7 devtools/decodemsg: take series of msgs from stdin. 6 years ago
Rusty Russell 47f5bc4deb gossipwith: add ability to send message. 6 years ago
Rusty Russell 0925daa087 gossipwith: simple tool to snarf gossip from a node. 6 years ago
Rusty Russell 317a830e94 devtools: dump-gossipstore. 6 years ago
practicalswift 0f7b11bdc2 Remove redundant code 6 years ago
Rusty Russell 337075dc8c tal: don't access low-level tal functions. 6 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
Rusty Russell 93cf28553d devtools/decodemsg: add --onion option for decoding onion errors. 6 years ago
ueno 21e61a5232 fix: make devtools-clean 6 years ago
Rusty Russell e217bc1220 per-commit-secret is a struct secret, not a sha256. 6 years ago
Rusty Russell 01c02fd617 devtools/decodemsg: decode encoded_short_ids. 6 years ago
Rusty Russell 0bd82a8138 devtools/decodemsg: decode node_announcement.addresses 6 years ago
Rusty Russell bf4dc09910 devtools/decodemsg: decode node_announcement.alias 6 years ago
Rusty Russell c02ff11506 print_wire: hand field names to print routines. 6 years ago
Rusty Russell 5aa1f37f07 devtools/Makefile: add devtools/onion.c to DEVTOOLS_TOOL_SRC 6 years ago
Rusty Russell cae25ca5db devtools/print_wire: add return for numerical fields. 7 years ago
practicalswift abf510740d Force the use of the POSIX C locale for all commands and their subprocesses 7 years ago
Christian Decker c635396766 common: Moving some bech32 related utilities to bech32_util 7 years ago
Rusty Russell 09c4203767 bolt11: allow multiple fallback addresses. 7 years ago
Rusty Russell 9f7d4312ff bolt11: undo json encoding for description bytes. 7 years ago
practicalswift 148aaa79d5 Check hex_decode(...) return value 7 years ago
ZmnSCPxj f9bc0353c4 devtools/onion: Add to gitignore. 7 years ago
Christian Decker 249464ccd2 sphinx: Print test vectors to stderr instead of stdout 7 years ago
Christian Decker ff6d5e896a sphinx: Add a dependency form the onion tool to the ccan config 7 years ago
Christian Decker d701e52c81 sphinx: Fixed the onion generation and decoding tool 7 years ago
Christian Decker 08bfb740f5 onion: Move cli onion tool to devtools/onion 7 years ago
practicalswift 91a9c2923f Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
ZmnSCPxj ff1a466ef3 devtools/.gitignore: Ignore decodemsg. 7 years ago
Rusty Russell fff7dd0826 devtools/decodemsg: new tool. 7 years ago
Rusty Russell 0610f66c34 bolt11: handle r value fee spec change. 7 years ago
Rusty Russell e9f9721ed3 devtools/bolt11-cli: handle hashed descriptions 7 years ago
practicalswift 0353ec0983 Remove trailing whitespace 7 years ago
Rusty Russell 1648eb548a devtools/bolt11-cli: simple helper to decode bolt11. 7 years ago