add RandomWOW

This commit is contained in:
wowario
2023-01-30 21:00:38 +03:00
committed by nahuhh
parent c67a16403d
commit a3ca52f3f3
5 changed files with 8 additions and 6 deletions

8
.gitmodules vendored
View File

@@ -7,10 +7,12 @@
[submodule "external/trezor-common"] [submodule "external/trezor-common"]
path = external/trezor-common path = external/trezor-common
url = https://github.com/trezor/trezor-common.git url = https://github.com/trezor/trezor-common.git
[submodule "external/randomx"]
path = external/randomx
url = https://github.com/tevador/RandomX
[submodule "external/supercop"] [submodule "external/supercop"]
path = external/supercop path = external/supercop
url = https://github.com/monero-project/supercop url = https://github.com/monero-project/supercop
branch = monero branch = monero
[submodule "external/randomwow"]
path = external/randomwow
url = https://codeberg.org/wownero/RandomWOW
branch = 1.2.1-wow

View File

@@ -368,7 +368,7 @@ if(NOT MANUAL_SUBMODULES)
check_submodule(external/miniupnp) check_submodule(external/miniupnp)
check_submodule(external/rapidjson) check_submodule(external/rapidjson)
check_submodule(external/trezor-common) check_submodule(external/trezor-common)
check_submodule(external/randomx) check_submodule(external/randomwow)
check_submodule(external/supercop) check_submodule(external/supercop)
endif() endif()
endif() endif()

View File

@@ -70,4 +70,4 @@ endif()
add_subdirectory(db_drivers) add_subdirectory(db_drivers)
add_subdirectory(easylogging++) add_subdirectory(easylogging++)
add_subdirectory(qrcodegen) add_subdirectory(qrcodegen)
add_subdirectory(randomx EXCLUDE_FROM_ALL) add_subdirectory(randomwow EXCLUDE_FROM_ALL)

1
external/randomwow vendored Submodule

Submodule external/randomwow added at 27b099b6dd

1
external/randomx vendored

Submodule external/randomx deleted from 102f8acf90