We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eaa5835
Linux
No response
Call share.SharesAvailable form JSON RPC clients other than go-jsonrpc. In our case we used jsonrpsee.
share.SharesAvailable
A response that has result or error field.
result
error
Server responds with {"jsonrpc":"2.0","id":1}, which is causing deserialization issues on the client side.
{"jsonrpc":"2.0","id":1}
This is a bug in go-jsonrpc, but reported too here for tracking. Check filecoin-project/go-jsonrpc#102
The text was updated successfully, but these errors were encountered:
@oblique is this the case?
Sorry, something went wrong.
If you ask if it's related to filecoin-project/go-jsonrpc#103, then yes
@Wondertan go-jsonrpc just merged a fix for this, I think this can be closed after updating dependencies
filecoin-project/go-jsonrpc#102 (comment)
No branches or pull requests
Celestia Node version
eaa5835
OS
Linux
Install tools
No response
Others
No response
Steps to reproduce it
Call
share.SharesAvailable
form JSON RPC clients other than go-jsonrpc. In our case we used jsonrpsee.Expected result
A response that has
result
orerror
field.Actual result
Server responds with
{"jsonrpc":"2.0","id":1}
, which is causing deserialization issues on the client side.Relevant log output
No response
Notes
This is a bug in go-jsonrpc, but reported too here for tracking. Check filecoin-project/go-jsonrpc#102
The text was updated successfully, but these errors were encountered: