19 Commits (f02c464c2e5033cabe8b95864469aafca034bb7c)

Author SHA1 Message Date
Rusty Russell acf3952acc JSON: remove handling of pre-Adelaide (B:T:N) short_channel_ids. 5 years ago
Rusty Russell 0d2a4830ed ccan: update to faster and correct crc32c implementation. 5 years ago
Rusty Russell 2abae05daa devtools/create-gossipstore: write timestamps to the gossip_store. 5 years ago
William Casarin 6f635b46fd gossipstore: fix uninitialized input fd 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
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
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 3d8c1f0c02 devtools/create-gossipstore: tool to create a gossip_store file from stream of gossip. 6 years ago