Standardise the Engine Json RPC error codes #8671
Labels
enhancement 🕵️♀️
New feature or request
good first issue 🙋
This is a good first issue for a new contributor to work on
The json RPC error codes are standard: JSON-RPC 2.0 Specification
It would be better to handle the errors in the
Web3JClient::doRequest
based on their codes and avoid logging the whole stack trace.Example: error code
-32601
-> Method not foundThe text was updated successfully, but these errors were encountered: