mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
ethrpc -> web3jsonrpc, other issues fixed
This commit is contained in:
parent
5bedf3c21f
commit
b072b8687a
@ -18,7 +18,9 @@ target_link_libraries(testeth gmp)
|
||||
target_link_libraries(testeth solidity)
|
||||
target_link_libraries(testeth ${CRYPTOPP_LS})
|
||||
target_link_libraries(testeth webthree)
|
||||
target_link_libraries(testeth ethrpc)
|
||||
if(JSONRPC_LS)
|
||||
target_link_libraries(testeth web3jsonrpc)
|
||||
endif()
|
||||
|
||||
target_link_libraries(createRandomTest ethereum)
|
||||
target_link_libraries(createRandomTest ethcore)
|
||||
|
@ -27,8 +27,8 @@
|
||||
#include <libdevcore/CommonIO.h>
|
||||
#include <libdevcore/CommonJS.h>
|
||||
#include <libwebthree/WebThree.h>
|
||||
#include <libethrpc/WebThreeStubServer.h>
|
||||
#include <libethrpc/CorsHttpServer.h>
|
||||
#include <libweb3jsonrpc/WebThreeStubServer.h>
|
||||
#include <libweb3jsonrpc/CorsHttpServer.h>
|
||||
#include <jsonrpc/connectors/httpserver.h>
|
||||
#include <jsonrpc/connectors/httpclient.h>
|
||||
#include <set>
|
||||
|
Loading…
Reference in New Issue
Block a user