This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
JSON-RPC: Use Unix Socket Server from libjsonrpccpp #4565
Labels
Comments
I'll do it! |
Ok, great! Please report your progress if possible. |
Any progress on this? |
May I answer in the end of the week?
… 22 нояб. 2017 г., в 20:20, Paweł Bylica ***@***.***> написал(а):
Any progress on this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I have some problems with building projects. I instaledl Cmake (but it doesn't work), may be you can help me? |
Please see this branch: #4688. |
What's the status on this issue? Need any help? |
I tried it, and it totally does not work. See #4688. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The libjsonrpccpp library have implementation of Unix Socket Server for JSON-RPC. Let's use it and remove our internal implementation.
Our implementation (to be replaced): https://github.com/ethereum/cpp-ethereum/blob/develop/libweb3jsonrpc/UnixSocketServer.h
The Unix Socket server from libjson-rpc-cpp: https://github.com/cinemast/libjson-rpc-cpp/blob/master/src/jsonrpccpp/server/connectors/unixdomainsocketserver.h
Please first find out if we have any tests that depends on Unix Socket RPC transport.
The text was updated successfully, but these errors were encountered: