Skip to content

Commit

Permalink
Project mass rename (Bitcoin -> Vincoin)
Browse files Browse the repository at this point in the history
Renamed all source files, modules, libraries and other docs from
bitcoin (btc) to vincoin (vnc).
  • Loading branch information
vexy authored May 6, 2024
2 parents 931550c + cee874f commit 9d5464f
Show file tree
Hide file tree
Showing 1,905 changed files with 13,956 additions and 35,303 deletions.
12 changes: 6 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env: # Global defaults
# - apt-get is required due to PACKAGE_MANAGER_INSTALL
# - podman-docker-4.1+ is required due to the use of `podman` when
# RESTART_CI_DOCKER_BEFORE_RUN is set and 4.1+ due to the bugfix in 4.1
# (https://github.com/bitcoin/bitcoin/pull/21652#issuecomment-1657098200)
# (https://github.com/vincoin/vincoin/pull/21652#issuecomment-1657098200)
# - The ./ci/ depedencies (with cirrus-cli) should be installed:
#
# ```
Expand Down Expand Up @@ -48,7 +48,7 @@ env: # Global defaults

# https://cirrus-ci.org/guide/tips-and-tricks/#sharing-configuration-between-tasks
filter_template: &FILTER_TEMPLATE
skip: $CIRRUS_REPO_FULL_NAME == "bitcoin-core/gui" && $CIRRUS_PR == "" # No need to run on the read-only mirror, unless it is a PR. https://cirrus-ci.org/guide/writing-tasks/#conditional-task-execution
skip: $CIRRUS_REPO_FULL_NAME == "vincoin-core/gui" && $CIRRUS_PR == "" # No need to run on the read-only mirror, unless it is a PR. https://cirrus-ci.org/guide/writing-tasks/#conditional-task-execution
stateful: false # https://cirrus-ci.org/guide/writing-tasks/#stateful-tasks

base_template: &BASE_TEMPLATE
Expand All @@ -73,7 +73,7 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
compute_credits_template: &CREDITS_TEMPLATE
# https://cirrus-ci.org/pricing/#compute-credits
# Only use credits for pull requests to the main repo
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != ""
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'vincoin/vincoin' && $CIRRUS_PR != ""

task:
name: 'lint'
Expand Down Expand Up @@ -109,7 +109,7 @@ task:
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: arm64 # Use arm64 worker to sidestep qemu and avoid a slow CI: https://github.com/bitcoin/bitcoin/pull/28087#issuecomment-1649399453
type: arm64 # Use arm64 worker to sidestep qemu and avoid a slow CI: https://github.com/vincoin/vincoin/pull/28087#issuecomment-1649399453
env:
FILE_ENV: "./ci/test/00_setup_env_arm.sh"

Expand Down Expand Up @@ -191,13 +191,13 @@ task:
FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh"

task:
name: 'no wallet, libbitcoinkernel'
name: 'no wallet, libvincoinkernel'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: small
env:
FILE_ENV: "./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh"
FILE_ENV: "./ci/test/00_setup_env_native_nowallet_libvincoinkernel.sh"

task:
name: 'macOS-cross, gui, no tests'
Expand Down
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ body:
- type: markdown
attributes:
value: |
## This issue tracker is only for technical issues related to Bitcoin Core.
## This issue tracker is only for technical issues related to Vincoin Core.
* General bitcoin questions and/or support requests should use Bitcoin StackExchange at https://bitcoin.stackexchange.com.
* For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
* General vincoin questions and/or support requests should use Vincoin StackExchange at https://vincoin.stackexchange.com.
* For reporting security issues, please read instructions at https://vincoincore.org/en/contact/.
* 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 Down Expand Up @@ -50,14 +50,14 @@ body:
description: |
Please copy and paste any relevant log output or attach a debug log file.
You can find the debug.log in your [data dir.](https://github.com/bitcoin/bitcoin/blob/master/doc/files.md#data-directory-location)
You can find the debug.log in your [data dir.](https://github.com/vincoin/vincoin/blob/master/doc/files.md#data-directory-location)
Please be aware that the debug log might contain personally identifying information.
validations:
required: false
- type: dropdown
attributes:
label: How did you obtain Bitcoin Core
label: How did you obtain Vincoin Core
multiple: false
options:
- Compiled from source
Expand All @@ -69,8 +69,8 @@ body:
- type: input
id: core-version
attributes:
label: What version of Bitcoin Core are you using?
description: Run `bitcoind --version` or in Bitcoin-QT use `Help > About Bitcoin Core`
label: What version of Vincoin Core are you using?
description: Run `vincoind --version` or in Vincoin-QT use `Help > About Vincoin Core`
placeholder: e.g. v24.0.1 or master@e1bf547
validations:
required: true
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Bitcoin Core Security Policy
url: https://github.com/bitcoin/bitcoin/blob/master/SECURITY.md
- name: Vincoin Core Security Policy
url: https://github.com/vincoin/vincoin/blob/master/SECURITY.md
about: View security policy
- name: Bitcoin Core Developers
url: https://bitcoincore.org
about: Bitcoin Core homepage
- name: Vincoin Core Developers
url: https://vincoincore.org
about: Vincoin Core homepage
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/good_first_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ body:
id: useful-skills
attributes:
label: Useful Skills
description: For example, “`std::thread`”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”.
description: For example, “`std::thread`”, “Qt5 GUI and async GUI design” or “basic understanding of Vincoin mining and the Vincoin Core RPC interface”.
value: |
* Compiling Bitcoin Core from source
* Compiling Vincoin Core from source
* Running the C++ unit tests and the Python functional tests
* ...
- type: textarea
Expand All @@ -40,5 +40,5 @@ body:
value: |
Want to work on this issue?
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md) before opening your pull request.
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/vincoin/vincoin/blob/master/CONTRIBUTING.md) before opening your pull request.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/gui_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
id: acknowledgement
attributes:
label: Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo
description: https://github.com/bitcoin-core/gui/issues/
description: https://github.com/vincoin-core/gui/issues/
options:
- label: I still think this issue should be opened here
required: true
Expand Down
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Pull requests without a rationale and clear improvement may be closed
immediately.
GUI-related pull requests should be opened against
https://github.com/bitcoin-core/gui
https://github.com/vincoin-core/gui
first. See CONTRIBUTING.md
-->

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

<!--
Bitcoin Core has a thorough review process and even the most trivial change
Vincoin Core has a thorough review process and even the most trivial change
needs to pass a lot of eyes and requires non-zero or even substantial time
effort to review. There is a huge lack of active reviewers on the project, so
patches often sit for a long time.
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 The Bitcoin Core developers
# Copyright (c) 2023 The Vincoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: macos-13

# No need to run on the read-only mirror, unless it is a PR.
if: github.repository != 'bitcoin-core/gui' || github.event_name == 'pull_request'
if: github.repository != 'vincoin-core/gui' || github.event_name == 'pull_request'

timeout-minutes: 120

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: windows-2022

# No need to run on the read-only mirror, unless it is a PR.
if: github.repository != 'bitcoin-core/gui' || github.event_name == 'pull_request'
if: github.repository != 'vincoin-core/gui' || github.event_name == 'pull_request'

env:
CCACHE_MAXSIZE: '200M'
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
shell: cmd
run: |
ccache --zero-stats
msbuild build_msvc\bitcoin.sln -property:CLToolPath=C:\ccache;CLToolExe=cl.exe;UseMultiToolTask=true;Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
msbuild build_msvc\vincoin.sln -property:CLToolPath=C:\ccache;CLToolExe=cl.exe;UseMultiToolTask=true;Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
- name: Ccache stats
run: ccache --show-stats
Expand All @@ -275,10 +275,10 @@ jobs:
key: ${{ github.job }}-ccache-${{ github.run_id }}

- name: Run unit tests
run: src\test_bitcoin.exe -l test_suite
run: src\test_vincoin.exe -l test_suite

- name: Run benchmarks
run: src\bench_bitcoin.exe -sanity-check
run: src\bench_vincoin.exe -sanity-check

- name: Run util tests
run: py -3 test\util\test_runner.py
Expand Down
46 changes: 23 additions & 23 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/vincoin
src/vincoind
src/vincoin-cli
src/vincoin-gui
src/vincoin-node
src/vincoin-tx
src/vincoin-util
src/vincoin-chainstate
src/vincoin-wallet
src/test/fuzz/fuzz
src/test/test_bitcoin
src/qt/test/test_bitcoin-qt
src/test/test_vincoin
src/qt/test/test_vincoin-qt

# autoreconf
Makefile.in
Expand All @@ -37,8 +37,8 @@ config.log
config.status
configure
libtool
src/config/bitcoin-config.h
src/config/bitcoin-config.h.in
src/config/vincoin-config.h
src/config/vincoin-config.h.in
src/config/stamp-h1
src/obj
share/setup.nsi
Expand All @@ -50,11 +50,11 @@ src/qt/forms/ui_*.h

src/qt/test/moc*.cpp

src/qt/bitcoin-qt.config
src/qt/bitcoin-qt.creator
src/qt/bitcoin-qt.creator.user
src/qt/bitcoin-qt.files
src/qt/bitcoin-qt.includes
src/qt/vincoin-qt.config
src/qt/vincoin-qt.creator
src/qt/vincoin-qt.creator.user
src/qt/vincoin-qt.files
src/qt/vincoin-qt.includes

.deps
.dirstamp
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/vincoin-qt
Vincoin-Qt.app

# Qt Creator
Makefile.am.user

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

# Resources cpp
qrc_*.cpp
Expand All @@ -116,7 +116,7 @@ releases
*.gcno
*.gcda
/*.info
test_bitcoin.coverage/
test_vincoin.coverage/
total.coverage/
fuzz.coverage/
coverage_percent.txt
Expand All @@ -135,7 +135,7 @@ test/.mypy_cache/

/doc/doxygen/

libbitcoinconsensus.pc
libvincoinconsensus.pc
contrib/devtools/split-debug.sh

# Output from running db4 installation
Expand Down
6 changes: 3 additions & 3 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:bitcoin:p:bitcoin:r:qt-translation-027x]
file_filter = src/qt/locale/bitcoin_<lang>.xlf
source_file = src/qt/locale/bitcoin_en.xlf
[o:vincoin:p:vincoin:r:qt-translation-027x]
file_filter = src/qt/locale/vincoin_<lang>.xlf
source_file = src/qt/locale/vincoin_en.xlf
source_lang = en
Loading

0 comments on commit 9d5464f

Please sign in to comment.