-
Notifications
You must be signed in to change notification settings - Fork 45
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
bug: nim->gowaku interop lightpush and filter tests fail with invalid shard count
error
#1255
Comments
I still have issues if I run the above script. See log go_waku_log.txt Also if I run the node like this:
I see this warning Here's the full log go_waku_log2.txt |
With the above script i'm getting this output from the script, which seems fine? |
Yes, my bad. I'm using the correct The root cause of the issue is that now, go-waku expects the If it's a mandatory flag now, I can update the tests. |
Describe the bug
We have a regression with most of the light protocols tests fail, see https://waku-org.github.io/waku-interop-tests/go/364/#
Regression because yesterday it didn't reproduce
To Reproduce
Steps to reproduce the behavior:
admin/v1/peers
API or just wait for autoconnection via discv5Expected behavior
Should work
Actual behavior
We get either filter or lightpush error. See node log.txt
go-waku version/commit hash
wakuorg/go-waku:latest
Additional context
Add any other context about the problem here.
Script to reproduce the issue locally
The text was updated successfully, but these errors were encountered: