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

Gossip never seems to get a full take from Eclair/CLN #3075

Open
TheBlueMatt opened this issue May 21, 2024 · 3 comments
Open

Gossip never seems to get a full take from Eclair/CLN #3075

TheBlueMatt opened this issue May 21, 2024 · 3 comments
Labels
Take a Friday Leave a Friday Stomp the Bugs, Without Much Commitment

Comments

@TheBlueMatt
Copy link
Collaborator

We've seen a handful of reports that seem to indicate we don't succeed fetching gossip from CLN/Eclair. If I had to guess its because they don't sort the gossip into channel_announcements first, then channel_updates, then node_announcements, as required by the spec.

@rustyrussell
Copy link

We definitely do order it correctly. We do ratelimit to 1Mbyte/sec these days though?

@vincenzopalazzo
Copy link
Contributor

vincenzopalazzo commented Nov 12, 2024

We do ratelimit to 1Mbyte/sec these days though?

Probably someone is impacted, but not everyone. LDK is syncing correctly. Probably the problem that we are discussing here is a problem that people do not see channel_announcements that is a similar problem that I nodded between cln nodes

Working on producing a gossip observer tool in the next coming days (more weeks)

@TheBlueMatt
Copy link
Collaborator Author

Yea, I think its quite likely just that the peer in question doesn't have the whole gossip map. I guessed it was ordering because we get a lot of errors that look like ordering errors - is it possible that CLN (or others?) relay live channel_update gossip for SCID X when it is still doing a historical sync and hasn't yet reached X, thus making the channel_update an out-of-order error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Take a Friday Leave a Friday Stomp the Bugs, Without Much Commitment
Projects
None yet
Development

No branches or pull requests

3 participants