244 Commits (7b735fbeeebaaeb49f642e42e00aa75730a874fa)

Author SHA1 Message Date
Rusty Russell 7b735fbeee gossipd: fix json_listpeers printing node information. 6 years ago
Rusty Russell fed5a117e7 Update ccan/structeq. 6 years ago
Rusty Russell 82ff891202 Update to latest BOLT version. 6 years ago
Rusty Russell f67182ff20 gossipd: order node_announcement addresses correctly, remove duplicate types. 6 years ago
Rusty Russell 284f0a04c9 gossipd: don't announce bound address if given with --bind-addr, even if public. 6 years ago
Rusty Russell 9d3ce87700 decode_short_ids: move to common. 6 years ago
Christian Decker 4a5cff8490 gossip: Try to detect broken ISP resolvers and discard broken replies 6 years ago
Christian Decker 91c2416657 gossip: Do not use DNS if we were told not to 6 years ago
Christian Decker ceef61dbbd gossip: Pass use_dns option down to gossipd 6 years ago
Rusty Russell 833e8387aa gossipd: fix up BOLT references. 6 years ago
Rusty Russell f5ebf8e231 gossipd: send correct channel_update in response to query_short_channel_ids 6 years ago
Rusty Russell 60b3f0e376 gossipd: remove oververbose logging when we uncompress short_channel_id array 6 years ago
Rusty Russell 9d721ecb99 gossipd: add assertions to try to catch mysterious crash. 6 years ago
Rusty Russell 5c19c55841 gossipd: fix take leak when peer is dying. 6 years ago
Rusty Russell a7e6cdb418 gossipd: peer->local->peer_out queue should have lifetime of peer->local. 6 years ago
Rusty Russell e098578731 gossipd: fix leak when we fail to dup fds. 6 years ago
Rusty Russell f6ff89e596 gossipd: fix use-after-free when we fail to make connection. 6 years ago
Christian Decker 4279e5cdbd gossip: Fix "already reaching" issue 6 years ago
Christian Decker e6ab594904 gossip: Have gossip_store annotate gossip messages 6 years ago
Rusty Russell a38c619486 gossipd: keep index of node and channel announcements. 6 years ago
Rusty Russell 1bb7713274 gossipd: minor cleanups. 6 years ago
Rusty Russell 035d6067e4 Rename consider_own_node_announce to maybe_send_own_node_announce. 6 years ago
Rusty Russell f52245d442 gossipd: support and use zlib encoding in short_channel_id encoding. 6 years ago
Rusty Russell 9e51e196c1 gossipd: dev-set-max-scids-encode-size to artificially force "full" replies. 6 years ago
Rusty Russell 118f099dd8 gossip: dev-query-channel-range to test query_channel_range. 6 years ago
Rusty Russell 0dda5d4e1c gossipd: handle query_channel_range 6 years ago
Rusty Russell c34b49c356 gossipd: add dev-send-timestamp-filter command for testing timestamp filtering. 6 years ago
Rusty Russell db6a6442cb gossipd: single-thread the gossip timer. 6 years ago
Rusty Russell 531c82b6ad gossipd: handle gossip_timestamp_filter message. 6 years ago
Rusty Russell 4d8b29089b gossipd: wire up infrastructure to generate query_short_channel_ids msg. 6 years ago
Rusty Russell 7ee5da858c gossipd: handle query_short_channel_ids message. 6 years ago
Rusty Russell 32c39c2979 gossipd: send node announcements after short_channel_id replies. 6 years ago
Rusty Russell 5864415d31 gossipd: infrastructure to handle short_channel_id replies. 6 years ago
Rusty Russell 6c6da45f53 wire: Update to lastest BOLT draft. 6 years ago
Rusty Russell c2cc3823db gossipd: announce own node only after channel announcement actually broadcast. 6 years ago
Christian Decker c550fd1752 gossip: Clean up the code to disable a local channel 6 years ago
Christian Decker c17848a3f3 gossip: Disable local channels after loading the gossip_store 6 years ago
Christian Decker f2dc406172 moveonly: Hoist gossip_disable_channel higher up 6 years ago
Christian Decker ba31dd2d9d gossip: Avoid sending duplicate disable messages 6 years ago
Christian Decker 8e278044e3 gossip: Disable channels when we lose the connection to the peer 6 years ago
Christian Decker 3e5b798c60 gossip: Fix disable flags in handle_disable_channel 6 years ago
Christian Decker 9982e24a1c gossip: Add local_channel_close message to disable channels upon close 6 years ago
Rusty Russell 6454d7af84 gossip: cleanup keepalive updates to use the same create_channel_update() code. 7 years ago
Rusty Russell fca5a9ef30 channeld: tell gossipd to generate channel_updates. 7 years ago
Rusty Russell c546b1bbb6 gossipd: specify origin of updates in errors. 7 years ago
Rusty Russell 177a1fc88e gossipd: handle local channel creation separately from update. 7 years ago
Rusty Russell 1125682ceb wireaddr: new type, ADDR_INTERNAL_FORPROXY, use it if we can't/wont resolve. 7 years ago
Rusty Russell 570283bc76 gossipd: don't use fake addrhint for non-addrhint resolutions. 7 years ago
Rusty Russell de063edb54 gossip: extract function to derive seedname. 7 years ago
Rusty Russell 0d23f4fb4a gossipd: hand io_tor_connect the host as a string. 7 years ago