core-lightning/gossipd/gossip_wire.csv
Rusty Russell 6f9c5f2936 gossipd: get fed the blockheight from lightningd when we know it.
This will let gossipd be more intelligent about gossiping before we're
synced, and also it might know how far behind we are.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-09-25 04:01:56 +00:00

6.3 KiB

1#include <common/cryptomsg.h>
2#include <common/wireaddr.h>
3#include <wire/gen_onion_wire.h>
4# Initialize the gossip daemon.
5# Pass JSON-RPC getnodes call through
6#include <lightningd/gossip_msg.h>
7# Pass JSON-RPC getroute call through
8# Ping/pong test. Waits for a reply if it expects one.
9# False if id in gossip_ping was unknown.
10# 0 == no pong expected
11# Test of query_short_channel_ids. Master->gossipd
12# Gossipd -> master
13# Test gossip timestamp filtering.
14# Test of query_channel_range. Master->gossipd
15# Gossipd -> master
16# Set artificial maximum reply_channel_range size. Master->gossipd
17# gossipd->master: we're closing this channel.
18# Gossipd->master get this tx output please.
19# master->gossipd an htlc failed with this onion error.
20# master -> gossipd: stop gossip timers.
21# master -> gossipd: do you have a memleak?
22# master -> gossipd: please rewrite the gossip_store
23# gossipd -> master: ok
24#include <common/bolt11.h>
25# master -> gossipd: get route_info for our incoming channels
26# gossipd -> master: here they are.
27# master -> gossipd: blockheight increased.