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

Gossipsub v2.0 #587

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Gossipsub v2.0 #587

wants to merge 3 commits into from

Conversation

ppopth
Copy link
Contributor

@ppopth ppopth commented Dec 17, 2024

The gossipsub v2.0 is defined in the spec here libp2p/specs#653.

I made this PR as a draft first because the spec is still a draft and to get some visibility.

I need to implement this early even if the spec is still in an early stage because I have to use it to do simulations.

  • Handling receiving messages and send out IANNOUNCE
  • Adding test cases for sending out IANNOUNCE
  • Handling IANNOUNCE and send out INEED
  • Adding test cases for handling IANNOUNCE and sending out INEED
  • Handling INEED and sending out the message
  • Adding test cases for handling INEED

@ppopth ppopth force-pushed the gossipsub-v2 branch 2 times, most recently from 4656c16 to 5ad493b Compare December 23, 2024 17:13
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

Successfully merging this pull request may close these issues.

1 participant