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
Improve JSON-RPC error handling with typed errors and response constructors (#595)
* feat: add typed JSON-RPC error handling with sentinel errors
* Add JSONRPCResponse constructors for transport layer
* Use constructors in transport layer
* Update client and tests to use new error handling
* Add NewJSONRPCResultResponse constructor and update server usage
0 commit comments