core-lightning/devtools
Rusty Russell df00f20e4a gossipd: erase old entries from the store, don't just append.
We use the high bit of the length field: this way we can still check
that the checksums are valid on deleted fields.

Once this is done, serially reading the gossip_store file will result
in a complete, ordered, minimal gossip broadcast.  Also, the horrible
corner case where we might try to delete things from the store during
load time is completely gone: we only load non-deleted things.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-06-04 01:29:39 +00:00
..
.gitignore gossipwith: simple tool to snarf gossip from a node. 2018-09-21 17:56:15 +02:00
bolt11-cli.c wallet: Pass chainparams to address serialization 2019-05-10 23:07:49 +00:00
create-gossipstore.c gossipstore: fix uninitialized input fd 2019-06-03 00:07:11 +00:00
decode-iolog devtools/decode-iolog: tool to decode hexstrings from io logging. 2019-05-31 18:36:38 +02:00
decodemsg.c tlvs: add methods for decodemsg utility 2019-04-08 00:37:29 +00:00
dump-gossipstore.c gossipd: erase old entries from the store, don't just append. 2019-06-04 01:29:39 +00:00
gossipwith.c libwally: update to 0.6.8. 2019-04-13 18:55:15 +02:00
Makefile devtools/create-gossipstore: cleanups 2019-04-24 13:46:39 -05:00
onion.c Makefile: check for direct amount_sat/amount_msat access. 2019-02-21 08:01:37 +00:00
print_wire.c common/node_id: new type. 2019-04-09 12:37:16 -07:00
print_wire.h common/node_id: new type. 2019-04-09 12:37:16 -07:00