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
hey @Niraj-Kamdar I think that since the request method is just an JSON-RPC call to an Ethereum node, it makes sense to return JSON. If a method's response is in bytes, those bytes will be received as string
If RPC call give bytes as response, it may not be JSON serializable in some languages.
So, we should use msgpack instead of JSON.
Current schema
Proposed Schema
The text was updated successfully, but these errors were encountered: