rgb-cln/gossipd/test
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 gossipd/test/run-bench-find_route: don't abort if we try to route to ourselves 2017-12-20 13:57:28 +01:00
Makefile Use node_id everywhere for nodes. 2019-04-09 12:37:16 -07:00
run-bench-find_route.c gossipd: erase old entries from the store, don't just append. 2019-06-04 01:29:39 +00:00
run-find_route-specific.c gossipd: erase old entries from the store, don't just append. 2019-06-04 01:29:39 +00:00
run-find_route.c gossipd: erase old entries from the store, don't just append. 2019-06-04 01:29:39 +00:00
run-overlong.c gossipd: erase old entries from the store, don't just append. 2019-06-04 01:29:39 +00:00