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

URL fixes, documentation improvements #52

Merged
merged 7 commits into from
Jul 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ test_script:
- cmd: python test\util\rpcauth-test.py
# Fee estimation test failing on appveyor with: WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted.
# functional tests disabled for now. See
# https://github.com/BGL/BGL/pull/18626#issuecomment-613396202
# https://github.com/BGL/BGL/issues/18623
# https://github.com/bitcoin/bitcoin/pull/18626#issuecomment-613396202
# https://github.com/bitcoin/bitcoin/issues/18623
# - cmd: python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --failfast --exclude feature_fee_estimation
artifacts:
#- path: BGL-%APPVEYOR_BUILD_VERSION%.zip
Expand Down
5 changes: 0 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ what is the goal of the pull request
Pull requests without a rationale and clear improvement may be closed
immediately.

GUI-related pull requests should be opened against
https://github.com/BGL-core/gui
first. See CONTRIBUTING.md
-->

### Notes
implementation details, hints for reviewers

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ Rebased-From: <commit hash of the original commit>
```

Have a look at [an example backport PR](
https://github.com/BGL/BGL/pull/16189).
https://github.com/bitcoin/bitcoin/pull/16189).

Also see the [backport.py script](
https://github.com/BGL-core/BGL-maintainer-tools#backport).
Expand Down
4 changes: 2 additions & 2 deletions build_msvc/BGL_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
#define LT_OBJDIR ".libs/"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "https://github.com/BGL/BGL/issues"
#define PACKAGE_BUGREPORT "https://github.com/BitgesellOfficial/bitgesell/issues"

/* Define to the full name of this package. */
#define PACKAGE_NAME "BGL Core"
Expand All @@ -256,7 +256,7 @@
#define PACKAGE_TARNAME "BGL"

/* Define to the home page for this package. */
#define PACKAGE_URL "https://BGLcore.org/"
#define PACKAGE_URL "https://bitgesell.ca/"

/* Define to the version of this package. */
#define PACKAGE_VERSION "21.99.0"
Expand Down
4 changes: 2 additions & 2 deletions build_msvc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Introduction
---------------------
Solution and project files to build the BGL Core applications `msbuild` or Visual Studio can be found in the build_msvc directory. The build has been tested with Visual Studio 2017 and 2019.

Building with Visual Studio is an alternative to the Linux based [cross-compiler build](https://github.com/BGL/BGL/blob/master/doc/build-windows.md).
Building with Visual Studio is an alternative to the Linux based [cross-compiler build](https://github.com/BitgesellOfficial/bitgesell/blob/master/doc/build-windows.md).

Quick Start
---------------------
Expand All @@ -19,7 +19,7 @@ msbuild /m BGL.sln /p:Platform=x64 /p:Configuration=Release /t:build

Dependencies
---------------------
A number of [open source libraries](https://github.com/BGL/BGL/blob/master/doc/dependencies.md) are required in order to be able to build BGL Core.
A number of [open source libraries](https://github.com/BitgesellOfficial/bitgesell/blob/master/doc/dependencies.md) are required in order to be able to build BGL Core.

Options for installing the dependencies in a Visual Studio compatible manner are:

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2021)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[BGL Core]])
AC_INIT([BGL Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_BUILD)m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/BGL/BGL/issues],[BGL],[https://BGLcore.org/])
AC_INIT([BGL Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_BUILD)m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/BitgesellOfficial/bitgesell/issues],[BGL],[https://bitgesell.ca/])
AC_CONFIG_SRCDIR([src/validation.cpp])
AC_CONFIG_HEADERS([src/config/BGL-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def setup():
if not os.path.isdir('gitian-builder'):
subprocess.check_call(['git', 'clone', 'https://github.com/devrandom/gitian-builder.git'])
if not os.path.isdir('BGL'):
subprocess.check_call(['git', 'clone', 'https://github.com/BGL/BGL.git'])
subprocess.check_call(['git', 'clone', 'https://github.com/BitgesellOfficial/bitgesell.git'])
os.chdir('gitian-builder')
make_image_prog = ['bin/make-base-vm', '--suite', 'focal', '--arch', 'amd64']
if args.docker:
Expand Down Expand Up @@ -157,7 +157,7 @@ def main():
parser = argparse.ArgumentParser(description='Script for running full Gitian builds.')
parser.add_argument('-c', '--commit', action='store_true', dest='commit', help='Indicate that the version argument is for a commit or branch')
parser.add_argument('-p', '--pull', action='store_true', dest='pull', help='Indicate that the version argument is the number of a github repository pull request')
parser.add_argument('-u', '--url', dest='url', default='https://github.com/BGL/BGL', help='Specify the URL of the repository. Default is %(default)s')
parser.add_argument('-u', '--url', dest='url', default='https://github.com/BitgesellOfficial/bitgesell', help='Specify the URL of the repository. Default is %(default)s')
parser.add_argument('-v', '--verify', action='store_true', dest='verify', help='Verify the Gitian build')
parser.add_argument('-b', '--build', action='store_true', dest='build', help='Do a Gitian build')
parser.add_argument('-s', '--sign', action='store_true', dest='sign', help='Make signed binaries for Windows and MacOS')
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ packages:
- "binutils-riscv64-linux-gnu"
- "g++-8-riscv64-linux-gnu"
remotes:
- "url": "https://github.com/BGL/BGL.git"
- "url": "https://github.com/BitgesellOfficial/bitgesell.git"
"dir": "BGL"
files: []
script: |
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
- "xorriso"
- "libtinfo5"
remotes:
- "url": "https://github.com/BGL/BGL.git"
- "url": "https://github.com/BitgesellOfficial/bitgesell.git"
"dir": "BGL"
files:
- "Xcode-11.3.1-11C505-extracted-SDK-with-libcxx-headers.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages:
- "ca-certificates"
- "python3"
remotes:
- "url": "https://github.com/BGL/BGL.git"
- "url": "https://github.com/BitgesellOfficial/bitgesell.git"
"dir": "BGL"
files: []
script: |
Expand Down
2 changes: 1 addition & 1 deletion contrib/install_db4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ EOF

# The packaged config.guess and config.sub are ancient (2009) and can cause build issues.
# Replace them with modern versions.
# See https://github.com/BGL/BGL/issues/16064
# See https://github.com/bitcoin/bitcoin/issues/16064
CONFIG_GUESS_URL='https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=55eaf3e779455c4e5cc9f82efb5278be8f8f900b'
CONFIG_GUESS_HASH='2d1ff7bca773d2ec3c6217118129220fa72d8adda67c7d2bf79994b3129232c1'
CONFIG_SUB_URL='https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=55eaf3e779455c4e5cc9f82efb5278be8f8f900b'
Expand Down
4 changes: 2 additions & 2 deletions contrib/testgen/base58.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'''
BGL base58 encoding and decoding.

Based on https://BGLtalk.org/index.php?topic=1026.0 (public domain)
Based on https://bitcointalk.org/index.php?topic=1026.0 (public domain)
'''
import hashlib

Expand Down Expand Up @@ -106,7 +106,7 @@ def get_bcaddress_version(strAddress):
return ord(version)

if __name__ == '__main__':
# Test case (from http://gitorious.org/BGL/python-base58.git)
# Test case (from http://gitorious.org/bitcoin/python-base58.git)
assert get_bcaddress_version('15VjRaDX9zpbA8LVnbrCAFzrVzN7ixHNsC') is 0
_ohai = 'o hai'.encode('ascii')
_tmp = b58encode(_ohai)
Expand Down
2 changes: 1 addition & 1 deletion contrib/zmq/zmq_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
alternative is to wrap the contents of `handle` inside `while True`.

A blocking example using python 2.7 can be obtained from the git history:
https://github.com/BGL/BGL/blob/37a7fe9e440b83e2364d5498931253937abe9294/contrib/zmq/zmq_sub.py
https://github.com/bitcoin/bitcoin/blob/37a7fe9e440b83e2364d5498931253937abe9294/contrib/zmq/zmq_sub.py
"""

import binascii
Expand Down
6 changes: 3 additions & 3 deletions debian.minimal/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -1721,8 +1721,8 @@ Files: doc/man/BGL-cli.1
Copyright: 2009-2019 The Bitcoin Core developers
License: __UNKNOWN__
Please contribute if you find BGL Core useful. Visit
<https://BGLcore.org> for further information about the software.
The source code is available from <https://github.com/BGL/BGL>.
<https://bitgesell.ca> for further information about the software.
The source code is available from <https://github.com/BitgesellOfficial/bitgesell>.
.
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
Expand Down Expand Up @@ -2630,7 +2630,7 @@ Files: contrib/verifybinaries/verify.sh
Copyright: 2016 The Bitcoin Core developers Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
License: __UNKNOWN__
This script attempts to download the signature file SHA256SUMS.asc from
BGLcore.org and BGL.org and compares them.
bitgesell.ca and BGL.org and compares them.
It first checks if the signature passes, and then downloads the files specified in
the file, and checks if the hashes of these files match those that are specified
in the signature file.
Expand Down
2 changes: 1 addition & 1 deletion depends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ NO_ZMQ ?=
NO_UPNP ?=
NO_NATPMP ?=
MULTIPROCESS ?=
FALLBACK_DOWNLOAD_PATH ?= https://BGLcore.org/depends-sources
FALLBACK_DOWNLOAD_PATH ?= https://bitgesell.ca/depends-sources

BUILD = $(shell ./config.guess)
HOST ?= $(BUILD)
Expand Down
2 changes: 1 addition & 1 deletion depends/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For linux RISC-V 64-bit cross compilation (there are no packages for 32-bit):

sudo apt-get install g++-riscv64-linux-gnu binutils-riscv64-linux-gnu

RISC-V known issue: gcc-7.3.0 and gcc-7.3.1 result in a broken `test_BGL` executable (see https://github.com/BGL/BGL/pull/13543),
RISC-V known issue: gcc-7.3.0 and gcc-7.3.1 result in a broken `test_BGL` executable (see https://github.com/bitcoin/bitcoin/pull/13543),
this is apparently fixed in gcc-8.1.0.

For linux S390X cross compilation:
Expand Down
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Setup
---------------------
BGL Core is the original BGL client and it builds the backbone of the network. It downloads and, by default, stores the entire history of BGL transactions, which requires a few hundred gigabytes of disk space. Depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.

To download BGL Core, visit [BGLcore.org](https://BGLcore.org/en/download/).
To download BGL Core, visit [bitgesell.ca](https://bitgesell.ca/en/download/).

Running
---------------------
Expand Down Expand Up @@ -55,7 +55,7 @@ The BGL repo's [root README](/README.md) contains relevant information on the de
- [Productivity Notes](productivity.md)
- [Release Notes](release-notes.md)
- [Release Process](release-process.md)
- [Source Code Documentation (External Link)](https://doxygen.BGLcore.org/)
- [Source Code Documentation (External Link)](https://doxygen.bitgesell.ca/)
- [Translation Process](translation_process.md)
- [Translation Strings Policy](translation_strings_policy.md)
- [JSON-RPC Interface](JSON-RPC-interface.md)
Expand Down
2 changes: 1 addition & 1 deletion doc/README_doxygen.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with no central authority: managing transactions and issuing money are carried o

The software is a community-driven open source project, released under the MIT license.

See https://github.com/BGL/BGL and https://BGLcore.org/ for further information about the project.
See https://github.com/BitgesellOfficial/bitgesell and https://bitgesell.ca/ for further information about the project.

\section Navigation
Use <a href="modules.html"><code>Modules</code></a>, <a href="namespaces.html"><code>Namespaces</code></a>, <a href="classes.html"><code>Classes</code></a>, or <a href="files.html"><code>Files</code></a> at the top of the page to start navigating the code.
Expand Down
2 changes: 1 addition & 1 deletion doc/build-netbsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libtool
pkg-config
python37

git clone https://github.com/BGL/BGL.git
git clone https://github.com/BitgesellOfficial/bitgesell.git
```

See [dependencies.md](dependencies.md) for a complete overview.
Expand Down
4 changes: 2 additions & 2 deletions doc/build-openbsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pkg_add automake # (select highest version, e.g. 1.16)
pkg_add python # (select highest version, e.g. 3.8)
pkg_add bash

git clone https://github.com/BGL/BGL.git
git clone https://github.com/BitgesellOfficial/bitgesell.git
```

See [dependencies.md](dependencies.md) for a complete overview.
Expand Down Expand Up @@ -106,7 +106,7 @@ The standard ulimit restrictions in OpenBSD are very strict:
data(kbytes) 1572864

This is, unfortunately, in some cases not enough to compile some `.cpp` files in the project,
(see issue [#6658](https://github.com/BGL/BGL/issues/6658)).
(see issue [#6658](https://github.com/bitcoin/bitcoin/issues/6658)).
If your user is in the `staff` group the limit can be raised with:

ulimit -d 3000000
Expand Down
2 changes: 1 addition & 1 deletion doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ brew install berkeley-db4

1. Clone the BGL Core source code:
```shell
git clone https://github.com/BGL/BGL
git clone https://github.com/BitgesellOfficial/bitgesell
cd BGL
```

Expand Down
2 changes: 1 addition & 1 deletion doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Setup and Build Example: Arch Linux
This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux:

pacman -S git base-devel boost libevent python
git clone https://github.com/BGL/BGL.git
git clone https://github.com/BitgesellOfficial/bitgesell.git
cd BGL/
./autogen.sh
./configure --disable-wallet --without-gui --without-miniupnpc
Expand Down
12 changes: 6 additions & 6 deletions doc/developer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ other input.

Valgrind is a programming tool for memory debugging, memory leak detection, and
profiling. The repo contains a Valgrind suppressions file
([`valgrind.supp`](https://github.com/BGL/BGL/blob/master/contrib/valgrind.supp))
([`valgrind.supp`](https://github.com/BitgesellOfficial/bitgesell/blob/master/contrib/valgrind.supp))
which includes known Valgrind warnings in our dependencies that cannot be fixed
in-tree. Example use:

Expand Down Expand Up @@ -434,7 +434,7 @@ Additional resources:
* [UndefinedBehaviorSanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html)
* [GCC Instrumentation Options](https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html)
* [Google Sanitizers Wiki](https://github.com/google/sanitizers/wiki)
* [Issue #12691: Enable -fsanitize flags in Travis](https://github.com/BGL/BGL/issues/12691)
* [Issue #12691: Enable -fsanitize flags in Travis](https://github.com/bitcoin/bitcoin/issues/12691)

Locking/mutex usage notes
-------------------------
Expand Down Expand Up @@ -1080,13 +1080,13 @@ introduce accidental changes.

Some good examples of scripted-diff:

- [scripted-diff: Rename InitInterfaces to NodeContext](https://github.com/BGL/BGL/commit/301bd41a2e6765b185bd55f4c541f9e27aeea29d)
- [scripted-diff: Rename InitInterfaces to NodeContext](https://github.com/bitcoin/bitcoin/commit/301bd41a2e6765b185bd55f4c541f9e27aeea29d)
uses an elegant script to replace occurrences of multiple terms in all source files.

- [scripted-diff: Remove g_connman, g_banman globals](https://github.com/BGL/BGL/commit/301bd41a2e6765b185bd55f4c541f9e27aeea29d)
- [scripted-diff: Remove g_connman, g_banman globals](https://github.com/bitcoin/bitcoin/commit/301bd41a2e6765b185bd55f4c541f9e27aeea29d)
replaces specific terms in a list of specific source files.

- [scripted-diff: Replace fprintf with tfm::format](https://github.com/BGL/BGL/commit/fac03ec43a15ad547161e37e53ea82482cc508f9)
- [scripted-diff: Replace fprintf with tfm::format](https://github.com/bitcoin/bitcoin/commit/fac03ec43a15ad547161e37e53ea82482cc508f9)
does a global replacement but excludes certain directories.

To find all previous uses of scripted diffs in the repository, do:
Expand Down Expand Up @@ -1339,4 +1339,4 @@ communication:

Note: This last convention isn't generally followed outside of
[`src/interfaces/`](../src/interfaces/), though it did come up for discussion
before in [#14635](https://github.com/BGL/BGL/pull/14635).
before in [#14635](https://github.com/bitcoin/bitcoin/pull/14635).
6 changes: 3 additions & 3 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ for the process.*

BGL Core version *version* is now available from:

<https://BGLcore.org/bin/BGL-core-*version*/>
<https://bitgesell.ca/bin/BGL-core-*version*/>

This release includes new features, various bug fixes and performance
improvements, as well as updated translations.

Please report bugs using the issue tracker at GitHub:

<https://github.com/BGL/BGL/issues>
<https://github.com/BitgesellOfficial/bitgesell/issues>

To receive security and update notifications, please subscribe to:

<https://BGLcore.org/en/list/announcements/join/>
<https://bitgesell.ca/en/list/announcements/join/>

How to Upgrade
==============
Expand Down
Loading