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

feat: Implement peering with pubsub #1215

Closed
wants to merge 3 commits into from
Closed

Conversation

kentquirk
Copy link
Contributor

@kentquirk kentquirk commented Jun 21, 2024

Which problem is this PR solving?

  • Implement the current peers system using a pubsub model for peers

Short description of the changes

  • Add start/stop to pubsub so it can become injectable
  • Implement pubsub peers using the new pubsub system and generic.SetWithTTL
  • A basic test

Still to do:

  • more testing
  • make it more idiomatically injectable, including the old model

closes #1201

@VinozzZ VinozzZ added this to the v2.7 milestone Jul 2, 2024
@kentquirk
Copy link
Contributor Author

Superceded by #1220

@kentquirk kentquirk closed this Jul 2, 2024
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.

Implement Gossip protocol
2 participants