Skip to content

Commit

Permalink
Update to Core 28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Jan 15, 2025
2 parents e8c35ef + 32efe85 commit 195490e
Show file tree
Hide file tree
Showing 37 changed files with 633 additions and 427 deletions.
2 changes: 1 addition & 1 deletion build_msvc/fuzz/fuzz.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\..\src\test\fuzz\*.cpp" />
<ClCompile Include="..\..\src\test\fuzz\*.cpp" Exclude="..\..\src\test\fuzz\utxo_snapshot.cpp" />
<ClCompile Include="..\..\src\test\fuzz\util\descriptor.cpp">
<ObjectFileName>$(IntDir)test_fuzz_util_descriptor.obj</ObjectFileName>
</ClCompile>
Expand Down
1 change: 1 addition & 0 deletions ci/test/00_setup_env_native_fuzz_with_valgrind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export FUZZ_TESTS_CONFIG="--valgrind"
export GOAL="install"
export BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer CC=clang-16 CXX=clang++-16"
export CCACHE_MAXSIZE=200M
export LLVM_SYMBOLIZER_PATH="/usr/bin/llvm-symbolizer-16"
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 28)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
Expand Down
5 changes: 4 additions & 1 deletion contrib/devtools/gen-blackmore-conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@ cat >> "${EXAMPLE_CONF_FILE}" << 'EOF'
# Options for mainnet
[main]
# Options for testnet
# Options for testnet3
[test]
# Options for testnet4
[testnet4]
# Options for signet
[signet]
Expand Down
3 changes: 3 additions & 0 deletions depends/hosts/mingw32.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ifneq ($(shell $(SHELL) $(.SHELLFLAGS) "command -v $(host)-gcc-posix"),)
mingw32_CC := $(host)-gcc-posix
endif
ifneq ($(shell $(SHELL) $(.SHELLFLAGS) "command -v $(host)-g++-posix"),)
mingw32_CXX := $(host)-g++-posix
endif
Expand Down
2 changes: 0 additions & 2 deletions depends/hosts/netbsd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ netbsd_NM = $(host_toolchain)gcc-nm
netbsd_RANLIB = $(host_toolchain)gcc-ranlib
endif

netbsd_CXXFLAGS=$(netbsd_CFLAGS)

netbsd_release_CFLAGS=-O2
netbsd_release_CXXFLAGS=$(netbsd_release_CFLAGS)

Expand Down
2 changes: 1 addition & 1 deletion doc/bitcoin-conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Comments may appear in two ways:
### Network specific options

Network specific options can be:
- placed into sections with headers `[main]` (not `[mainnet]`), `[test]` (not `[testnet]`), `[signet]` or `[regtest]`;
- placed into sections with headers `[main]` (not `[mainnet]`), `[test]` (not `[testnet]`, for testnet), `[testnet4]`, `[signet]` or `[regtest]`;
- prefixed with a chain name; e.g., `regtest.maxmempool=100`.

Network specific options take precedence over non-network specific options.
Expand Down
6 changes: 3 additions & 3 deletions doc/man/blackmore-cli.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH BLACKMORE-CLI "1" "October 2024" "blackmore-cli v27.2.0" "User Commands"
.TH BLACKMORE-CLI "1" "December 2024" "blackmore-cli v28.1.0" "User Commands"
.SH NAME
blackmore-cli \- manual page for blackmore-cli v27.2.0
blackmore-cli \- manual page for blackmore-cli v28.1.0
.SH SYNOPSIS
.B blackmore-cli
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Blackcoin More\/\fR
Expand All @@ -15,7 +15,7 @@ blackmore-cli \- manual page for blackmore-cli v27.2.0
.B blackmore-cli
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
.SH DESCRIPTION
Blackcoin More RPC client version v27.2.0
Blackcoin More RPC client version v28.1.0
.SH OPTIONS
.HP
\-?
Expand Down
14 changes: 7 additions & 7 deletions doc/man/blackmore-qt.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH BLACKMORE-QT "1" "October 2024" "blackmore-qt v27.2.0" "User Commands"
.TH BLACKMORE-QT "1" "December 2024" "blackmore-qt v28.1.0" "User Commands"
.SH NAME
blackmore-qt \- manual page for blackmore-qt v27.2.0
blackmore-qt \- manual page for blackmore-qt v28.1.0
.SH SYNOPSIS
.B blackmore-qt
[\fI\,command-line options\/\fR]
.SH DESCRIPTION
Blackcoin More version v27.2.0
Blackcoin More version v28.1.0
.PP
Optional URI is a Blackcoin address in BIP21 URI format.
.SH OPTIONS
Expand Down Expand Up @@ -351,10 +351,10 @@ Support filtering of blocks and transaction with bloom filters (default:
.HP
\fB\-port=\fR<port>
.IP
Listen for connections on <port>. Nodes not using the default ports
(default: 15714, testnet: 25714, signet: 38333, regtest: 35714)
are unlikely to get incoming connections. Not relevant for I2P
(see doc/i2p.md).
Listen for connections on <port> (default: 15714, testnet: 25714,
testnet4: 48333, signet: 38333, regtest: 35714). Not relevant for
I2P (see doc/i2p.md). If set to a value x, the default onion
listening port will be set to x+1.
.HP
\fB\-proxy=\fR<ip:port>
.IP
Expand Down
6 changes: 3 additions & 3 deletions doc/man/blackmore-tx.1
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH BLACKMORE-TX "1" "October 2024" "blackmore-tx v27.2.0" "User Commands"
.TH BLACKMORE-TX "1" "December 2024" "blackmore-tx v28.1.0" "User Commands"
.SH NAME
blackmore-tx \- manual page for blackmore-tx v27.2.0
blackmore-tx \- manual page for blackmore-tx v28.1.0
.SH SYNOPSIS
.B blackmore-tx
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded blackcoin transaction\/\fR
.br
.B blackmore-tx
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded blackcoin transaction\/\fR
.SH DESCRIPTION
Blackcoin More blackmore\-tx utility version v27.2.0
Blackcoin More blackmore\-tx utility version v28.1.0
.SH OPTIONS
.HP
\-?
Expand Down
6 changes: 3 additions & 3 deletions doc/man/blackmore-util.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH BLACKMORE-UTIL "1" "October 2024" "blackmore-util v27.2.0" "User Commands"
.TH BLACKMORE-UTIL "1" "December 2024" "blackmore-util v28.1.0" "User Commands"
.SH NAME
blackmore-util \- manual page for blackmore-util v27.2.0
blackmore-util \- manual page for blackmore-util v28.1.0
.SH SYNOPSIS
.B blackmore-util
[\fI\,options\/\fR] [\fI\,commands\/\fR] \fI\,Do stuff\/\fR
.SH DESCRIPTION
Blackcoin More bitcoin\-util utility version v27.2.0
Blackcoin More bitcoin\-util utility version v28.1.0
.SH OPTIONS
.HP
\-?
Expand Down
6 changes: 3 additions & 3 deletions doc/man/blackmore-wallet.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH BLACKMORE-WALLET "1" "October 2024" "blackmore-wallet v27.2.0" "User Commands"
.TH BLACKMORE-WALLET "1" "December 2024" "blackmore-wallet v28.1.0" "User Commands"
.SH NAME
blackmore-wallet \- manual page for blackmore-wallet v27.2.0
blackmore-wallet \- manual page for blackmore-wallet v28.1.0
.SH DESCRIPTION
Blackcoin More blackmore\-wallet version v27.2.0
Blackcoin More blackmore\-wallet version v28.1.0
.PP
blackmore\-wallet is an offline tool for creating and interacting with Blackcoin More wallet files.
By default blackmore\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
Expand Down
14 changes: 7 additions & 7 deletions doc/man/blackmored.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH BLACKMORED "1" "October 2024" "blackmored v27.2.0" "User Commands"
.TH BLACKMORED "1" "December 2024" "blackmored v28.1.0" "User Commands"
.SH NAME
blackmored \- manual page for blackmored v27.2.0
blackmored \- manual page for blackmored v28.1.0
.SH SYNOPSIS
.B blackmored
[\fI\,options\/\fR] \fI\,Start Blackcoin More\/\fR
.SH DESCRIPTION
Blackcoin More version v27.2.0
Blackcoin More version v28.1.0
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -349,10 +349,10 @@ Support filtering of blocks and transaction with bloom filters (default:
.HP
\fB\-port=\fR<port>
.IP
Listen for connections on <port>. Nodes not using the default ports
(default: 15714, testnet: 25714, signet: 38333, regtest: 35714)
are unlikely to get incoming connections. Not relevant for I2P
(see doc/i2p.md).
Listen for connections on <port> (default: 15714, testnet: 25714,
testnet4: 48333, signet: 38333, regtest: 35714). Not relevant for
I2P (see doc/i2p.md). If set to a value x, the default onion
listening port will be set to x+1.
.HP
\fB\-proxy=\fR<ip:port>
.IP
Expand Down
Loading

0 comments on commit 195490e

Please sign in to comment.