Consensys / teku

Open-source Ethereum consensus client written in Java
https://consensys.io/teku
Apache License 2.0
662 stars 278 forks source link

Standardise the Engine Json RPC error codes #8671

Open mehdi-aouadi opened 1 day ago

mehdi-aouadi commented 1 day ago

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 found