-
Notifications
You must be signed in to change notification settings - Fork 290
Make RpcError generic #692
Copy link
Copy link
Closed
Description
I am unable to upgrade from 0.23.0 to 0.24.0 because we lost the RpcError type (here) propagated from jsonrpsee. We use this to specifically match custom errors for transaction invalidity and for when the background service needs to be restarted. Instead of converting this error into a string the RpcClientT trait should have a generic parameter for the error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels