File tree Expand file tree Collapse file tree 14 files changed +16
-823
lines changed Expand file tree Collapse file tree 14 files changed +16
-823
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ test $? -eq 0 || { echo "Can't configure ton"; exit 1; }
150150if [ " $with_tests " = true ]; then
151151 ninja storage-daemon storage-daemon-cli blockchain-explorer \
152152 tonlib tonlibjson tonlib-cli validator-engine func tolk fift \
153- lite-client pow-miner validator-engine-console generate-random-id json2tlo dht-server \
153+ lite-client validator-engine-console generate-random-id json2tlo dht-server \
154154 http-proxy rldp-http-proxy adnl-proxy create-state create-hardfork tlbc emulator \
155155 test-ed25519 test-ed25519-crypto test-bigint test-vm test-fift test-cells test-smartcont \
156156 test-net test-tdactor test-tdutils test-tonlib-offline test-adnl test-dht test-rldp \
@@ -159,7 +159,7 @@ if [ "$with_tests" = true ]; then
159159else
160160 ninja storage-daemon storage-daemon-cli blockchain-explorer \
161161 tonlib tonlibjson tonlib-cli validator-engine func tolk fift \
162- lite-client pow-miner validator-engine-console generate-random-id json2tlo dht-server \
162+ lite-client validator-engine-console generate-random-id json2tlo dht-server \
163163 http-proxy rldp-http-proxy adnl-proxy create-state create-hardfork tlbc emulator proxy-liteserver
164164 test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
165165fi
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ test $? -eq 0 || { echo "Can't configure ton"; exit 1; }
7575if [ " $with_tests " = true ]; then
7676 ninja storage-daemon storage-daemon-cli blockchain-explorer \
7777 tonlib tonlibjson tonlib-cli validator-engine func tolk fift \
78- lite-client pow-miner validator-engine-console generate-random-id json2tlo dht-server \
78+ lite-client validator-engine-console generate-random-id json2tlo dht-server \
7979 http-proxy rldp-http-proxy adnl-proxy create-state create-hardfork tlbc emulator \
8080 test-ed25519 test-ed25519-crypto test-bigint test-vm test-fift test-cells test-smartcont \
8181 test-net test-tdactor test-tdutils test-tonlib-offline test-adnl test-dht test-rldp \
@@ -84,7 +84,7 @@ if [ "$with_tests" = true ]; then
8484else
8585 ninja storage-daemon storage-daemon-cli blockchain-explorer \
8686 tonlib tonlibjson tonlib-cli validator-engine func tolk fift \
87- lite-client pow-miner validator-engine-console generate-random-id json2tlo dht-server \
87+ lite-client validator-engine-console generate-random-id json2tlo dht-server \
8888 http-proxy rldp-http-proxy adnl-proxy create-state create-hardfork tlbc emulator proxy-liteserver
8989 test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
9090fi
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ test $? -eq 0 || { echo "Can't configure ton"; exit 1; }
6060
6161if [ " $with_tests " = true ]; then
6262ninja storage-daemon storage-daemon-cli fift func tolk tonlib tonlibjson tonlib-cli \
63- validator-engine lite-client pow-miner validator-engine-console blockchain-explorer \
63+ validator-engine lite-client validator-engine-console blockchain-explorer \
6464 generate-random-id json2tlo dht-server http-proxy rldp-http-proxy \
6565 adnl-proxy create-state emulator test-ed25519 test-ed25519-crypto test-bigint \
6666 test-vm test-fift test-cells test-smartcont test-net test-tdactor test-tdutils \
@@ -69,7 +69,7 @@ ninja storage-daemon storage-daemon-cli fift func tolk tonlib tonlibjson tonlib-
6969 test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
7070else
7171ninja storage-daemon storage-daemon-cli fift func tolk tonlib tonlibjson tonlib-cli \
72- validator-engine lite-client pow-miner validator-engine-console blockchain-explorer \
72+ validator-engine lite-client validator-engine-console blockchain-explorer \
7373 generate-random-id json2tlo dht-server http-proxy rldp-http-proxy \
7474 adnl-proxy create-state emulator proxy-liteserver
7575 test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ test $? -eq 0 || { echo "Can't configure ton"; exit 1; }
134134
135135if [ " $with_tests " = true ]; then
136136ninja storage-daemon storage-daemon-cli fift func tolk tonlib tonlibjson tonlib-cli \
137- validator-engine lite-client pow-miner validator-engine-console blockchain-explorer \
137+ validator-engine lite-client validator-engine-console blockchain-explorer \
138138 generate-random-id json2tlo dht-server http-proxy rldp-http-proxy \
139139 adnl-proxy create-state emulator test-ed25519 test-ed25519-crypto test-bigint \
140140 test-vm test-fift test-cells test-smartcont test-net test-tdactor test-tdutils \
@@ -143,7 +143,7 @@ ninja storage-daemon storage-daemon-cli fift func tolk tonlib tonlibjson tonlib-
143143 test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
144144else
145145ninja storage-daemon storage-daemon-cli fift func tolk tonlib tonlibjson tonlib-cli \
146- validator-engine lite-client pow-miner validator-engine-console blockchain-explorer \
146+ validator-engine lite-client validator-engine-console blockchain-explorer \
147147 generate-random-id json2tlo dht-server http-proxy rldp-http-proxy \
148148 adnl-proxy create-state emulator proxy-liteserver
149149 test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ test $? -eq 0 || { echo "Can't configure ton"; exit 1; }
6363
6464if [ " $with_tests " = true ]; then
6565ninja storage-daemon storage-daemon-cli fift func tolk tonlib tonlibjson tonlib-cli \
66- validator-engine lite-client pow-miner validator-engine-console blockchain-explorer \
66+ validator-engine lite-client validator-engine-console blockchain-explorer \
6767 generate-random-id json2tlo dht-server http-proxy rldp-http-proxy \
6868 adnl-proxy create-state emulator test-ed25519 test-ed25519-crypto test-bigint \
6969 test-vm test-fift test-cells test-smartcont test-net test-tdactor test-tdutils \
@@ -72,7 +72,7 @@ ninja storage-daemon storage-daemon-cli fift func tolk tonlib tonlibjson tonlib-
7272 test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
7373else
7474ninja storage-daemon storage-daemon-cli fift func tolk tonlib tonlibjson tonlib-cli \
75- validator-engine lite-client pow-miner validator-engine-console blockchain-explorer \
75+ validator-engine lite-client validator-engine-console blockchain-explorer \
7676 generate-random-id json2tlo dht-server http-proxy rldp-http-proxy \
7777 adnl-proxy create-state emulator proxy-liteserver
7878 test $? -eq 0 || { echo " Can't compile ton" ; exit 1; }
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ IF %errorlevel% NEQ 0 (
145145
146146IF " %1 " == " -t" (
147147ninja storage-daemon storage-daemon-cli blockchain-explorer fift func tolk tonlib tonlibjson ^
148- tonlib-cli validator-engine lite-client pow-miner validator-engine-console generate-random-id ^
148+ tonlib-cli validator-engine lite-client validator-engine-console generate-random-id ^
149149json2tlo dht-server http-proxy rldp-http-proxy adnl-proxy create-state create-hardfork emulator ^
150150test-ed25519 test-ed25519-crypto test-bigint test-vm test-fift test-cells test-smartcont test-net ^
151151test-tdactor test-tdutils test-tonlib-offline test-adnl test-dht test-rldp test-rldp2 test-catchain ^
@@ -156,7 +156,7 @@ IF %errorlevel% NEQ 0 (
156156)
157157) else (
158158ninja storage-daemon storage-daemon-cli blockchain-explorer fift func tolk tonlib tonlibjson ^
159- tonlib-cli validator-engine lite-client pow-miner validator-engine-console generate-random-id ^
159+ tonlib-cli validator-engine lite-client validator-engine-console generate-random-id ^
160160json2tlo dht-server http-proxy rldp-http-proxy adnl-proxy create-state create-hardfork emulator proxy-liteserver
161161IF %errorlevel% NEQ 0 (
162162 echo Can't compile TON
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ IF %errorlevel% NEQ 0 (
145145
146146IF " %1 " == " -t" (
147147ninja storage-daemon storage-daemon-cli blockchain-explorer fift func tolk tonlib tonlibjson ^
148- tonlib-cli validator-engine lite-client pow-miner validator-engine-console generate-random-id ^
148+ tonlib-cli validator-engine lite-client validator-engine-console generate-random-id ^
149149json2tlo dht-server http-proxy rldp-http-proxy adnl-proxy create-state create-hardfork emulator ^
150150test-ed25519 test-ed25519-crypto test-bigint test-vm test-fift test-cells test-smartcont test-net ^
151151test-tdactor test-tdutils test-tonlib-offline test-adnl test-dht test-rldp test-rldp2 test-catchain ^
@@ -156,7 +156,7 @@ IF %errorlevel% NEQ 0 (
156156)
157157) else (
158158ninja storage-daemon storage-daemon-cli blockchain-explorer fift func tolk tonlib tonlibjson ^
159- tonlib-cli validator-engine lite-client pow-miner validator-engine-console generate-random-id ^
159+ tonlib-cli validator-engine lite-client validator-engine-console generate-random-id ^
160160json2tlo dht-server http-proxy rldp-http-proxy adnl-proxy create-state create-hardfork emulator proxy-liteserver
161161IF %errorlevel% NEQ 0 (
162162 echo Can't compile TON
Original file line number Diff line number Diff line change @@ -421,16 +421,8 @@ if (WINGETOPT_FOUND)
421421 target_link_libraries_system(tlbc wingetopt)
422422endif ()
423423
424- add_library (pow-miner-lib util/Miner.cpp util/Miner.h)
425- target_include_directories (pow-miner-lib PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} >)
426- target_link_libraries (pow-miner-lib PUBLIC ton_crypto)
427-
428- add_executable (pow-miner util/pow-miner.cpp)
429- target_link_libraries (pow-miner PRIVATE ton_crypto pow-miner-lib git)
430-
431424if (WINGETOPT_FOUND)
432425 target_link_libraries_system(fift wingetopt)
433- target_link_libraries_system(pow-miner wingetopt)
434426endif ()
435427
436428add_executable (mintless-proof-generator util/mintless-proof-generator.cpp)
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments