-
Notifications
You must be signed in to change notification settings - Fork 792
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
JSON-RPC #589
Comments
The formatting part is due to Boost. Some discussion here: #526 |
That is also disappointing, but I meant following the JSON-RPC specification (http://www.jsonrpc.org/specification).
|
Yeah, sure, supporting json-rpc would be nice, but the first step would be to introduce a proper json library. And all this breaks existing clients, so it's definitely an RPC protocol bump. |
Gotcha, agreed. Is someone already working on this? My C++ is a little rusty :) |
@odrotleff Not that I'm aware of. One idea that's been talked about is to move the RPC stuff out of core and reimplement it in terms of a C api (I'm working on one api proposal, others are possibly too) |
There has been work on this as part of #947 |
Related to #1434 |
Is there a reason the wallet RPC protocol does not follow the JSON-RPC standard? Implementation would be much easier if one could use JSON-RPC libraries.
The text was updated successfully, but these errors were encountered: