59 Commits (3fa539fc1b78542abb5963f5cd7127e2e6d62940)

Author SHA1 Message Date
Rusty Russell e0ec9ac521 libwally: update to 0.6.8. 6 years ago
Rusty Russell a2fa699e0e Use node_id everywhere for nodes. 6 years ago
Rusty Russell b4455d517c common/node_id: new type. 6 years ago
Atis Elsts db2ed9e168 use SCNu64 instead of ld when scanning for a 64-bit value: fixes compilation on Raspberry Pi 6 years ago
William Casarin 6b49b17d6e build: handle possible fscanf errors 6 years ago
William Casarin 3d98ebbd7f build: fix maybe-uninitialized error on some gcc versions 6 years ago
William Casarin 8a4ff05a40 nit: remove end-of-line whitespace 6 years ago
Rusty Russell fbb494fba3 devtools/create-gossipstore: clean up enough to pass check-source. 6 years ago
Rusty Russell 6dd1dacb9c devtools/create-gossipstore: add --max option to create reduced testsets. 6 years ago
Rusty Russell b017caaadf devtools/create-gossipstore: don't pollute output with message. 6 years ago
Joe Netti 294394215e create-gossipstore.c can read scid -> satoshis csv file. The csv is in the format scid ,satoshis where there is a black space after scid. Made a header file that contains a struct. Modified makefile. Added cmdline arg --scidfile /path/to/csv and made the constant capacity command optional. create-gossipstore prints stats at the end. 6 years ago
Rusty Russell 8a2d387101 devtools/gossipwith: add option to stream from stdin. 6 years ago
Rusty Russell 3d8c1f0c02 devtools/create-gossipstore: tool to create a gossip_store file from stream of gossip. 6 years ago
lisa neigut ed1223492b tlvs: add methods for decodemsg utility 6 years ago
Rusty Russell 38e7d19dd5 Makefile: check for direct amount_sat/amount_msat access. 6 years ago
Rusty Russell 28f5da7b2f tools/generate-wire: use amount_msat / amount_sat for peer protocol. 6 years ago
Rusty Russell 3ac0e814d0 daemons: use amount_msat/amount_sat in all internal wire transfers. 6 years ago
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