87 Commits (6c335dfcc64b5e4498fde003ef83716ea5e2d865)

Author SHA1 Message Date
ZmnSCPxj 559e3f35a6 devtools/: Ignore mkcommit and mkfunding executables. 5 years ago
lisa neigut 281b4c241e bolt-gen: fixup the devtool/decodemsg printing facility 5 years ago
Rusty Russell 0eda6a5ce7 devtools/mkcommit: cleanups. 5 years ago
Rusty Russell 63d5c7fc1f devtools/onion: allow setting the hop_data. 5 years ago
Rusty Russell b9ea1165c4 devtools/onion: allow setting the associated data. 5 years ago
Rusty Russell 1b8adabd4f devtools/onion: fix --decode 5 years ago
Rusty Russell 12d8be4fdc devtools: have mkcommit support HTLCs. 5 years ago
Rusty Russell 8b09a9ad06 devtools: add mkfunding and mkcommit. 5 years ago
Rusty Russell 5879f6b4e0 devtools/gossipwith: expose the INIT messages. 5 years ago
Rusty Russell 1036f98613 devtools/gossipwith: allow setting the secret key. 5 years ago
Rusty Russell af535bf5ff devtools/gossipwith: allow interaction. 5 years ago
lisa neigut 5c07afac7d bolt: update to BOLT spec changes (extract format + type specifications) 5 years ago
Rusty Russell 0d2a4830ed ccan: update to faster and correct crc32c implementation. 5 years ago
Rusty Russell 0e7b26d7c7 devtools/credit: script to highlight contributions for this commit. 5 years ago
Rusty Russell 2abae05daa devtools/create-gossipstore: write timestamps to the gossip_store. 5 years ago
Rusty Russell 948490ec58 gossipd: add timestamp in gossip store header. 5 years ago
Rusty Russell 38d2899fbb common/per_per_state: generalize lightningd/peer_comm Part 1 5 years ago
Rusty Russell df00f20e4a gossipd: erase old entries from the store, don't just append. 5 years ago
Rusty Russell 0fc97ed202 devtools/dump-gossipstore: print offsets. 5 years ago
William Casarin 6f635b46fd gossipstore: fix uninitialized input fd 5 years ago
Rusty Russell 0c189fe3a7 devtools/decode-iolog: tool to decode hexstrings from io logging. 5 years ago
Rusty Russell 0e37ac2433 common: move gossip_store read routine where subdaemons can access it. 6 years ago
Rusty Russell 7ede5aac31 gossip_store: change format so we store raw messages. 6 years ago
Rusty Russell 78ef30b5ff devtools/create-gossipstore: fix false cppcheck warning. 6 years ago
Christian Decker 0d19d04def wallet: Pass chainparams to address serialization 6 years ago
arowser 890379d8f1 correct format long long unsigned int on 32bits linux 6 years ago
Rusty Russell 14ef3e9565 create-gossipstore: actually use the CSV values. 6 years ago
Joe Netti 902bb22a92 devtools/create-gossipstore: cleanups 6 years ago
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