Skip to content

PoC: Anonymized GossipSub #12

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

Open
wants to merge 4 commits into
base: mix-transport
Choose a base branch
from
Open

Conversation

AkshayaMani
Copy link
Collaborator

@AkshayaMani AkshayaMani commented Dec 12, 2024

This PR introduces an initial proof of concept for an anonymized version of GossipSub utilizing our Mix transport.

Key Changes

  • Implemented a basic PoC with message publishing and subscription using the Mix transport.
  • Utilized regular TCP transport for peer connections, since we want to anonymize only the first hop.

Known Issues

  • Encountering challenges in establishing peer connections via TCP transport due to the presence of multiple transports (TCP and Mix) within the same switch.

Next Steps

  • Resolve TCP connection issues.
  • Introduce multiple routing paths (3-4) for each message to improve reliability.

This PR serves as a foundation for further refinement of the anonymized GossipSub implementation.

- The TCP connect now works
- Better approach that using TcpTransport.dial
- Fixed issue with Node receiving lot of Hellos
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