-
Couldn't load subscription status.
- Fork 263
feat/gorilla rpc #6947
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
base: develop
Are you sure you want to change the base?
feat/gorilla rpc #6947
Conversation
|
Thank you for opening this pull request! We require pull request titles and commits to follow the Conventional Commits specification and it looks like your PR needs to be adjusted. Details:
Available types:
|
Jenkins BuildsClick to see older builds (18)
|
|
I've looked into {
"result": null,
"error": "json: cannot unmarshal object into Go value of type [1]interface {}",
"id": 1
}Which looks better - now it's a JSON. But actually doesn't follow the JSON-RPC 2.0 specification:
The You know, we love specifications... 🤔 |

Pros:
go-ethereum(though we'll still use itsrpc.Client)Cons:
service_methodsignature toservice.methodSimple
http.Requestdoesn't seem to harm though. And can be useful forstatus-bacendgo-ethereumRPC server returns this:{ "error": { "code": -32602, "message": "non-array args" }, "id": 3, "jsonrpc": "2.0" }