32 Commits (015ac37d924e31bb87b8597da9f863e82270657b)

Author SHA1 Message Date
Rusty Russell 50f8da85ac gossipd: fix response for large replies. 4 years ago
Rusty Russell 9b0af9f046 gossipd: minor cleanups. 4 years ago
Rusty Russell 9a575a98a0 gossipd: simplify large reply code. 4 years ago
Rusty Russell 8db5fb7345 gossipd: new struct to hold scids and timestamps together. 4 years ago
Rusty Russell 59f23bf23c gossipd: use straight counter instead of bitmap for query_channel_range replies. 4 years ago
Antoine Poinsot 15adcc915f Remove varint typedef for bigsize 4 years ago
Rusty Russell c34c055d82 Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 4 years ago
Rusty Russell 8150d28575 Makefile: use generic rules to make spec-derived sources. 4 years ago
Rusty Russell dffbf8de85 gossipd: convert wire to new scheme. 4 years ago
Rusty Russell 93d04d08d0 wire: update to latest version of the spec. 4 years ago
Rusty Russell cfb320c972 wire: move remaining bitcoin functions out to bitcoin/ files. 4 years ago
Rusty Russell b0c9059602 tools/generate-wire: no more lonely messages! 5 years ago
Rusty Russell 5a95e9f29a gossipd: remove chainparams local var. 5 years ago
Rusty Russell 6e433e0108 gossipd: work around LND reply_channel_range. 5 years ago
Rusty Russell eed654f684 connectd, gossipd: use per-peer logging. 5 years ago
Rusty Russell 35bbba68a5 Revert "gossipd: query_messages: fail the connection if peer says it does not have up-to-date infos" 5 years ago
Rusty Russell 9485919a81 queries: make sure scids are in order. 5 years ago
Rusty Russell 7d207c50fa gossipd: remove some spammy debug messages. 5 years ago
Rusty Russell 869b5e40b5 gossipd: simplify seeker state machine. 5 years ago
Rusty Russell 1f2a03f019 gossipd: hand (any) timestamps through to callback for query_channel_range. 5 years ago
Rusty Russell 4dcb7df83e gossipd: add query_option_flags suport for asking query_channel_range. 5 years ago
Rusty Russell 270368e50b gossipd: use gossip_query_ex to query only nodes when node probing. 5 years ago
Rusty Russell 55323ec385 gossipd: move gossip seeking routines into new file seeker.c 5 years ago
darosior 7fd2f6db6d gossipd: query_messages: fail the connection if peer says it does not have up-to-date infos 5 years ago
darosior 2638947ddc gossipd: query_scid: respond with complete to 0 on wrong chain_hash 5 years ago
darosior d3c8225968 gossipd: add a BOLT#7 comment when wrong chain_hash in 'query_channel_range' 5 years ago
Rusty Russell aab9e9f010 gossipd: remove internal dev helpers for queries. 5 years ago
Rusty Russell 8b3a298ce6 gossipd: generalize query_short_channel_ids to use a callback. 5 years ago
Rusty Russell c07dff21dc gossipd: generalize query_channel_range to use a callback. 5 years ago
Rusty Russell 1450a13c1f gossipd: don't expose scids of unannounced channels. 5 years ago
Rusty Russell 722b4942ed common: rename decode_short_channel_ids.{c,h} to decode_array.{c.h} 5 years ago
Rusty Russell 2b47922ea5 gossipd: move query functions into their own file. 5 years ago