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
Ideally we would unify the types and don't have to test so many different types. For example is many cases we have one type for serializing and one for deserialization, see JsonRpcParams and RpcParams.
The text was updated successfully, but these errors were encountered:
We should have some fine-grained tests for the types to comply with the spec.
For example using serde_json::RawValue as JSON-RPC Params would not ensure that it is an valid
JSON-RPC param
...Ideally we would unify the types and don't have to test so many different types. For example is many cases we have one type for serializing and one for deserialization, see JsonRpcParams and RpcParams.
The text was updated successfully, but these errors were encountered: