-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compatibility with JSON RPC #24
Comments
Are AEX-2 and AEX-5 somehow connected to state-channels? If it is not, I think we can make a better decision here. |
it is not connected to but I would really like to keep the |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JSON-RPC specification doesn't say anything about
version
field in the root of response/requests objects. If it is needed to store protocol version it should useparams
,result
, or method name to be compatible with JSON RPC.I have seen the usage of
version
field in AEX-2 and AEX-5.The text was updated successfully, but these errors were encountered: