Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

24.0.1 - Pre-MWEB #900

Open
wants to merge 47 commits into
base: 24.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
3b72be2
Litecoin: Update README.md
DavidBurkett Mar 14, 2023
f9d5cc5
Litecoin: Add historical release notes
DavidBurkett Mar 14, 2023
4cbe858
Litecoin: Update seeds
DavidBurkett Mar 20, 2023
1ae770b
Litecoin: Update seeds 2
DavidBurkett Mar 20, 2023
162663f
Litecoin: Adjust chain parameters and version bits
DavidBurkett Mar 21, 2023
45b5dfc
Litecoin: PoW (Scrypt)
DavidBurkett Mar 21, 2023
2244410
Litecoin: Add Litecoin logos, icons, and splash screen
DavidBurkett Mar 21, 2023
4dd605a
Litecoin: Update trusted keys
DavidBurkett Mar 21, 2023
7c0abbe
Litecoin: Update windows codesigning cert
DavidBurkett Mar 21, 2023
90fafba
Litecoin: Branding: litecoin-cli
DavidBurkett Apr 11, 2023
0eac430
Litecoin: Branding: litecoin-tx
DavidBurkett Apr 11, 2023
a64ce3d
Litecoin: Branding: litecoin-util
DavidBurkett Apr 11, 2023
50dd257
Litecoin: Branding: litecoind & litecoin.conf
DavidBurkett Apr 11, 2023
99b443b
Litecoin: Branding: litecoin-node
DavidBurkett Apr 11, 2023
3ff930e
Litecoin: Branding: litecoin-wallet
DavidBurkett Apr 11, 2023
9067618
Litecoin: Branding: litecoin-gui
DavidBurkett Apr 11, 2023
ddf23e3
Litecoin: Branding: litecoin-chainstate
DavidBurkett Apr 11, 2023
c31ce71
Litecoin: Branding: test_litecoin
DavidBurkett Apr 11, 2023
13f59d4
Litecoin: Branding: litecoin-qt & test-litecoin-qt
DavidBurkett Apr 11, 2023
95f5ea2
Litecoin: Linearize
DavidBurkett Apr 12, 2023
e60c30a
Litecoin: Removing signet
DavidBurkett Apr 28, 2023
aefc9a3
Litecoin: Removing signet
DavidBurkett Apr 28, 2023
f25dd38
Litecoin: Removing signet
DavidBurkett Apr 28, 2023
29fe6b8
Litecoin: Removing signet
DavidBurkett Apr 28, 2023
0c49aca
Litecoin: Removing signet
DavidBurkett Apr 28, 2023
ea2807d
Litecoin: Consensus: Always enforce P2SH (BIP16)
DavidBurkett Apr 28, 2023
b9963d2
Litecoin: Assume UTXO hash for regtest
DavidBurkett Apr 28, 2023
d0e2c07
Litecoin: Encode/Decode script addresses with 'M' prefix
DavidBurkett Apr 28, 2023
9401442
Litecoin: Consensus: Avoid overflow when calculating next difficulty
DavidBurkett Apr 28, 2023
7a7f7d9
Litecoin: Consensus: Prevent Zeitgest2 attack by using the full adjus…
DavidBurkett Apr 28, 2023
107d533
Litecoin: Consensus: Require block version >= VERSIONBITS_TOP_BITS (0…
DavidBurkett Apr 28, 2023
314a2f2
Litecoin: Protocol: final alert, ipv6 prefix, DEFAULT_MAX_TIME_ADJUST…
DavidBurkett Apr 28, 2023
c3d2d88
Litecoin: Increase number of blocks checked at startup (DEFAULT_CHECK…
DavidBurkett Apr 28, 2023
f06d60e
Litecoin: Update benchmark block
DavidBurkett Apr 28, 2023
5f6576f
Litecoin: Consensus: Set MAX_MONEY to 84M
DavidBurkett Apr 28, 2023
39b67fc
Litecoin: Disable RBF
DavidBurkett Apr 29, 2023
26658bd
Litecoin: Branding: contrib/macdeploy
DavidBurkett Apr 29, 2023
7e78989
Litecoin: Branding: Docs
DavidBurkett Apr 29, 2023
23f3c5e
Litecoin: Build fixes
DavidBurkett Apr 29, 2023
b8cb2cb
Litecoin: Branding: Currency unit
DavidBurkett Apr 29, 2023
496349f
Litecoin: Branding: RPC
DavidBurkett Apr 29, 2023
5b6702d
Litecoin: Branding: Wallet RPC
DavidBurkett Apr 29, 2023
ed300cf
Litecoin: Branding: App paths, client name, wallet dump
DavidBurkett Apr 29, 2023
43c12ac
Litecoin: Branding: QT
DavidBurkett Apr 29, 2023
382eb8c
Litecoin: Unit-tests
DavidBurkett May 4, 2023
9816a41
Litecoin: Functional Tests
DavidBurkett May 13, 2023
07d0d51
Litecoin: Util Tests
DavidBurkett May 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ macos_native_task_template: &MACOS_NATIVE_TASK_TEMPLATE
check_clang_script:
- clang --version
brew_install_script:
- brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
- brew install boost libevent qt@5 miniupnpc libnatpmp ccache openssl zeromq qrencode libtool automake gnu-getopt
<< : *MAIN_TEMPLATE

compute_credits_template: &CREDITS_TEMPLATE
Expand Down Expand Up @@ -174,7 +174,7 @@ task:
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
- ccache --show-stats
unit_tests_script:
- src\test_bitcoin.exe -l test_suite
- src\test_litecoin.exe -l test_suite
- src\bench_bitcoin.exe > NUL
- python test\util\test_runner.py
- python test\util\rpcauth-test.py
Expand Down Expand Up @@ -252,7 +252,7 @@ task:
name: '[ASan + LSan + UBSan + integer, no depends, USDT] [jammy]'
<< : *GLOBAL_TASK_TEMPLATE
# We can't use a 'container' for the USDT interface tests as the CirrusCI
# containers don't have privileges to hook into bitcoind. CirrusCI uses
# containers don't have privileges to hook into litecoind. CirrusCI uses
# Google Compute Engine instances: https://cirrus-ci.org/guide/custom-vms/
# Images can be found here: https://cloud.google.com/compute/docs/images/os-details
compute_engine_instance:
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- This issue tracker is only for technical issues related to Bitcoin Core.
<!-- This issue tracker is only for technical issues related to Litecoin Core.

General bitcoin questions and/or support requests are best directed to the Bitcoin StackExchange at https://bitcoin.stackexchange.com.
General litecoin questions and/or support requests and are best directed to the [litecointalk.io forums](https://litecointalk.io/).

For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
For reporting security issues, please contact the Litecoin developers on the #litecoin-dev Freenode IRC channel or alternatively you can email us at contact@litecoin.org.

If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running memtest and observe CPU temperature with a load-test tool such as linpack before creating an issue!

Expand All @@ -17,7 +17,7 @@ https://github.com/bitcoin-core/gui/issues/

<!--- How reliably can you reproduce the issue, what are the steps to do so? -->

<!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->
<!-- What version of Litecoin Core are you using, where did you get it (website, self-compiled, etc)? -->

<!-- What type of machine are you observing the error on (OS/CPU and disk type)? -->

Expand Down
30 changes: 15 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

*.exe
*.pdb
src/bitcoin
src/bitcoind
src/bitcoin-cli
src/bitcoin-gui
src/bitcoin-node
src/bitcoin-tx
src/bitcoin-util
src/bitcoin-chainstate
src/bitcoin-wallet
src/litecoin
src/litecoind
src/litecoin-cli
src/litecoin-gui
src/litecoin-node
src/litecoin-tx
src/litecoin-util
src/litecoin-chainstate
src/litecoin-wallet
src/test/fuzz/fuzz
src/test/test_bitcoin
src/qt/test/test_bitcoin-qt
src/test/test_litecoin
src/qt/test/test_litecoin-qt

# autoreconf
Makefile.in
Expand Down Expand Up @@ -92,15 +92,15 @@ src/qt/bitcoin-qt.includes
*.qm
Makefile
!depends/Makefile
src/qt/bitcoin-qt
Bitcoin-Qt.app
src/qt/litecoin-qt
Litecoin-Qt.app

# Qt Creator
Makefile.am.user

# Unit-tests
Makefile.test
bitcoin-qt_test
litecoin-qt_test

# Resources cpp
qrc_*.cpp
Expand All @@ -116,7 +116,7 @@ releases
*.gcno
*.gcda
/*.info
test_bitcoin.coverage/
test_litecoin.coverage/
total.coverage/
fuzz.coverage/
coverage_percent.txt
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ the pull request affects. Valid areas as:

- `consensus` for changes to consensus critical code
- `doc` for changes to the documentation
- `qt` or `gui` for changes to bitcoin-qt
- `qt` or `gui` for changes to litecoin-qt
- `log` for changes to log messages
- `mining` for changes to the mining code
- `net` or `p2p` for changes to the peer-to-peer network code
Expand Down
41 changes: 20 additions & 21 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win64-setup$(EXEEXT)
empty :=
space := $(empty) $(empty)

OSX_APP=Bitcoin-Qt.app
OSX_APP=Litecoin-Qt.app
OSX_VOLNAME = $(subst $(space),-,$(PACKAGE_NAME))
OSX_DMG = $(OSX_VOLNAME).dmg
OSX_DEPLOY_SCRIPT=$(top_srcdir)/contrib/macdeploy/macdeployqtplus
Expand All @@ -47,8 +47,7 @@ DIST_CONTRIB = \
$(top_srcdir)/test/sanitizer_suppressions/tsan \
$(top_srcdir)/test/sanitizer_suppressions/ubsan \
$(top_srcdir)/contrib/linearize/linearize-data.py \
$(top_srcdir)/contrib/linearize/linearize-hashes.py \
$(top_srcdir)/contrib/signet/miner
$(top_srcdir)/contrib/linearize/linearize-hashes.py

DIST_SHARE = \
$(top_srcdir)/share/genbuild.sh \
Expand All @@ -67,9 +66,9 @@ OSX_PACKAGING = $(OSX_DEPLOY_SCRIPT) $(OSX_INSTALLER_ICONS) \
$(top_srcdir)/contrib/macdeploy/detached-sig-create.sh

COVERAGE_INFO = $(COV_TOOL_WRAPPER) baseline.info \
test_bitcoin_filtered.info total_coverage.info \
test_litecoin_filtered.info total_coverage.info \
baseline_filtered.info functional_test.info functional_test_filtered.info \
test_bitcoin_coverage.info test_bitcoin.info fuzz.info fuzz_filtered.info fuzz_coverage.info
test_litecoin_coverage.info test_litecoin.info fuzz.info fuzz_filtered.info fuzz_coverage.info

dist-hook:
-$(GIT) archive --format=tar HEAD -- src/clientversion.cpp | $(AMTAR) -C $(top_distdir) -xf -
Expand Down Expand Up @@ -108,7 +107,7 @@ $(OSX_APP)/Contents/Resources/bitcoin.icns: $(OSX_INSTALLER_ICONS)
$(MKDIR_P) $(@D)
$(INSTALL_DATA) $< $@

$(OSX_APP)/Contents/MacOS/Bitcoin-Qt: all-recursive
$(OSX_APP)/Contents/MacOS/Litecoin-Qt: all-recursive
$(MKDIR_P) $(@D)
STRIPPROG="$(STRIP)" $(INSTALL_STRIP_PROGRAM) $(BITCOIN_QT_BIN) $@

Expand All @@ -118,7 +117,7 @@ $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings:

OSX_APP_BUILT=$(OSX_APP)/Contents/PkgInfo $(OSX_APP)/Contents/Resources/empty.lproj \
$(OSX_APP)/Contents/Resources/bitcoin.icns $(OSX_APP)/Contents/Info.plist \
$(OSX_APP)/Contents/MacOS/Bitcoin-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings
$(OSX_APP)/Contents/MacOS/Litecoin-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings

osx_volname:
echo $(OSX_VOLNAME) >$@
Expand All @@ -134,10 +133,10 @@ APP_DIST_DIR=$(top_builddir)/dist
$(OSX_DMG): deploydir
$(XORRISOFS) -D -l -V "$(OSX_VOLNAME)" -no-pad -r -dir-mode 0755 -o $@ $(APP_DIST_DIR) -- $(if $(SOURCE_DATE_EPOCH),-volume_date all_file_dates =$(SOURCE_DATE_EPOCH))

$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Bitcoin-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Litecoin-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
INSTALL_NAME_TOOL=$(INSTALL_NAME_TOOL) OTOOL=$(OTOOL) STRIP=$(STRIP) $(PYTHON) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) $(OSX_VOLNAME) -translations-dir=$(QT_TRANSLATION_DIR)

deploydir: $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Bitcoin-Qt
deploydir: $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Litecoin-Qt
endif !BUILD_DARWIN

deploy: $(OSX_DMG)
Expand Down Expand Up @@ -203,16 +202,16 @@ fuzz_filtered.info: fuzz.info
$(abs_builddir)/contrib/filter-lcov.py $(LCOV_FILTER_PATTERN) $< $@
$(LCOV) -a $@ $(LCOV_OPTS) -o $@

test_bitcoin.info: baseline_filtered.info
test_litecoin.info: baseline_filtered.info
$(MAKE) -C src/ check
$(LCOV) -c $(LCOV_OPTS) -d $(abs_builddir)/src -t test_bitcoin -o $@
$(LCOV) -c $(LCOV_OPTS) -d $(abs_builddir)/src -t test_litecoin -o $@
$(LCOV) -z $(LCOV_OPTS) -d $(abs_builddir)/src

test_bitcoin_filtered.info: test_bitcoin.info
test_litecoin_filtered.info: test_litecoin.info
$(abs_builddir)/contrib/filter-lcov.py $(LCOV_FILTER_PATTERN) $< $@
$(LCOV) -a $@ $(LCOV_OPTS) -o $@

functional_test.info: test_bitcoin_filtered.info
functional_test.info: test_litecoin_filtered.info
@TIMEOUT=15 test/functional/test_runner.py $(EXTENDED_FUNCTIONAL_TESTS)
$(LCOV) -c $(LCOV_OPTS) -d $(abs_builddir)/src --t functional-tests -o $@
$(LCOV) -z $(LCOV_OPTS) -d $(abs_builddir)/src
Expand All @@ -224,17 +223,17 @@ functional_test_filtered.info: functional_test.info
fuzz_coverage.info: fuzz_filtered.info
$(LCOV) -a $(LCOV_OPTS) baseline_filtered.info -a fuzz_filtered.info -o $@ | $(GREP) "\%" | $(AWK) '{ print substr($$3,2,50) "/" $$5 }' > coverage_percent.txt

test_bitcoin_coverage.info: baseline_filtered.info test_bitcoin_filtered.info
$(LCOV) -a $(LCOV_OPTS) baseline_filtered.info -a test_bitcoin_filtered.info -o $@
test_litecoin_coverage.info: baseline_filtered.info test_litecoin_filtered.info
$(LCOV) -a $(LCOV_OPTS) baseline_filtered.info -a test_litecoin_filtered.info -o $@

total_coverage.info: test_bitcoin_filtered.info functional_test_filtered.info
$(LCOV) -a $(LCOV_OPTS) baseline_filtered.info -a test_bitcoin_filtered.info -a functional_test_filtered.info -o $@ | $(GREP) "\%" | $(AWK) '{ print substr($$3,2,50) "/" $$5 }' > coverage_percent.txt
total_coverage.info: test_litecoin_filtered.info functional_test_filtered.info
$(LCOV) -a $(LCOV_OPTS) baseline_filtered.info -a test_litecoin_filtered.info -a functional_test_filtered.info -o $@ | $(GREP) "\%" | $(AWK) '{ print substr($$3,2,50) "/" $$5 }' > coverage_percent.txt

fuzz.coverage/.dirstamp: fuzz_coverage.info
$(GENHTML) -s $(LCOV_OPTS) $< -o $(@D)
@touch $@

test_bitcoin.coverage/.dirstamp: test_bitcoin_coverage.info
test_litecoin.coverage/.dirstamp: test_litecoin_coverage.info
$(GENHTML) -s $(LCOV_OPTS) $< -o $(@D)
@touch $@

Expand All @@ -244,7 +243,7 @@ total.coverage/.dirstamp: total_coverage.info

cov_fuzz: fuzz.coverage/.dirstamp

cov: test_bitcoin.coverage/.dirstamp total.coverage/.dirstamp
cov: test_litecoin.coverage/.dirstamp total.coverage/.dirstamp

endif

Expand All @@ -258,7 +257,7 @@ EXTRA_DIST += \

EXTRA_DIST += \
test/util/test_runner.py \
test/util/data/bitcoin-util-test.json \
test/util/data/litecoin-util-test.json \
test/util/data/blanktxv1.hex \
test/util/data/blanktxv1.json \
test/util/data/blanktxv2.hex \
Expand Down Expand Up @@ -333,7 +332,7 @@ clean-docs:
rm -rf doc/doxygen

clean-local: clean-docs
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ fuzz.coverage/ test/tmp/ cache/ $(OSX_APP)
rm -rf coverage_percent.txt test_litecoin.coverage/ total.coverage/ fuzz.coverage/ test/tmp/ cache/ $(OSX_APP)
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
rm -rf osx_volname dist/

Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
Bitcoin Core integration/staging tree
=====================================

https://bitcoincore.org
[![Build Status](https://travis-ci.org/litecoin-project/litecoin.svg?branch=master)](https://travis-ci.org/litecoin-project/litecoin)

For an immediately usable, binary version of the Bitcoin Core software, see
https://bitcoincore.org/en/download/.
For an immediately usable, binary version of the Litecoin Core software, see
https://litecoin.org/.

What is Bitcoin Core?
What is Litecoin Core?
---------------------

Bitcoin Core connects to the Bitcoin peer-to-peer network to download and fully
Litecoin Core connects to the Litecoin peer-to-peer network to download and fully
validate blocks and transactions. It also includes a wallet and graphical user
interface, which can be optionally built.

Further information about Bitcoin Core is available in the [doc folder](/doc).
Further information about Litecoin Core is available in the [doc folder](/doc).

License
-------

Bitcoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more
Litecoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more
information or see https://opensource.org/licenses/MIT.

Development Process
-------------------

The `master` branch is regularly built (see `doc/build-*.md` for instructions) and tested, but it is not guaranteed to be
completely stable. [Tags](https://github.com/bitcoin/bitcoin/tags) are created
completely stable. [Tags](https://github.com/litecoin-project/litecoin/tags) are created
regularly from release branches to indicate new official, stable release versions of Bitcoin Core.

The https://github.com/bitcoin-core/gui repository is used exclusively for the
The https://github.com/litecoin-project/gui repository is used exclusively for the
development of the GUI. Its master branch is identical in all monotree
repositories. Release branches and tags do not exist, so please do not fork
that repository unless it is for development reasons.
Expand Down Expand Up @@ -68,8 +68,8 @@ not straightforward.
Translations
------------

Changes to translations as well as new translations can be submitted to
[Bitcoin Core's Transifex page](https://www.transifex.com/bitcoin/bitcoin/).
We only accept translation fixes that are submitted through [Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/bitcoin/).
Translations are converted to Litecoin periodically.

Translations are periodically pulled from Transifex and merged into the git repository. See the
[translation process](doc/translation_process.md) for details on how this works.
Expand Down
4 changes: 2 additions & 2 deletions build-aux/m4/bitcoin_qt.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dnl Output: If qt version is auto, set bitcoin_enable_qt to false. Else, exit.
AC_DEFUN([BITCOIN_QT_FAIL],[
if test "$bitcoin_qt_want_version" = "auto" && test "$bitcoin_qt_force" != "yes"; then
if test "$bitcoin_enable_qt" != "no"; then
AC_MSG_WARN([$1; bitcoin-qt frontend will not be built])
AC_MSG_WARN([$1; litecoin-qt frontend will not be built])
fi
bitcoin_enable_qt=no
bitcoin_enable_qt_test=no
Expand Down Expand Up @@ -54,7 +54,7 @@ AC_DEFUN([BITCOIN_QT_INIT],[
dnl enable qt support
AC_ARG_WITH([gui],
[AS_HELP_STRING([--with-gui@<:@=no|qt5|auto@:>@],
[build bitcoin-qt GUI (default=auto)])],
[build litecoin-qt GUI (default=auto)])],
[
bitcoin_qt_want_version=$withval
if test "$bitcoin_qt_want_version" = "yes"; then
Expand Down
4 changes: 2 additions & 2 deletions build_msvc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ Security
---------------------
[Base address randomization](https://docs.microsoft.com/en-us/cpp/build/reference/dynamicbase-use-address-space-layout-randomization?view=msvc-160) is used to make Bitcoin Core more secure. When building Bitcoin using the `build_msvc` process base address randomization can be disabled by editing `common.init.vcproj` to change `RandomizedBaseAddress` from `true` to `false` and then rebuilding the project.

To check if `bitcoind` has `RandomizedBaseAddress` enabled or disabled run
To check if `litecoind` has `RandomizedBaseAddress` enabled or disabled run

```
.\dumpbin.exe /headers src/bitcoind.exe
.\dumpbin.exe /headers src/litecoind.exe
```

If is it enabled then in the output `Dynamic base` will be listed in the `DLL characteristics` under `OPTIONAL HEADER VALUES` as shown below
Expand Down
2 changes: 1 addition & 1 deletion ci/test/00_setup_env_i686_multiprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export PACKAGES="cmake python3 python3-pip llvm clang g++-multilib"
export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
export GOAL="install"
export BITCOIN_CONFIG="--enable-debug CC='clang -m32' CXX='clang++ -m32' LDFLAGS='--rtlib=compiler-rt -lgcc_s'"
export TEST_RUNNER_ENV="BITCOIND=bitcoin-node"
export TEST_RUNNER_ENV="LITECOIND=litecoin-node"
export TEST_RUNNER_EXTRA="--nosandbox"
2 changes: 1 addition & 1 deletion ci/test/06_script_b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ "$RUN_UNIT_TESTS" = "true" ]; then
fi

if [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
CI_EXEC "${TEST_RUNNER_ENV}" DIR_UNIT_TEST_DATA="${DIR_UNIT_TEST_DATA}" LD_LIBRARY_PATH="${DEPENDS_DIR}/${HOST}/lib" "${BASE_OUTDIR}/bin/test_bitcoin" --catch_system_errors=no -l test_suite
CI_EXEC "${TEST_RUNNER_ENV}" DIR_UNIT_TEST_DATA="${DIR_UNIT_TEST_DATA}" LD_LIBRARY_PATH="${DEPENDS_DIR}/${HOST}/lib" "${BASE_OUTDIR}/bin/test_litecoin" --catch_system_errors=no -l test_suite
fi

if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
Expand Down
Loading