Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

PoC: Anonymized GossipSub#12

Open
AkshayaMani wants to merge 4 commits intomix-transportfrom
poc/anon-gossipsub
Open

PoC: Anonymized GossipSub#12
AkshayaMani wants to merge 4 commits intomix-transportfrom
poc/anon-gossipsub

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant