File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ du -sh "${PREVIOUS_RELEASES_DIR}"
143
143
if [[ $HOST = * -mingw32 ]]; then
144
144
# Generate all binaries, so that they can be wrapped
145
145
make " $MAKEJOBS " -C src/secp256k1 VERBOSE=1
146
- make " $MAKEJOBS " -C src minisketch/test.exe VERBOSE=1
147
146
" ${BASE_ROOT_DIR} /ci/test/wrap-wine.sh"
148
147
fi
149
148
Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ BITCOIN_CORE_H = \
231
231
node/mempool_persist_args.h \
232
232
node/miner.h \
233
233
node/mini_miner.h \
234
- node/minisketchwrapper.h \
235
234
node/peerman_args.h \
236
235
node/protocol_version.h \
237
236
node/psbt.h \
@@ -436,7 +435,6 @@ libbitcoin_node_a_SOURCES = \
436
435
node/mempool_persist_args.cpp \
437
436
node/miner.cpp \
438
437
node/mini_miner.cpp \
439
- node/minisketchwrapper.cpp \
440
438
node/peerman_args.cpp \
441
439
node/psbt.cpp \
442
440
node/timeoffsets.cpp \
@@ -1108,8 +1106,6 @@ endif
1108
1106
echo " };" ; \
1109
1107
} > " $@ .new" && mv -f " $@ .new" " $@ "
1110
1108
1111
- include Makefile.minisketch.include
1112
-
1113
1109
if EMBEDDED_LEVELDB
1114
1110
include Makefile.crc32c.include
1115
1111
include Makefile.leveldb.include
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ BITCOIN_TESTS =\
114
114
test/miner_tests.cpp \
115
115
test/miniminer_tests.cpp \
116
116
test/miniscript_tests.cpp \
117
- test/minisketch_tests.cpp \
118
117
test/multisig_tests.cpp \
119
118
test/net_peer_connection_tests.cpp \
120
119
test/net_peer_eviction_tests.cpp \
@@ -343,7 +342,6 @@ test_fuzz_fuzz_SOURCES = \
343
342
test/fuzz/merkleblock.cpp \
344
343
test/fuzz/message.cpp \
345
344
test/fuzz/miniscript.cpp \
346
- test/fuzz/minisketch.cpp \
347
345
test/fuzz/mini_miner.cpp \
348
346
test/fuzz/muhash.cpp \
349
347
test/fuzz/multiplication_overflow.cpp \
You can’t perform that action at this time.
0 commit comments