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

chore|research(p2p): investigate Gossipsub behaviour and tune parameters #2475

Open
3 tasks
rymnc opened this issue Dec 5, 2024 · 0 comments
Open
3 tasks
Labels

Comments

@rymnc
Copy link
Member

rymnc commented Dec 5, 2024

Description

We currently use libp2p's GossipSub to disseminate transactions for the txpool. Transactions can vary between 1kb ~ 200kb with 1kb being the most common one. GossipSub is a protocol that has to be tuned according to the "mode" of the message size.

Refer to the following doc for some more details on how to conduct simulations/research on decision about gossipsub params:

Definition of done

  • Simulations ran in live nodes spread across geographic locations to obtain data about message propagation time, size of message etc
  • tuning of gossipsub params and re-run simulation for the new values
  • overall reduction in bandwidth consumed by gossipsub, with lower latency for tx propagation

Why?

our executor is pretty fast, eventually the bottleneck for our tps will be consumption of transactions via gossipsub so it is useful to reduce this bottleneck.

@rymnc rymnc added the fuel-p2p label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant