From d1387cbadc6fa065ed002eaa042c86c5ec8b454b Mon Sep 17 00:00:00 2001 From: wowario Date: Mon, 30 Jan 2023 21:00:38 +0300 Subject: [PATCH] add RandomWOW --- .gitmodules | 8 +++++--- CMakeLists.txt | 2 +- external/CMakeLists.txt | 2 +- external/randomwow | 1 + external/randomx | 1 - 5 files changed, 8 insertions(+), 6 deletions(-) create mode 160000 external/randomwow delete mode 160000 external/randomx diff --git a/.gitmodules b/.gitmodules index 721cce3b4..5b7d77fb3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,10 +7,12 @@ [submodule "external/trezor-common"] path = external/trezor-common url = https://github.com/trezor/trezor-common.git -[submodule "external/randomx"] - path = external/randomx - url = https://github.com/tevador/RandomX [submodule "external/supercop"] path = external/supercop url = https://github.com/monero-project/supercop branch = monero +[submodule "external/randomwow"] + path = external/randomwow + url = https://git.wownero.com/wownero/RandomWOW + branch = 1.1.10-wow + diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fb03ba1f..9f2055a3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -367,7 +367,7 @@ if(NOT MANUAL_SUBMODULES) check_submodule(external/miniupnp) check_submodule(external/rapidjson) check_submodule(external/trezor-common) - check_submodule(external/randomx) + check_submodule(external/randomwow) check_submodule(external/supercop) endif() endif() diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 5b7f69a56..29aed0cc6 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -69,4 +69,4 @@ endif() add_subdirectory(db_drivers) add_subdirectory(easylogging++) add_subdirectory(qrcodegen) -add_subdirectory(randomx EXCLUDE_FROM_ALL) +add_subdirectory(randomwow EXCLUDE_FROM_ALL) diff --git a/external/randomwow b/external/randomwow new file mode 160000 index 000000000..607bad48f --- /dev/null +++ b/external/randomwow @@ -0,0 +1 @@ +Subproject commit 607bad48f3687c2490d90f8c55efa2dcd7cbc195 diff --git a/external/randomx b/external/randomx deleted file mode 160000 index 261d58c77..000000000 --- a/external/randomx +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 261d58c77fc5547c0aa7fdfeb58421ba7e0e6e1c