core-lightning/gossipd/test
Christian Decker 6e01f38d7d gossip: Use the custom gossip wire msg to wrap channel_announcements
This stores and reads the channel_announcements in the wrapping message which
allows us to store associated data with the raw channel_announcements.

The gossip_store applies channel_announcements directly but it also returns it,
and it gets discarded as a duplicate. In the next commit we'll have gossip_store
apply all changes, bypassing verification, so the duplication is only temporary.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-03-25 23:56:59 +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 gossipd: Check features in node_announcement and channel_announcement. 2018-01-13 11:29:42 +01:00
run-bench-find_route.c gossip: Use the custom gossip wire msg to wrap channel_announcements 2018-03-25 23:56:59 +00:00
run-find_route-specific.c gossip: Use the custom gossip wire msg to wrap channel_announcements 2018-03-25 23:56:59 +00:00
run-find_route.c gossip: Use the custom gossip wire msg to wrap channel_announcements 2018-03-25 23:56:59 +00:00
run-initiator-success.c utils: remove tal_tmpctx altogether, use global. 2018-03-16 00:16:10 +00:00
run-responder-success.c utils: remove tal_tmpctx altogether, use global. 2018-03-16 00:16:10 +00:00