From 2b78ff8117c44384bb1e77432cba1133774b8a1f 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..27b099b6d --- /dev/null +++ b/external/randomwow @@ -0,0 +1 @@ +Subproject commit 27b099b6dd6fef6e17f58c6dfe00009e9c5df587 diff --git a/external/randomx b/external/randomx deleted file mode 160000 index 102f8acf9..000000000 --- a/external/randomx +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 102f8acf90a7649ada410de5499a7ec62e49e1da