Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Commits on Nov 15, 2019

  1. gossipd: don't discard node_announcements with old timestamps.

    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 <[email protected]>
    rustyrussell committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    52c51e9 View commit details
    Browse the repository at this point in the history