You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6.1 KiB
6.1 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 | # errors. Must be distinct from WIRE_CHANNEL_ANNOUNCEMENT etc. gossip msgs! |
18 | # Gossipd can tell channeld etc about gossip to fwd. |
19 | # yet reached the announcement depth. So we add the channel locally so |
20 | # we (and peer) can update it already. |
21 | # Gossipd->master get this tx output please. |
22 | # master->gossipd a routing failure occurred |
23 | # master->gossipd temporarily mark a channel unroutable |
24 | # (used in case of unparseable onion reply) |
25 | # master -> gossipd: stop gossip timers. |
26 | #include <common/bolt11.h> |
27 | # master -> gossipd: get route_info for our incoming channels |
28 | # gossipd -> master: here they are. |