You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal:
A standard for JSON-RPC error codes and messages across EVM-compatible chains and execution clients to improve interoperability, facilitate consistent error handling, and provide a better developer experience.
Motivation:
Different Ethereum clients and EVM-compatible chains often use overlapping error codes or generic messages in their JSON-RPC API responses.
We can fix that by classifying error groups & pre-allocating error codes to well-known errors that clients rely on and leave space for the future error codes that can be proposed & utilized as needed
The solution is made possible by the new extension specs that Open-RPC supports to create error-groups
Uh oh!
There was an error while loading. Please reload this page.
Goal:
A standard for JSON-RPC error codes and messages across EVM-compatible chains and execution clients to improve interoperability, facilitate consistent error handling, and provide a better developer experience.
Motivation:
Proposal:
ENG-EIP_ Standardized JSON-RPC Error Codes and Messages-220525-143559.pdf
PoC:
#650
rpctestgen Validation PoC:
lightclient/rpctestgen#42
The text was updated successfully, but these errors were encountered: