-
Notifications
You must be signed in to change notification settings - Fork 44
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
Interoperability tests with Go gossipsub implementation #16
Comments
Hey @Mikerah Our interop tests for pubsub currently live in ipfs/interop/test/pubsub.js. In the meantime, I am working on getting the libp2p/interop/ repo ready for being used. Expect news on this repo in the next weeks. I am trying to have the time to get this ready before you get into the interop tests for this implementation. |
@vasco-santos Thanks for the heads up. I will be playing with the ipfs pubsub tests that you posted in the upcoming weeks. |
I created libp2p/interop#17 in order to test the interoperability with the go implementation. Things seem to be working at a first glimpse |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue or pull request has been automatically been closed due to inactivity. |
After the other tests are completed, we need to make sure that this JS implementation of gossipsub is interoperable with the Go reference implementation.
Using a libp2p daemon, test whether any peer running either JS or Go implementations of gossipsub can receive and handle each others messages. Based these tests on the ipfs pubsub interop tests.
Get started on these interop tests provided by libp2p
The text was updated successfully, but these errors were encountered: