Skip to content
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

Implement JSON-RPC error codes #20117

Closed
adamschmideg opened this issue Sep 24, 2019 · 7 comments
Closed

Implement JSON-RPC error codes #20117

adamschmideg opened this issue Sep 24, 2019 · 7 comments

Comments

@adamschmideg
Copy link
Contributor

As per EIPs/eip-1474.md at master · ethereum/EIPs. For details see this PR discussion

@hjlee9182
Copy link

Are you want to add -32005 error in docs?

@jacklightChen
Copy link

jacklightChen commented Dec 11, 2019

try to add -32006 error ^_^

@johnson73A
Copy link

Gjjgdjnk @jacklightChen

@howjmay
Copy link
Contributor

howjmay commented Jun 10, 2020

Is this issue still needing help?

@MariusVanDerWijden
Copy link
Member

We're currently trying to create a new standard for the JSON-RPC api which would also include better error codes, the progress of it can be found here: https://github.com/ethereum-oasis/eth1.x-JSON-RPC-API-standard/issues
Once we have a good api, we can start to implement this, until then this issue is on hold

@lhendre
Copy link
Contributor

lhendre commented May 2, 2022

@MariusVanDerWijden Checked the link and nothing has been updated in awhile, is this still needed?

@MariusVanDerWijden
Copy link
Member

This issue? not really, but more json-rpc error codes should be standardized (we've added more in the engine api)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants
@adamschmideg @lhendre @howjmay @MariusVanDerWijden @jacklightChen @johnson73A @hjlee9182 and others