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

Add Python libp2p interoperability test #516

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

paschal533
Copy link
Contributor

@paschal533 paschal533 commented Feb 24, 2025

This PR adds Python (py-libp2p) interoperability testing to the py-libp2p and libp2p test-plans repository. The implementation allows py-libp2p to participate in the interoperability test suite alongside other libp2p implementations.

Key features:

  • Docker-based testing environment for py-libp2p
  • Support for TCP transport
  • Support for Noise and SECIO secure channels
  • Support for MPLEX stream multiplexer
  • Redis-based coordination with other libp2p implementations

This implementation helps ensure compatibility between py-libp2p and other language implementations in the libp2p ecosystem.

Testing instructions included in updated README.

Fixes #461

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.

Create the Makefile and configuration .ts file to add the py-libp2p implementation
1 participant