872 Commits (06a54606a341125962f406c1fb0d2ad72ec98c71)

Author SHA1 Message Date
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 bc430cced3 gossipd: fix false-positive memleak detection in pending_node_map. 5 years ago
Rusty Russell 78c9d69111 gossipd: makes probe larger. 5 years ago
Rusty Russell 4b33b50625 gossipd: ask a peer for *every* channel it knows on startup. 5 years ago
Rusty Russell 79df507442 gossipd: exclude early blocks from random probes. 5 years ago
Rusty Russell 79e2c3f89a gossipd: don't crash if we're forced to discard corrupt gossip store. 5 years ago
Rusty Russell 624b76e32e gossipd: fix stale scid query. 5 years ago
Rusty Russell e462bd4de0 gossipd: increase number of gossiping peers. 5 years ago
Rusty Russell 41d8308b68 seeker: be more random with node_announcement probes. 5 years ago
Rusty Russell 1e59d2a738 gossipd: count channel_updates on new channels correctly. 5 years ago
Rusty Russell 034ed1711c gossipd: fix memleak when we getnodes has no nodes. 5 years ago
Rusty Russell ca53c1b699 gossipd: push our own gossip messages harder. 5 years ago
Rusty Russell bd55f6d940
common/features: only support a single feature bitset. 5 years ago
Rusty Russell 9485919a81 queries: make sure scids are in order. 5 years ago
Rusty Russell 48f0362eae seeker: handle non-synced state internally. 5 years ago
Rusty Russell 89d97b330e seeker: don't try to fill peers when they connect. 5 years ago
Rusty Russell 596ed6a83b gossipd: better description of what's happening with the seeker. 5 years ago
Rusty Russell a88553ea6d gossipd: fix typo in seeker random probe logic. 5 years ago
Rusty Russell 0c7c765a28 seeker: do set_state() in callee, not caller. 5 years ago
Rusty Russell f4a6986d72 gossipd: remove unknown short_channel_ids as we ask for them. 5 years ago
Rusty Russell d2a5f056a8 gossipd: restore dev-suppress-gossip functionality. 5 years ago
Rusty Russell 7d207c50fa gossipd: remove some spammy debug messages. 5 years ago
Rusty Russell a1644c1b6e seeker: start doing a channel probe if we see unknown node_announcement msgs. 5 years ago
Rusty Russell f7cffbad98 seeker: try asking peer which gave us unknown data first. 5 years ago
Rusty Russell 82a5efa932 gossipd: start streaming gossip from last gossip timestamp minus 10 minutes. 5 years ago
Rusty Russell 70e88b0dfb gossipd: have seeker control which peers gossip, reduce to 3 and rotate. 5 years ago
Rusty Russell 877d1eaab3 gossipd: don't request channel_updates if we're being spammed. 5 years ago
Rusty Russell b33a73ced6 gossipd: don't hang up on slow peers. 5 years ago
Rusty Russell 869b5e40b5 gossipd: simplify seeker state machine. 5 years ago
Rusty Russell 918478b0ef gossipd: use timestamp information to detect stale scids. 5 years ago
Rusty Russell af3bc4d11f gossipd: use timestamp information to detect stale scids. 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 d33ebd3629 seeker: probe for node announcements. 5 years ago
Rusty Russell ba3c79e560 seeker: seek unknown scids. 5 years ago
Rusty Russell 4b13c92802 seeker: use hash table for unknown short_channel_ids. 5 years ago
Rusty Russell 83575f27a1 seeker: add code to check range of scids. 5 years ago
Rusty Russell 521c7f7121 seeker: take over gossip control. 5 years ago
Rusty Russell 55323ec385 gossipd: move gossip seeking routines into new file seeker.c 5 years ago
Rusty Russell 79ca9bf998 gossipd: use per-peer information to make messages clearer. 5 years ago
Rusty Russell 0091300ee3 gossipd: track what peer gave us gossip msgs so we can credit it. 5 years ago
Rusty Russell 296868daf4 gossipd: have gossip_store_load() return a timestamp. 5 years ago
Rusty Russell d75302deba gossipd: random_peer() selector. 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 33c658ecfb gossipd: advertize all our features in node_announcement. 5 years ago
Christian Decker ef7a63d8f8 elements: Move from a global is_elements to a global chainparams 5 years ago
willcl-ark 8d4203e9a6 [dev-suppress-gossip] - Set new peers to GOSSIP_NONE with flag enabled 5 years ago