Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
a8cccff
Merge #7298: fix(qt): keep PoSe score visible when hiding banned mast…
PastaPastaPasta May 28, 2026
48f72be
Merge #7360: fix: empty platformP2PPort deprecated field in protx lis…
PastaPastaPasta Jun 13, 2026
8f8616b
Merge #7372: backport: bitcoin/bitcoin#32693: depends: fix cmake comp…
PastaPastaPasta Jun 26, 2026
97c3dd1
Merge #7394: fix: stabilize par help text in manpages
PastaPastaPasta Jun 30, 2026
b003cdc
Merge #7395: ci: update GitHub Actions pins for Node 24
PastaPastaPasta Jul 1, 2026
90b5473
Merge #7396: fix: run of circular-dependencies with python3.15
PastaPastaPasta Jul 7, 2026
2915142
backport: bitcoin#27608 - p2p: Avoid prematurely clearing download st…
thepastaclaw Mar 19, 2026
8ffdf7f
Merge #7398: backport: compact block relay hardening (bitcoin#26898, …
PastaPastaPasta Jul 7, 2026
0ea6532
Merge #7387: test: migrate governance inv cache coverage to unit tests
PastaPastaPasta Jul 7, 2026
3ef3a5b
Merge #7408: fix: bound DKG contribution blob intake
PastaPastaPasta Jul 28, 2026
05cfe27
Merge #7351: fix: limit signing share sessions per peer
PastaPastaPasta Jun 25, 2026
44c396d
Merge #7402: fix: bound pending recovered sig queue to prevent remote…
PastaPastaPasta Jul 7, 2026
89bdf7c
Merge #7414: fix(net): throttle per-object governance vote sync requests
PastaPastaPasta Jul 8, 2026
9921621
Merge #7439: refactor: add bounded vector deserialization
PastaPastaPasta Jul 10, 2026
e118d0c
Merge #7259: fix: dangling point to cj client
PastaPastaPasta Jul 10, 2026
5b310df
Merge #7438: fix: bound SPORK signature deserialization
PastaPastaPasta Jul 10, 2026
da42f50
Merge #7424: fix: bound ChainLock seen cache
PastaPastaPasta Jul 10, 2026
9bbe808
Merge #7416: fix(net): bound quorum data response vectors
PastaPastaPasta Jul 10, 2026
5b5c6fb
Merge #7415: fix: bound pending sig share queue
PastaPastaPasta Jul 11, 2026
f855b13
Merge #7444: fix(net): bound bloom message vectors before allocation
PastaPastaPasta Jul 11, 2026
4b4d96a
Merge #7442: fix(net): authorize governance inv responses via the net…
PastaPastaPasta Jul 12, 2026
f011c80
Merge #7440: fix(net): bound governance vote signature deserialization
PastaPastaPasta Jul 10, 2026
7cc2cca
Merge #7450: test: make governance vote fixtures wire-valid
PastaPastaPasta Jul 12, 2026
5f5b960
Merge #7418: fix(net): bound signing message vector intake
PastaPastaPasta Jul 13, 2026
e203710
Merge #7419: fix(net): bound CoinJoin message vector intake
PastaPastaPasta Jul 20, 2026
550caf7
Merge #7465: fix(qt): handle pixel-sized fonts when scaling widgets
PastaPastaPasta Jul 29, 2026
f5c72c3
Merge #7347: fix: punish invalid dstx messages
PastaPastaPasta Jun 20, 2026
2194248
Merge #7348: fix: penalize oversized notfound messages
PastaPastaPasta Jun 25, 2026
24920a0
chore: prepare v23.1.8 release
PastaPastaPasta Jul 29, 2026
9be4f4a
Merge #7493: release: prepare v23.1.8
PastaPastaPasta Jul 30, 2026
6c1f611
fix: skip already-removed conflicts when a ProTx key change clears th…
PastaPastaPasta Jul 25, 2026
a801d3f
fix(llmq): reject unregistered LLMQ types from qsigshare before quoru…
PastaPastaPasta Jul 25, 2026
ca56af8
fix(llmq): reject parentless quorum base blocks instead of terminating
PastaPastaPasta Jul 25, 2026
728f505
doc: record the v23.1.8 critical crash fixes in the release notes
PastaPastaPasta Jul 25, 2026
b6ce527
fix: skip unspendable outputs in BuildSimpleUtxoMap
UdjinM6 Apr 3, 2026
f16aea4
fix: surface specific autobackup-failure tooltips in CoinJoin status …
PastaPastaPasta Aug 2, 2026
b05403e
fix: score peers requesting an unregistered LLMQType via QGETDATA
PastaPastaPasta Aug 3, 2026
36dbbcd
fix: commit CoinJoin session state and its collateral atomically
PastaPastaPasta Aug 3, 2026
7af25a9
fix: reject duplicate session collateral in CoinJoin dsa acceptance
PastaPastaPasta Aug 3, 2026
0d7a9d6
test: add regression coverage for autobackup-failure CoinJoin tooltips
PastaPastaPasta Aug 3, 2026
d51838a
Merge #7515: fix: surface specific autobackup-failure tooltips in Coi…
PastaPastaPasta Aug 3, 2026
0017f50
Merge #7266: fix: skip unspendable outputs in BuildSimpleUtxoMap
PastaPastaPasta Aug 3, 2026
e15bb64
Merge remote-tracking branch 'upstream/master' (v23.1.8) into develop
PastaPastaPasta Aug 3, 2026
ffaa783
Merge #7507: fix: reject duplicate session collateral in CoinJoin dsa…
PastaPastaPasta Aug 3, 2026
5d52ff2
refactor(utils): consolidate masternode test helpers
PastaPastaPasta Aug 3, 2026
9b103c0
Merge #7536: refactor(utils): consolidate masternode test helpers
PastaPastaPasta Aug 3, 2026
67b517c
Merge #7534: chore: merge master (v23.1.8) back into develop
PastaPastaPasta Aug 3, 2026
fff8664
Merge #7529: fix: score peers requesting an unregistered LLMQType via…
PastaPastaPasta Aug 3, 2026
dcdc0fa
perf(llmq): check quorum activity before materializing the quorum on …
PastaPastaPasta Aug 3, 2026
c01370e
refactor: drop redundant CConnman argument from NetHandler::ProcessGe…
PastaPastaPasta Aug 3, 2026
7c05e56
refactor: drop redundant CSigningManager argument from AsyncSignIfMember
PastaPastaPasta Aug 3, 2026
477e5a7
build: only wrap darwin CC/CXX in env -u when include paths are set
PastaPastaPasta Aug 4, 2026
5619e24
refactor: trim comment density in VerifyAndProcessRecoveredSig
PastaPastaPasta Aug 4, 2026
00daed4
build: emit BACKTRACE_FLAGS before debug-level flags
PastaPastaPasta Aug 4, 2026
30b9f14
build: drop the -gdwarf-4 pin from stacktrace flags
PastaPastaPasta Aug 4, 2026
11b1815
ci: drop the tsan job's explicit CXXFLAGS
PastaPastaPasta Aug 4, 2026
74fcc11
guix: keep full debug info in darwin release dSYMs
PastaPastaPasta Aug 4, 2026
6890d91
Merge #7538: refactor: drop redundant CConnman argument from NetHandl…
PastaPastaPasta Aug 4, 2026
dba0e1a
Merge #7539: refactor: drop redundant CSigningManager argument from A…
PastaPastaPasta Aug 4, 2026
7c60e7b
Merge #7542: build: make the declared -g1 debug-info floor effective,…
PastaPastaPasta Aug 4, 2026
5950828
fix(ci): hash all depends recipe inputs
PastaPastaPasta Aug 4, 2026
1dc8e9b
build: keep TODO comment on darwin C_INCLUDE_PATH workaround
PastaPastaPasta Aug 4, 2026
a562459
Merge #7540: build: fix mac CI ccache, only wrap darwin CC/CXX in env…
PastaPastaPasta Aug 4, 2026
000f898
Merge #7543: ci: hash all depends recipe inputs
PastaPastaPasta Aug 4, 2026
99bc705
Merge #7531: perf: check quorum activity before materializing the quo…
PastaPastaPasta Aug 4, 2026
46775db
docs: instruct agents to follow PR template and title linter
PastaPastaPasta Aug 4, 2026
fcaf59d
docs: refine PR guidance and prefer existing test files
PastaPastaPasta Aug 4, 2026
e829261
Merge #7545: docs: instruct agents to follow PR template and title li…
PastaPastaPasta Aug 4, 2026
990d950
evo: make CEvoDB consistency state per-chainstate
PastaPastaPasta Jul 11, 2026
3775ae4
evo: wire per-chainstate transactions into validation
PastaPastaPasta Jul 11, 2026
8cd55e6
test: add dual-chainstate EvoDB consistency coverage
PastaPastaPasta Jul 11, 2026
2fc3c51
dash: bind block validation to the calling chainstate
PastaPastaPasta Jul 11, 2026
f5c93ce
validation: suppress background chainstate notifications
PastaPastaPasta Jul 11, 2026
d3aea54
dash: guard serving unavailable snapshot history
PastaPastaPasta Jul 11, 2026
8010353
dash: refuse masternode duty on unvalidated snapshots
PastaPastaPasta Jul 11, 2026
341972d
fix: canonicalize serialization of block-derived EvoDB payloads
PastaPastaPasta Jul 11, 2026
2cb2a02
test: adapt AssumeUTXO fixtures after txindex removal
PastaPastaPasta Jul 14, 2026
ec7ec1a
evo: abort node on WriteDerived mismatch instead of consensus rejection
PastaPastaPasta Aug 1, 2026
7ff8231
evo: preserve EvoDB inconsistency classification across GetForBlock r…
PastaPastaPasta Aug 1, 2026
0e6172d
evo: resolve transaction-less EvoDB access against the active chainstate
PastaPastaPasta Aug 1, 2026
a1fbefc
dash: tolerate unavailable masternode list in scheduler-thread callbacks
PastaPastaPasta Aug 1, 2026
5639e45
dash: only swallow unavailable-history errors from GetListForBlock
PastaPastaPasta Aug 4, 2026
311efbc
validation: establish the connecting chainstate's BLS scheme
PastaPastaPasta Aug 4, 2026
6f2aabc
evo: scope an open EvoDB transaction to the thread that began it
PastaPastaPasta Aug 4, 2026
066fca8
validation: discard snapshot state when the snapshot chainstate goes …
PastaPastaPasta Aug 4, 2026
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
8 changes: 3 additions & 5 deletions .github/workflows/build-depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ jobs:
sparse-checkout: |
ci/dash
ci/test
depends/Makefile
depends/packages
depends/hosts
depends
contrib/containers/ci/ci.Dockerfile
contrib/containers/ci/ci-slim.Dockerfile
contrib/containers/guix/scripts/setup-sdk
Expand All @@ -75,9 +73,9 @@ jobs:
DEP_HASH="$(echo -n "${BUILD_TARGET}" "${DEP_OPTS}" "${HOST}" | sha256sum | head -c 64)"
echo "DEP_HASH=${DEP_HASH}" >> "${GITHUB_OUTPUT}"
DOCKERFILE_HASH="${{ hashFiles('contrib/containers/ci/ci.Dockerfile', 'contrib/containers/ci/ci-slim.Dockerfile') }}"
PACKAGES_HASH="${{ hashFiles('depends/packages/*', 'depends/Makefile') }}"
DEPENDS_INPUTS_HASH="${{ hashFiles('depends/Makefile', 'depends/funcs.mk', 'depends/gen_id', 'depends/config.guess', 'depends/config.sub', 'depends/config.site.in', 'depends/builders/**', 'depends/hosts/**', 'depends/packages/**', 'depends/patches/**') }}"
CACHE_KEY_PREFIX="depends-${DOCKERFILE_HASH}-${{ inputs.base-image-digest }}-${{ inputs.runs-on }}-${{ inputs.build-target }}"
CACHE_KEY="${CACHE_KEY_PREFIX}-${DEP_HASH}-${PACKAGES_HASH}"
CACHE_KEY="${CACHE_KEY_PREFIX}-${DEP_HASH}-${DEPENDS_INPUTS_HASH}"
echo "cache-key-prefix=${CACHE_KEY_PREFIX}" >> "${GITHUB_OUTPUT}"
echo "cache-key=${CACHE_KEY}" >> "${GITHUB_OUTPUT}"
echo "Cache key: ${CACHE_KEY}"
Expand Down
15 changes: 8 additions & 7 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ CI/lint list changes.
## Test Commands

Choose tests based on the files touched. Do not claim broad validation if only a
targeted test was run.
targeted test was run. Prefer adding test cases to existing files over creating a
new unit or functional test file. Only create a new test file when the additions
would make an existing file overly complicated, when a separate file yields
clearly improved performance (e.g. parallel execution or isolation), or when the
subject being tested is distinctly separate and does not logically belong in an
existing file. Fewer files reduce test setup overhead and compilation time.

```bash
# All unit tests
Expand Down Expand Up @@ -176,16 +181,12 @@ For these areas, prefer small tests that prove the invariant being changed.

## PR Hygiene

- When creating pull requests, follow `.github/PULL_REQUEST_TEMPLATE.md` for the description and ensure the PR title satisfies the active linter in `.github/workflows/semantic-pull-request.yml` (using Conventional Commits, including `backport:` for Bitcoin Core backports).
- Use atomic commits. Each commit should make sense on its own and generally
build and pass tests. An intentionally non-building commit (e.g. a
regression test landing before its fix) is fine if called out explicitly so
it isn't mistaken for an oversight.
- PR titles follow Conventional Commits, including `backport:` for Bitcoin Core
backports. Valid types/scopes are enforced by CI; see
`.github/workflows/semantic-pull-request.yml`.
- PR descriptions must follow `.github/PULL_REQUEST_TEMPLATE.md`: remove the
italicized helper prompts, fill in the required sections, and keep the
checklist accurate for the change.
- Remove the italicized helper prompts from `.github/PULL_REQUEST_TEMPLATE.md`, fill in the required sections, and keep the checklist accurate for the change.
- Do not put `@` mentions in PR descriptions; they are copied into merge
commits and notify users repeatedly.
- Explain what changed and why. For bug fixes, include the failure mode and why
Expand Down
15 changes: 8 additions & 7 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ CI/lint list changes.
## Test Commands

Choose tests based on the files touched. Do not claim broad validation if only a
targeted test was run.
targeted test was run. Prefer adding test cases to existing files over creating a
new unit or functional test file. Only create a new test file when the additions
would make an existing file overly complicated, when a separate file yields
clearly improved performance (e.g. parallel execution or isolation), or when the
subject being tested is distinctly separate and does not logically belong in an
existing file. Fewer files reduce test setup overhead and compilation time.

```bash
# All unit tests
Expand Down Expand Up @@ -176,16 +181,12 @@ For these areas, prefer small tests that prove the invariant being changed.

## PR Hygiene

- When creating pull requests, follow `.github/PULL_REQUEST_TEMPLATE.md` for the description and ensure the PR title satisfies the active linter in `.github/workflows/semantic-pull-request.yml` (using Conventional Commits, including `backport:` for Bitcoin Core backports).
- Use atomic commits. Each commit should make sense on its own and generally
build and pass tests. An intentionally non-building commit (e.g. a
regression test landing before its fix) is fine if called out explicitly so
it isn't mistaken for an oversight.
- PR titles follow Conventional Commits, including `backport:` for Bitcoin Core
backports. Valid types/scopes are enforced by CI; see
`.github/workflows/semantic-pull-request.yml`.
- PR descriptions must follow `.github/PULL_REQUEST_TEMPLATE.md`: remove the
italicized helper prompts, fill in the required sections, and keep the
checklist accurate for the change.
- Remove the italicized helper prompts from `.github/PULL_REQUEST_TEMPLATE.md`, fill in the required sections, and keep the checklist accurate for the change.
- Do not put `@` mentions in PR descriptions; they are copied into merge
commits and notify users repeatedly.
- Explain what changed and why. For bug fixes, include the failure mode and why
Expand Down
2 changes: 1 addition & 1 deletion ci/test/00_setup_env_native_tsan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ export DEP_OPTS="CC=clang-19 CXX='clang++-19 -stdlib=libc++'"
export TEST_RUNNER_EXTRA="--extended --exclude feature_pruning,feature_dbcrash,wallet_multiwallet.py" # Temporarily suppress ASan heap-use-after-free (see issue #14163)
export TEST_RUNNER_EXTRA="${TEST_RUNNER_EXTRA} --timeout-factor=4" # Increase timeout because sanitizers slow down
export GOAL="install"
export BITCOIN_CONFIG="--enable-zmq --with-sanitizers=thread CC=clang-19 CXX=clang++-19 CXXFLAGS='-g'"
export BITCOIN_CONFIG="--enable-zmq --with-sanitizers=thread CC=clang-19 CXX=clang++-19"
export CPPFLAGS="-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION"
export PYZMQ=true
20 changes: 7 additions & 13 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.69])
dnl Don't forget to push a corresponding tag when updating any of _CLIENT_VERSION_* numbers
define(_CLIENT_VERSION_MAJOR, 23)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_BUILD, 7)
define(_CLIENT_VERSION_BUILD, 8)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2026)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down Expand Up @@ -1228,16 +1228,10 @@ if test "$enable_stacktraces" != "no"; then
])
fi
BACKTRACE_LIBS="$BACKTRACE_LIBS -lbacktrace"
dnl More modern compilers may emit DWARF 5 binaries by default, use DWARF 4 out of precaution
if test "$TARGET_OS" != "windows"; then
AX_CHECK_COMPILE_FLAG([-gdwarf-4], [BACKTRACE_FLAGS="$BACKTRACE_FLAGS -gdwarf-4"], [
if test "$enable_stacktraces" = "yes"; then
AC_MSG_ERROR([--enable-stacktraces was specified but cannot set -gdwarf-4])
fi
AC_MSG_WARN([cannot set -gdwarf-4, stacktraces will be disabled])
enable_stacktraces=no
], [$CXXFLAG_WERROR])
fi
dnl The libbacktrace pinned in depends understands DWARF 5, so the
dnl compiler's default debug format is used as-is. A -gdwarf-4 pin
dnl previously lived here and, being a -g-family flag, also forced
dnl debug level 2 onto every build.
if test "$TARGET_OS" = "darwin"; then
AX_CHECK_COMPILE_FLAG([-fno-standalone-debug], [BACKTRACE_FLAGS="$BACKTRACE_FLAGS -fno-standalone-debug"], [
if test "$enable_stacktraces" = "yes"; then
Expand Down Expand Up @@ -2139,10 +2133,10 @@ echo " target os = $host_os"
echo " build os = $build_os"
echo
echo " CC = $CC"
echo " CFLAGS = $DEBUG_CFLAGS $PTHREAD_CFLAGS $BACKTRACE_FLAGS $CFLAGS"
echo " CFLAGS = $BACKTRACE_FLAGS $DEBUG_CFLAGS $PTHREAD_CFLAGS $CFLAGS"
echo " CPPFLAGS = $DEBUG_CPPFLAGS $HARDENED_CPPFLAGS $CORE_CPPFLAGS $CPPFLAGS"
echo " CXX = $CXX"
echo " CXXFLAGS = $DEBUG_CXXFLAGS $HARDENED_CXXFLAGS $WARN_CXXFLAGS $NOWARN_CXXFLAGS $ERROR_CXXFLAGS $CORE_CXXFLAGS $BACKTRACE_FLAGS $CXXFLAGS"
echo " CXXFLAGS = $BACKTRACE_FLAGS $DEBUG_CXXFLAGS $HARDENED_CXXFLAGS $WARN_CXXFLAGS $NOWARN_CXXFLAGS $ERROR_CXXFLAGS $CORE_CXXFLAGS $CXXFLAGS"
echo " LDFLAGS = $PTHREAD_LIBS $HARDENED_LDFLAGS $CORE_LDFLAGS $BACKTRACE_LDFLAGS $LDFLAGS"
echo " AR = $AR"
echo " ARFLAGS = $ARFLAGS"
Expand Down
1 change: 1 addition & 0 deletions contrib/flatpak/org.dash.dash-core.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</screenshot>
</screenshots>
<releases>
<release date="2026-07-30" version="23.1.8"/>
<release date="2026-06-30" version="23.1.7"/>
<release date="2026-06-19" version="23.1.5"/>
<release date="2026-06-13" version="23.1.4"/>
Expand Down
8 changes: 7 additions & 1 deletion contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,13 @@ HOST_CFLAGS+=$(find /gnu/store -maxdepth 1 -mindepth 1 -type d -exec echo -n " -
case "$HOST" in
*linux*) HOST_CFLAGS+=" -ffile-prefix-map=${PWD}=." ;;
*mingw*) HOST_CFLAGS+=" -fno-ident" ;;
*darwin*) unset HOST_CFLAGS ;;
*darwin*)
# Optimization and target flags come from depends' config.site; only
# the debug level is requested here. The shipped dSYM debug artifacts
# previously carried full -g2 DWARF via the since-removed -gdwarf-4
# backtrace flag escalating configure's -g1 floor, so keep requesting
# it explicitly.
HOST_CFLAGS="-g" ;;
esac

# CXXFLAGS
Expand Down
22 changes: 16 additions & 6 deletions depends/hosts/darwin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,25 @@ darwin_STRIP=$(shell $(SHELL) $(.SHELLFLAGS) "command -v llvm-strip")
# in the SDK, where __has_feature(modules) is used to define USE_CLANG_TYPES,
# which is in turn used as an include guard.

# TODO: remove C_INCLUDE_PATH when it is indeed useless
# https://github.com/bitcoin/bitcoin/pull/30451 has been partiall reverted in #7184 and should be re-applied
darwin_CC=env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH $(clang_prog) --target=$(host) \
# TODO: remove C_INCLUDE_PATH/darwin_env_unset when bitcoin#30451 is fully backported.
# C_INCLUDE_PATH/CPLUS_INCLUDE_PATH leak native-toolchain headers into the
# darwin cross-build and conflict with the SDK headers. Guix exports them
# (contrib/guix/libexec/build.sh), so strip them there with an `env -u`
# prefix. The prefix must not be emitted when the variables aren't set:
# ccache cannot parse a compiler command starting with `env` (it treats
# `env` as the compiler and the absolute clang path as a second source
# file), so an unconditional prefix silently disables ccache for every
# darwin compile. Unlike upstream (bitcoin#30451, which dropped the prefix
# entirely), our Guix environment still sets these variables.
ifneq ($(origin C_INCLUDE_PATH) $(origin CPLUS_INCLUDE_PATH),undefined undefined)
darwin_env_unset=env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH
endif

darwin_CC=$(darwin_env_unset) $(clang_prog) --target=$(host) \
-isysroot$(OSX_SDK) -nostdlibinc \
-iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks

# TODO: remove C_INCLUDE_PATH when it is indeed useless
# https://github.com/bitcoin/bitcoin/pull/30451 has been partiall reverted in #7184 and should be re-applied
darwin_CXX=env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH $(clangxx_prog) --target=$(host) \
darwin_CXX=$(darwin_env_unset) $(clangxx_prog) --target=$(host) \
-isysroot$(OSX_SDK) -nostdlibinc \
-iwithsysroot/usr/include/c++/v1 \
-iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks
Expand Down
6 changes: 3 additions & 3 deletions doc/man/dash-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 DASH-CLI "1" "June 2026" "dash-cli v23.1.7" "User Commands"
.TH DASH-CLI "1" "July 2026" "dash-cli v23.1.8" "User Commands"
.SH NAME
dash-cli \- manual page for dash-cli v23.1.7
dash-cli \- manual page for dash-cli v23.1.8
.SH SYNOPSIS
.B dash-cli
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Dash Core\/\fR
Expand All @@ -15,7 +15,7 @@ dash-cli \- manual page for dash-cli v23.1.7
.B dash-cli
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
.SH DESCRIPTION
Dash Core RPC client version v23.1.7
Dash Core RPC client version v23.1.8
.SH OPTIONS
.HP
\-?
Expand Down
14 changes: 7 additions & 7 deletions doc/man/dash-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 DASH-QT "1" "June 2026" "dash-qt v23.1.7" "User Commands"
.TH DASH-QT "1" "July 2026" "dash-qt v23.1.8" "User Commands"
.SH NAME
dash-qt \- manual page for dash-qt v23.1.7
dash-qt \- manual page for dash-qt v23.1.8
.SH SYNOPSIS
.B dash-qt
[\fI\,command-line options\/\fR] [\fI\,URI\/\fR]
.SH DESCRIPTION
Dash Core version v23.1.7
Dash Core version v23.1.8
.PP
Optional URI is a Dash address in BIP21 URI format.
.SH OPTIONS
Expand Down Expand Up @@ -128,13 +128,13 @@ Do not keep transactions in the mempool longer than <n> hours (default:
.HP
\fB\-par=\fR<n>
.IP
Set the number of script verification threads (0 = auto, <0 = leave that many
cores free, max: 15, default: 0)
Set the number of script verification threads (0 = auto, <0 = leave that
many cores free, max: 15, default: 0)
.HP
\fB\-parbls=\fR<n>
.IP
Set the number of BLS verification threads (0 = auto, <0 = leave that many
cores free, max: 33, default: 0)
Set the number of BLS verification threads (0 = auto, <0 = leave that
many cores free, max: 33, default: 0)
.HP
\fB\-persistmempool\fR
.IP
Expand Down
6 changes: 3 additions & 3 deletions doc/man/dash-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 DASH-TX "1" "June 2026" "dash-tx v23.1.7" "User Commands"
.TH DASH-TX "1" "July 2026" "dash-tx v23.1.8" "User Commands"
.SH NAME
dash-tx \- manual page for dash-tx v23.1.7
dash-tx \- manual page for dash-tx v23.1.8
.SH SYNOPSIS
.B dash-tx
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded dash transaction\/\fR
.br
.B dash-tx
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded dash transaction\/\fR
.SH DESCRIPTION
Dash Core dash\-tx utility version v23.1.7
Dash Core dash\-tx utility version v23.1.8
.SH OPTIONS
.HP
\-?
Expand Down
6 changes: 3 additions & 3 deletions doc/man/dash-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 DASH-UTIL "1" "June 2026" "dash-util v23.1.7" "User Commands"
.TH DASH-UTIL "1" "July 2026" "dash-util v23.1.8" "User Commands"
.SH NAME
dash-util \- manual page for dash-util v23.1.7
dash-util \- manual page for dash-util v23.1.8
.SH SYNOPSIS
.B dash-util
[\fI\,options\/\fR] [\fI\,commands\/\fR] \fI\,Do stuff\/\fR
.SH DESCRIPTION
Dash Core dash\-util utility version v23.1.7
Dash Core dash\-util utility version v23.1.8
.SH OPTIONS
.HP
\-?
Expand Down
6 changes: 3 additions & 3 deletions doc/man/dash-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 DASH-WALLET "1" "June 2026" "dash-wallet v23.1.7" "User Commands"
.TH DASH-WALLET "1" "July 2026" "dash-wallet v23.1.8" "User Commands"
.SH NAME
dash-wallet \- manual page for dash-wallet v23.1.7
dash-wallet \- manual page for dash-wallet v23.1.8
.SH DESCRIPTION
Dash Core dash\-wallet version v23.1.7
Dash Core dash\-wallet version v23.1.8
.PP
dash\-wallet is an offline tool for creating and interacting with Dash Core wallet files.
By default dash\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
Expand Down
14 changes: 7 additions & 7 deletions doc/man/dashd.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 DASHD "1" "June 2026" "dashd v23.1.7" "User Commands"
.TH DASHD "1" "July 2026" "dashd v23.1.8" "User Commands"
.SH NAME
dashd \- manual page for dashd v23.1.7
dashd \- manual page for dashd v23.1.8
.SH SYNOPSIS
.B dashd
[\fI\,options\/\fR] \fI\,Start Dash Core\/\fR
.SH DESCRIPTION
Dash Core version v23.1.7
Dash Core version v23.1.8
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -126,13 +126,13 @@ Do not keep transactions in the mempool longer than <n> hours (default:
.HP
\fB\-par=\fR<n>
.IP
Set the number of script verification threads (0 = auto, <0 = leave that many
cores free, max: 15, default: 0)
Set the number of script verification threads (0 = auto, <0 = leave that
many cores free, max: 15, default: 0)
.HP
\fB\-parbls=\fR<n>
.IP
Set the number of BLS verification threads (0 = auto, <0 = leave that many
cores free, max: 33, default: 0)
Set the number of BLS verification threads (0 = auto, <0 = leave that
many cores free, max: 33, default: 0)
.HP
\fB\-persistmempool\fR
.IP
Expand Down
Loading
Loading