Skip to content

Commit 30077bb

Browse files
committed
Add Bitweb blockchain settings , algo, site, more renames stage 2.
Add Bitweb blockchain settings , algo, site, more renames stage 2.
1 parent 17a4985 commit 30077bb

File tree

371 files changed

+11091
-6442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

371 files changed

+11091
-6442
lines changed

.cirrus.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ macos_native_task_template: &MACOS_NATIVE_TASK_TEMPLATE
6161
compute_credits_template: &CREDITS_TEMPLATE
6262
# https://cirrus-ci.org/pricing/#compute-credits
6363
# Only use credits for pull requests to the main repo
64-
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != ""
64+
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitweb-project/bitweb' && $CIRRUS_PR != ""
6565

6666
task:
6767
name: 'lint [bionic]'
@@ -174,8 +174,8 @@ task:
174174
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
175175
- ccache --show-stats
176176
unit_tests_script:
177-
- src\test_bitcoin.exe -l test_suite
178-
- src\bench_bitcoin.exe > NUL
177+
- src\test_bitweb.exe -l test_suite
178+
- src\bench_bitweb.exe > NUL
179179
- python test\util\test_runner.py
180180
- python test\util\rpcauth-test.py
181181
functional_tests_script:
@@ -252,7 +252,7 @@ task:
252252
name: '[ASan + LSan + UBSan + integer, no depends, USDT] [jammy]'
253253
<< : *GLOBAL_TASK_TEMPLATE
254254
# We can't use a 'container' for the USDT interface tests as the CirrusCI
255-
# containers don't have privileges to hook into bitcoind. CirrusCI uses
255+
# containers don't have privileges to hook into bitwebd. CirrusCI uses
256256
# Google Compute Engine instances: https://cirrus-ci.org/guide/custom-vms/
257257
# Images can be found here: https://cloud.google.com/compute/docs/images/os-details
258258
compute_engine_instance:

.github/ISSUE_TEMPLATE.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
<!-- This issue tracker is only for technical issues related to Bitcoin Core.
1+
<!-- This issue tracker is only for technical issues related to Bitweb Core.
22
3-
General bitcoin questions and/or support requests are best directed to the Bitcoin StackExchange at https://bitcoin.stackexchange.com.
4-
5-
For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
3+
For reporting security issues, please read instructions at https://github.com/bitweb-project/bitweb/issues/.
64
75
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!
86
9-
Any report, issue or feature request related to the GUI should be reported at
10-
https://github.com/bitcoin-core/gui/issues/
117
-->
128

139
<!-- Describe the issue -->
@@ -17,7 +13,7 @@ https://github.com/bitcoin-core/gui/issues/
1713

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

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

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

.github/ISSUE_TEMPLATE/bug_report.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ assignees: ''
77

88
---
99

10-
<!-- This issue tracker is only for technical issues related to Bitcoin Core.
10+
<!-- This issue tracker is only for technical issues related to Bitweb Core.
1111
12-
General bitcoin questions and/or support requests are best directed to the Bitcoin StackExchange at https://bitcoin.stackexchange.com.
13-
14-
For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
12+
For reporting security issues, please use https://github.com/bitweb-project/bitweb/issues
1513
1614
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! -->
1715

@@ -31,7 +29,7 @@ If the node is "stuck" during sync or giving "block checksum mismatch" errors, p
3129

3230
**System information**
3331

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

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

.github/ISSUE_TEMPLATE/good_first_issue.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ assignees: ''
1515

1616
#### Useful skills:
1717

18-
<!-- (For example, “C++11 std::thread”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”.) -->
18+
<!-- (For example, “C++11 std::thread”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin/Bitweb mining and the Bitcoin Core/Bitweb Core RPC interface”.) -->
1919

2020
#### Want to work on this issue?
2121

22-
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md) before opening your pull request.
22+
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/bitweb-project/bitweb/blob/master/CONTRIBUTING.md) before opening your pull request.

.github/PULL_REQUEST_TEMPLATE.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
Pull requests without a rationale and clear improvement may be closed
55
immediately.
66
7-
GUI-related pull requests should be opened against
8-
https://github.com/bitcoin-core/gui
97
first. See CONTRIBUTING.md
108
-->
119

1210
<!--
1311
Please provide clear motivation for your patch and explain how it improves
14-
Bitcoin Core user experience or Bitcoin Core developer experience
12+
Bitweb Core user experience or Bitweb Core developer experience
1513
significantly:
1614
1715
* Any test improvements or new tests that improve coverage are always welcome.
@@ -24,7 +22,7 @@ significantly:
2422
was fixed.
2523
* Features are welcome, but might be rejected due to design or scope issues.
2624
If a feature is based on a lot of dependencies, contributors should first
27-
consider building the system outside of Bitcoin Core, if possible.
25+
consider building the system outside of Bitweb Core, if possible.
2826
* Refactoring changes are only accepted if they are required for a feature or
2927
bug fix or otherwise improve developer experience significantly. For example,
3028
most "code style" refactoring changes require a thorough explanation why they
@@ -36,7 +34,7 @@ significantly:
3634
-->
3735

3836
<!--
39-
Bitcoin Core has a thorough review process and even the most trivial change
37+
Bitweb Core has a thorough review process and even the most trivial change
4038
needs to pass a lot of eyes and requires non-zero or even substantial time
4139
effort to review. There is a huge lack of active reviewers on the project, so
4240
patches often sit for a long time.

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To contribute a patch, the workflow is as follows:
8585
1. Commit patches
8686

8787
For GUI-related issues or pull requests, the https://github.com/bitcoin-core/gui repository should be used.
88-
For all other issues and pull requests, the https://github.com/bitcoin/bitcoin node repository should be used.
88+
For all other issues and pull requests, the https://github.com/bitweb-project/bitweb node repository should be used.
8989

9090
The master branch for all monotree repositories is identical.
9191

@@ -176,7 +176,7 @@ subsequent comment to the PR.
176176
### Translation changes
177177

178178
Note that translations should not be submitted as pull requests. Please see
179-
[Translation Process](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md)
179+
[Translation Process](https://github.com/bitweb-project/bitweb/blob/master/doc/translation_process.md)
180180
for more information on helping with translations.
181181

182182
### Work in Progress Changes and Requests for Comments
@@ -232,7 +232,7 @@ pull request to pull request.
232232

233233
When a pull request conflicts with the target branch, you may be asked to rebase it on top of the current target branch.
234234

235-
git fetch https://github.com/bitcoin/bitcoin # Fetch the latest upstream commit
235+
git fetch https://github.com/bitweb-project/bitweb # Fetch the latest upstream commit
236236
git rebase FETCH_HEAD # Rebuild commits on top of the new base
237237

238238
This project aims to have a clean git history, where code changes are only made in non-merge commits. This simplifies
@@ -435,7 +435,7 @@ Have a look at [an example backport PR](
435435
https://github.com/bitcoin/bitcoin/pull/16189).
436436

437437
Also see the [backport.py script](
438-
https://github.com/bitcoin-core/bitcoin-maintainer-tools#backport).
438+
https://github.com/bitweb-project/bitcoin-maintainer-tools#backport).
439439

440440
Copyright
441441
---------

Makefile.am

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win64-setup$(EXEEXT)
3535
empty :=
3636
space := $(empty) $(empty)
3737

38-
OSX_APP=Bitcoin-Qt.app
38+
OSX_APP=Bitweb-Qt.app
3939
OSX_VOLNAME = $(subst $(space),-,$(PACKAGE_NAME))
4040
OSX_DMG = $(OSX_VOLNAME).dmg
4141
OSX_DEPLOY_SCRIPT=$(top_srcdir)/contrib/macdeploy/macdeployqtplus
@@ -108,7 +108,7 @@ $(OSX_APP)/Contents/Resources/bitcoin.icns: $(OSX_INSTALLER_ICONS)
108108
$(MKDIR_P) $(@D)
109109
$(INSTALL_DATA) $< $@
110110

111-
$(OSX_APP)/Contents/MacOS/Bitcoin-Qt: all-recursive
111+
$(OSX_APP)/Contents/MacOS/Bitweb-Qt: all-recursive
112112
$(MKDIR_P) $(@D)
113113
STRIPPROG="$(STRIP)" $(INSTALL_STRIP_PROGRAM) $(BITCOIN_QT_BIN) $@
114114

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

119119
OSX_APP_BUILT=$(OSX_APP)/Contents/PkgInfo $(OSX_APP)/Contents/Resources/empty.lproj \
120120
$(OSX_APP)/Contents/Resources/bitcoin.icns $(OSX_APP)/Contents/Info.plist \
121-
$(OSX_APP)/Contents/MacOS/Bitcoin-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings
121+
$(OSX_APP)/Contents/MacOS/Bitweb-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings
122122

123123
osx_volname:
124124
echo $(OSX_VOLNAME) >$@
@@ -134,10 +134,10 @@ APP_DIST_DIR=$(top_builddir)/dist
134134
$(OSX_DMG): deploydir
135135
$(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))
136136

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

140-
deploydir: $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Bitcoin-Qt
140+
deploydir: $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Bitweb-Qt
141141
endif !BUILD_DARWIN
142142

143143
deploy: $(OSX_DMG)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Bitcoin Core integration/staging tree
22
=====================================
33

4-
https://bitcoincore.org
4+
https://bitwebcore.net
55

66
For an immediately usable, binary version of the Bitcoin Core software, see
7-
https://bitcoincore.org/en/download/.
7+
https://bitwebcore.net/wallet.
88

99
What is Bitcoin Core?
1010
---------------------
@@ -25,7 +25,7 @@ Development Process
2525
-------------------
2626

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

3131
The https://github.com/bitcoin-core/gui repository is used exclusively for the

REVIEWERS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ==============================================================================
2-
# Bitcoin Core REVIEWERS
2+
# Bitweb Core REVIEWERS
33
# ==============================================================================
44

5-
# Configuration of automated review requests for the bitcoin/bitcoin repo
5+
# Configuration of automated review requests for the bitweb-project/bitweb repo
66
# via DrahtBot.
77

88
# Order is not important; if a modified file or directory matches a fnmatch,

build-aux/m4/bitcoin_qt.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dnl Output: If qt version is auto, set bitcoin_enable_qt to false. Else, exit.
77
AC_DEFUN([BITCOIN_QT_FAIL],[
88
if test "$bitcoin_qt_want_version" = "auto" && test "$bitcoin_qt_force" != "yes"; then
99
if test "$bitcoin_enable_qt" != "no"; then
10-
AC_MSG_WARN([$1; bitcoin-qt frontend will not be built])
10+
AC_MSG_WARN([$1; bitweb-qt frontend will not be built])
1111
fi
1212
bitcoin_enable_qt=no
1313
bitcoin_enable_qt_test=no
@@ -54,7 +54,7 @@ AC_DEFUN([BITCOIN_QT_INIT],[
5454
dnl enable qt support
5555
AC_ARG_WITH([gui],
5656
[AS_HELP_STRING([--with-gui@<:@=no|qt5|auto@:>@],
57-
[build bitcoin-qt GUI (default=auto)])],
57+
[build bitweb-qt GUI (default=auto)])],
5858
[
5959
bitcoin_qt_want_version=$withval
6060
if test "$bitcoin_qt_want_version" = "yes"; then

build_msvc/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Building Bitcoin Core with Visual Studio
1+
Building Bitweb Core with Visual Studio
22
========================================
33

44
Introduction
55
---------------------
6-
Visual Studio 2022 is minimum required to build Bitcoin Core.
6+
Visual Studio 2022 is minimum required to build Bitweb Core.
77

88
Solution and project files to build with `msbuild` or Visual Studio can be found in the `build_msvc` directory.
99

10-
To build Bitcoin Core from the command-line, it is sufficient to only install the Visual Studio Build Tools component.
10+
To build Bitweb Core from the command-line, it is sufficient to only install the Visual Studio Build Tools component.
1111

1212
Building with Visual Studio is an alternative to the Linux based [cross-compiler build](../doc/build-windows.md).
1313

@@ -28,7 +28,7 @@ Add-Content -Path "vcpkg\triplets\x64-windows-static.cmake" -Value "set(VCPKG_BU
2828

2929
Qt
3030
---------------------
31-
To build Bitcoin Core with the GUI, a static build of Qt is required.
31+
To build Bitweb Core with the GUI, a static build of Qt is required.
3232

3333
1. Download a single ZIP archive of Qt source code from https://download.qt.io/official_releases/qt/ (e.g., [`qt-everywhere-opensource-src-5.15.5.zip`](https://download.qt.io/official_releases/qt/5.15/5.15.5/single/qt-everywhere-opensource-src-5.15.5.zip)), and expand it into a dedicated folder. The following instructions assume that this folder is `C:\dev\qt-source`.
3434

@@ -44,7 +44,7 @@ nmake install
4444

4545
One could speed up building with [`jom`](https://wiki.qt.io/Jom), a replacement for `nmake` which makes use of all CPU cores.
4646

47-
To build Bitcoin Core without Qt, unload or disable the `bitcoin-qt`, `libbitcoin_qt` and `test_bitcoin-qt` projects.
47+
To build Bitweb Core without Qt, unload or disable the `bitcoin-qt`, `libbitcoin_qt` and `test_bitcoin-qt` projects.
4848

4949

5050
Building
@@ -67,12 +67,12 @@ Alternatively, open the `build_msvc/bitcoin.sln` file in Visual Studio.
6767

6868
Security
6969
---------------------
70-
[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.
70+
[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 Bitweb 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.
7171

7272
To check if `bitcoind` has `RandomizedBaseAddress` enabled or disabled run
7373

7474
```
75-
.\dumpbin.exe /headers src/bitcoind.exe
75+
.\dumpbin.exe /headers src/bitwebd.exe
7676
```
7777

7878
If is it enabled then in the output `Dynamic base` will be listed in the `DLL characteristics` under `OPTIONAL HEADER VALUES` as shown below

build_msvc/bitcoin_config.h.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,16 @@
165165
#define HAVE_SYS_TYPES_H 1
166166

167167
/* Define to the address where bug reports for this package should be sent. */
168-
#define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
168+
#define PACKAGE_BUGREPORT "https://github.com/bitweb-project/bitweb/issues"
169169

170170
/* Define to the full name of this package. */
171-
#define PACKAGE_NAME "Bitcoin Core"
171+
#define PACKAGE_NAME "Bitweb Core"
172172

173173
/* Define to the full name and version of this package. */
174174
#define PACKAGE_STRING $
175175

176176
/* Define to the home page for this package. */
177-
#define PACKAGE_URL "https://bitcoincore.org/"
177+
#define PACKAGE_URL "https://bitwebcore.net/"
178178

179179
/* Define to the version of this package. */
180180
#define PACKAGE_VERSION $

build_msvc/bitcoind/bitcoind.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
<Target Name="AfterBuild">
5757
<Copy SourceFiles="$(ConfigIniIn)" DestinationFiles="$(ConfigIniOut)" ></Copy>
5858
<ReplaceInFile FilePath="$(ConfigIniOut)"
59-
Replace="@PACKAGE_NAME@" By="Bitcoin Core"></ReplaceInFile>
59+
Replace="@PACKAGE_NAME@" By="Bitweb Core"></ReplaceInFile>
6060
<ReplaceInFile FilePath="$(ConfigIniOut)"
61-
Replace="@PACKAGE_BUGREPORT@" By="https://github.com/bitcoin/bitcoin/issues"></ReplaceInFile>
61+
Replace="@PACKAGE_BUGREPORT@" By="https://github.com/bitweb-project/bitweb/issues"></ReplaceInFile>
6262
<ReplaceInFile FilePath="$(ConfigIniOut)"
6363
Replace="@abs_top_srcdir@" By="..\.." ToFullPath="true"></ReplaceInFile>
6464
<ReplaceInFile FilePath="$(ConfigIniOut)"

build_msvc/msvc-autogen.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def find_between( s, first, last ):
7070
config_dict = dict(item.split(", ") for item in config_info)
7171
config_dict["PACKAGE_VERSION"] = f"\"{config_dict['CLIENT_VERSION_MAJOR']}.{config_dict['CLIENT_VERSION_MINOR']}.{config_dict['CLIENT_VERSION_BUILD']}\""
7272
version = config_dict["PACKAGE_VERSION"].strip('"')
73-
config_dict["PACKAGE_STRING"] = f"\"Bitcoin Core {version}\""
73+
config_dict["PACKAGE_STRING"] = f"\"Bitweb Core {version}\""
7474

7575
with open(os.path.join(SOURCE_DIR,'../build_msvc/bitcoin_config.h.in'), "r", encoding="utf8") as template_file:
7676
template = template_file.readlines()
@@ -91,7 +91,7 @@ def set_properties(vcxproj_filename, placeholder, content):
9191
vcxproj_file.write(vcxproj_in_file.read().replace(placeholder, content))
9292

9393
def main():
94-
parser = argparse.ArgumentParser(description='Bitcoin-core msbuild configuration initialiser.')
94+
parser = argparse.ArgumentParser(description='Bitweb-core msbuild configuration initialiser.')
9595
parser.add_argument('-toolset', nargs='?', default=DEFAULT_PLATFORM_TOOLSET,
9696
help='Optionally sets the msbuild platform toolset, e.g. v143 for Visual Studio 2022.'
9797
' default is %s.'%DEFAULT_PLATFORM_TOOLSET)

build_msvc/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "bitcoin-core",
2+
"name": "bitweb-core",
33
"version-string": "1",
44
"dependencies": [
55
"berkeleydb",

ci/lint/06_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test/lint/git-subtree-check.sh src/crc32c
2828
test/lint/check-doc.py
2929
test/lint/all-lint.py
3030

31-
if [ "$CIRRUS_REPO_FULL_NAME" = "bitcoin/bitcoin" ] && [ "$CIRRUS_PR" = "" ] ; then
31+
if [ "$CIRRUS_REPO_FULL_NAME" = "bitweb-project/bitweb" ] && [ "$CIRRUS_PR" = "" ] ; then
3232
# Sanity check only the last few commits to get notified of missing sigs,
3333
# missing keys, or expired keys. Usually there is only one new merge commit
3434
# per push on the master branch and a few commits on release branches, so

ci/test/00_setup_env_i686_multiprocess.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ export PACKAGES="cmake python3 llvm clang g++-multilib"
1313
export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
1414
export GOAL="install"
1515
export BITCOIN_CONFIG="--enable-debug CC='clang -m32' CXX='clang++ -m32' LDFLAGS='--rtlib=compiler-rt -lgcc_s'"
16-
export TEST_RUNNER_ENV="BITCOIND=bitcoin-node"
16+
export TEST_RUNNER_ENV="BITCOIND=bitweb-node"
1717
export TEST_RUNNER_EXTRA="--nosandbox"

ci/test/04_install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ CI_EXEC df -h
9999
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
100100
export DIR_FUZZ_IN=${DIR_QA_ASSETS}/fuzz_seed_corpus/
101101
if [ ! -d "$DIR_FUZZ_IN" ]; then
102-
CI_EXEC git clone --depth=1 https://github.com/bitcoin-core/qa-assets "${DIR_QA_ASSETS}"
102+
CI_EXEC git clone --depth=1 https://github.com/bitweb-project/qa-assets "${DIR_QA_ASSETS}"
103103
fi
104104
elif [ "$RUN_UNIT_TESTS" = "true" ] || [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
105105
export DIR_UNIT_TEST_DATA=${DIR_QA_ASSETS}/unit_test_data/
106106
if [ ! -d "$DIR_UNIT_TEST_DATA" ]; then
107107
CI_EXEC mkdir -p "$DIR_UNIT_TEST_DATA"
108-
CI_EXEC curl --location --fail https://github.com/bitcoin-core/qa-assets/raw/main/unit_test_data/script_assets_test.json -o "${DIR_UNIT_TEST_DATA}/script_assets_test.json"
108+
CI_EXEC curl --location --fail https://github.com/bitweb-project/qa-assets/raw/main/unit_test_data/script_assets_test.json -o "${DIR_UNIT_TEST_DATA}/script_assets_test.json"
109109
fi
110110
fi
111111

0 commit comments

Comments
 (0)