Skip to content

gossipd: don't discard node_announcements with old timestamps.#3262

Merged
cdecker merged 1 commit into
ElementsProject:masterfrom
rustyrussell:fix-node-announce-gossip
Nov 15, 2019
Merged

gossipd: don't discard node_announcements with old timestamps.#3262
cdecker merged 1 commit into
ElementsProject:masterfrom
rustyrussell:fix-node-announce-gossip

Conversation

@rustyrussell
Copy link
Copy Markdown
Contributor

It really, really doesn't matter. But we were dramatically reducing
our view of the network:

In my gossip_store (mainnet):
channel_announcement: 30349
channel_update: 55119
node_announcment: 1783

Fixes: #3194

@rustyrussell rustyrussell added Type::Bug An error, flaw, or fault that produces an incorrect or unexpected result gossip labels Nov 15, 2019
@rustyrussell rustyrussell added this to the 0.7.4 milestone Nov 15, 2019
It really, really doesn't matter.  But we were dramatically reducing
our view of the network:

In my gossip_store (mainnet):
  channel_announcement: 30349
  channel_update: 55119
  node_announcment: 1783

Changelog-Fixed: No longer discard most node_announcements (fixes ElementsProject#3194)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
@rustyrussell rustyrussell force-pushed the fix-node-announce-gossip branch from 15c6afc to 52c51e9 Compare November 15, 2019 00:31
@cdecker
Copy link
Copy Markdown
Member

cdecker commented Nov 15, 2019

ACK 52c51e9

@cdecker cdecker merged commit fdd69af into ElementsProject:master Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gossip Type::Bug An error, flaw, or fault that produces an incorrect or unexpected result

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some aliases no longer visible in listnodes

2 participants