Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Optimize gossip #395

Open
tomusdrw opened this issue Jan 28, 2022 · 0 comments
Open

Optimize gossip #395

tomusdrw opened this issue Jan 28, 2022 · 0 comments
Labels
enhancement New feature or request ideas Something to keep in mind, but not necessarily instantly actionable.

Comments

@tomusdrw
Copy link
Contributor

There is a lot of room for gossip improvement. some examples are listed here:

  1. Avoid gossiping to all peers and have a more sophisticated mechanism, e.g.:
    1. Gossip to validators first
    2. Gossip to sqrt(n) random peers second
    3. Gossip to the rest
  2. Keep track of things that were sent and received. I.e. don't gossip finality justifications to a peer we received it from, etc.
@tomusdrw tomusdrw added enhancement New feature or request ideas Something to keep in mind, but not necessarily instantly actionable. labels Jan 28, 2022
@tomusdrw tomusdrw added this to the Some Day Maybe milestone Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request ideas Something to keep in mind, but not necessarily instantly actionable.
Projects
None yet
Development

No branches or pull requests

1 participant