-
Notifications
You must be signed in to change notification settings - Fork 51
JSON RPC/arguments: Discrepancies with nwaku #247
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
Comments
Most of the issues should be fixed in #252, but the following tests still fail:
Test must be updated with new values from fleet.status.im
It seems that Filter tests are flaky. I've been able to get positive results randomly
Go-waku lightpush nodes expect to have at least 1 relay peer to publish a message, otherwise it wont broadcast the message. This is a difference compared to nim-waku where it will ignore the number of peers. I suggest improving the test by adding a relay peer, since IMO the behavior of go-waku here is an improvement over nwaku's behavior.
As described here: vacp2p/rfc#507 The KeyPair fields are called in privateKey and publicKey in the RFC, but seckey and pubkey in the implementation. Go-waku implements this correctly according to the spec
It seems that this is expecting the message to have a version? I'm not sure what's the cause of the issue, so help is appreciated verifying this.
No relay peer is available, so attempting to send a message will fail. Also, looks like store protocol is not being started?
Looks like store protocol is not being started. |
The issue was closed since I merged PR#252. Feel free to reopen or create a new one for the tests that are still failing! |
Running the js-waku test suite with go-waku, here are some errors encountered:
Log format:
get_waku_v2_relay_v1_messages
get_waku_v2_debug_v1_info
enrUri
is missingpost_waku_v2_private_v1_asymmetric_message
post_waku_v2_private_v1_symmetric_message
post_waku_v2_relay_v1_message
--persist-messages
The text was updated successfully, but these errors were encountered: