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

update gossipsub #297

Open
turuslan opened this issue Mar 3, 2025 · 0 comments
Open

update gossipsub #297

turuslan opened this issue Mar 3, 2025 · 0 comments

Comments

@turuslan
Copy link
Contributor

turuslan commented Mar 3, 2025

  • general
    • (compare with other versions, e.g. rust)
    • allow multiple protocol versions in config, remember peer protocol version
  • /floodsub/1.0.0 (spec)
    • broadcast message to all floodsub peers
  • /meshsub/1.0.0 (spec)
    • publish to fanout when not subscribed
  • /meshsub/1.1.0 (spec)
    • (check PRUNE backoff works as expected)
    • explicit peers - always connect and broadcast without GRAFT
    • flood publishing - broadcast authored message to all connected peers
    • peer scoring
    • adaptive gossip dissemination - gossip to percentage of peers instead of count
    • opportunistic GRAFT to improve mesh median score
    • maintain specified number of outbound connections to avoid eclipse attack
  • /meshsub/1.2.0 (spec)
    • IDONTWANT to prevent duplicate broadcast
      • broadcast IDONTWANT to mesh peers after receiving full message
      • don't broadcast these message to that peer after receiving IDONTWANT
    • IDONTWANT to cancel IWANT
      • send IDONTWANT to cancel pending IWANT after receiving full message
      • don't reply to IWANT for these messages for that peer after receiving IDONTWANT
    • config max IDONTWANT messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant