core-lightning/gossipd/test
Rusty Russell 0aad222c2d gossipd: rewrite update generation, remove local_chan.
local_chan was mainly around so we could "soft" disable channels (and
really disable them once we used the channel_update in an error
message).

Instead we introduce the idea of a "deferred_update": it's either
deferred indefinitely (a peer goes offline, if we need to send it in
an error we'll apply it immediatly), or simply delayed to avoid
spamming everyone.

The resulting rewrite is much clearer, IMHO.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-12-30 09:50:40 +10:30
..
.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 test: hack in test for (now-obsolete!) test vector Thomas emailed me. 2021-12-01 05:44:28 +10:30
run-check_channel_announcement.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
run-check_node_announcement.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
run-crc32_of_update.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
run-extended-info.c test: hack in test for (now-obsolete!) test vector Thomas emailed me. 2021-12-01 05:44:28 +10:30
run-next_block_range.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
run-onion_message.c gossipd: rewrite update generation, remove local_chan. 2021-12-30 09:50:40 +10:30
run-txout_failure.c common: cleanup unsused parameter in timer_expired() 2021-12-14 09:33:10 +10:30