-
Notifications
You must be signed in to change notification settings - Fork 43
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
fix: js-waku / nwaku interop #252
Conversation
This pull request fixes 1 alert when merging 01f220e into 3847bca - view on LGTM.com fixed alerts:
|
I tested 01f220e with js-waku:
I am dialing with the following protocols:
What protocols are supported? I'd expect at least one to be selected. I am also getting some socket hang up issues:
Port 8000 is rpc as you can see for the parameters. Also getting other errors:
|
Feel free to test yourself:
|
This error happened because go-libp2p v0.19.0 removed mplex from the list of default muxers (which is what nim-libp2p and js-libp2p support at the moment). I added it back in
Fixed! We're getting better results now :)
I'll have a look at the |
This pull request fixes 1 alert when merging 67e3732 into ca59527 - view on LGTM.com fixed alerts:
|
Looking at the logs, go-waku does not have a peer with relay capabilities to publish the message, so it fails due to this condition:
|
This pull request fixes 1 alert when merging 7b13d64 into ca59527 - view on LGTM.com fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code LGTM
waku.go
Outdated
}, | ||
&cli.StringFlag{ | ||
Name: "nat", | ||
Usage: "TODO", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a better description even if todo?
This pull request fixes 1 alert when merging ef88904 into c93cda7 - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 4c4fcca into 73af200 - view on LGTM.com fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging 6385647 into 73af200 - view on LGTM.com new alerts:
fixed alerts:
|
Fixes #244
Fixes #247
Partially fixes #214