forked from mtl1979/bittorium-gui
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump minimum required cmake version to 3.3 so we have IN_LIST * Only add -ldl if it is required and not already specified. * Remove unnecessary Boost version check, we already require minimum of version 1.58 * Update to latest daemon sources
- Loading branch information
Showing
2 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cryptonote
updated
17 files
+5 −3 | CMakeLists.txt | |
+25 −3 | external/rocksdb/CMakeLists.txt | |
+9 −12 | src/CryptoNoteCore/Core.cpp | |
+1 −3 | src/CryptoNoteCore/Core.h | |
+1 −1 | src/CryptoNoteCore/DatabaseBlockchainCache.h | |
+11 −11 | src/Daemon/Daemon.cpp | |
+1 −1 | src/JsonRpcServer/JsonRpcServer.cpp | |
+9 −48 | src/P2p/NetNode.cpp | |
+3 −3 | src/P2p/NetNodeConfig.cpp | |
+3 −3 | src/PaymentGateService/PaymentGateService.cpp | |
+23 −4 | src/Rpc/HttpServer.cpp | |
+6 −1 | src/Rpc/HttpServer.h | |
+3 −2 | src/Rpc/RpcServer.cpp | |
+11 −0 | src/Rpc/RpcServerConfig.cpp | |
+4 −0 | src/Rpc/RpcServerConfig.h | |
+113 −0 | src/System/PortMapping.cpp | |
+24 −0 | src/System/PortMapping.h |