Implement the rust-libp2p interop test
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 624
- Forks
- 256
- Avg merge
- 1d 34m
- Merged PRs (30d)
- 47
Description
Summary
Implementing the interop tests between rust libp2p and python libp2p using the ping.
Description
Currently no interop test is present for in tests/interop/rust_libp2p , Only a placeholder function is present.
To write a new interop test between the rust and python. we will be following the nim interop test format.
References
https://docs.rs/libp2p/latest/libp2p/tutorials/ping/
https://github.com/libp2p/py-libp2p/tree/main/tests/interop/nim_libp2p
Are you planning to do it yourself in a pull request?
Yes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in tests/interop/rust_libp2p, then read the existing tests/interop/nim_libp2p implementation as the format to follow. Review the Rust libp2p ping tutorial linked in the issue and use it to establish the interop flow; done means the placeholder is replaced by a passing Rust–Python ping interop test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- networking, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100