75 Commits (478762dbd228a02f9835f797d4442c59bb17c41c)

Author SHA1 Message Date
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
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