-
Notifications
You must be signed in to change notification settings - Fork 261
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_method
signature toservice.method
Simple
http.Request
doesn't seem to harm though. And can be useful forstatus-bacend
go-ethereum
RPC server returns this: