Skip to content

Commit 9cf919c

Browse files
Merge dashpay#7044: chore: merge master 23.0.2 back into develop
fe1cff3 chore: bump release to 23.0.2 (pasta) a8f15c1 Merge dashpay#7032: fix: drop gsl usage from RebuildListFromBlock function wrapper (pasta) 736bb26 chore: bump manpages for 23.0.1 (pasta) d5c7d25 chore: bump nMinimumChainWork and defaultAssumeValid (pasta) 4f8aa71 chore: bump version to 23.0.1 (pasta) 0865b7c docs: add release notes for 23.0.1 (pasta) 2048b42 Merge dashpay#6986: test: new commandline argument -tinyblk to use blk size just 64kb instead 16Mb (pasta) 1a9b20c Merge dashpay#7013: fix: update BuildTestVectors call to adjust batch size based on output flag (pasta) 36e4679 Merge dashpay#7009: fix: include QDebug directly (pasta) 69d0c9c Merge dashpay#6999: feat: verify and repair evodb diffs automatically at node startup (pasta) ca16437 Merge dashpay#6996: perf: reduce cs_main lock scope in evodb verify/repair operations (pasta) 207526e Merge dashpay#6977: fix: bls benchmarks crash when ran independently (pasta) 226aaf4 Merge dashpay#6969: feat: add evodb verify and repair RPC commands (pasta) 92abe9b Merge dashpay#6964: perf: remove duplicated check of same key in the instant send database (pasta) 5a1ec4c Merge dashpay#6961: fix: correct BLS scheme setting in `MigrateLegacyDiffs()` when `nVersion` is present (pasta) bf653d3 Merge dashpay#6949: depends: Qt 5.15.18 (pasta) faf58cd merge bitcoin#30774: Qt 5.15.16 (Kittywhiskers Van Gogh) 6a995f5 Merge dashpay#6944: fix: HD chain encryption check ordering issue (pasta) 6fd7059 chore: mark v23 as release (pasta) ae08f53 docs: integrate 6946 release notes into final (pasta) 74a222d Merge dashpay#6946: feat: show seed on wallet creation (pasta) 877343a Merge dashpay#6943: fix: don't treat arrays/objects as string literals for composite methods (pasta) 00368fb Merge dashpay#6940: fix: reuse best clsig to avoid potential race condition (pasta) 8eceb98 Merge dashpay#6938: fix: logic error in `CheckDecryptionKey` (pasta) 3f30664 Merge dashpay#6929: fix: repair `makeseeds.py`, `getblockchaininfo[softforks]` help text, drop extra `generate`s from test, resolve macOS GID issue (pasta) 7ba4f1c Merge dashpay#6928: docs: update man pages for 23.0 (pasta) a6c1d6a Merge dashpay#6920: chore: update minimum chain work, tx stats, checkpoints, seeds and SECURITY.md for v23 (pasta) 84df1f0 Merge dashpay#6909: chore: Translations 2025-10 (pasta) a6449b1 Merge dashpay#6885: fix: improve governance/proposal dialog strings (pasta) ebf3a64 docs: typos (pasta) 4ad5533 docs: typos (pasta) f407453 doc: Replace Bitcoin Core PR references with Dash Core backport PRs (pasta) 78d0725 docs: add note on proto bump and platformban p2p (pasta) e0519c3 docs: fix whitespace errors (pasta) bc8db22 docs: minor improvements to release notes (pasta) c338511 docs: reorganize rpc updates to organize extended address changes (thephez) 700c46e style: make heading style consistent (thephez) bd636bd docs: add contributors (pasta) 6d29bc3 docs: revert changes deferred to v24 (pasta) 615f5ff docs: make the downgrade warning more confident (pasta) 567771a Apply suggestions from code review (PastaPastaPasta) 2b3211a docs: add link to 22.1.3 release notes (pasta) 548a38a docs: remove individual release notes files (pasta) e770c25 docs: add v23.0.0 release notes and archive v22.1.3 (pasta) Pull request description: ## Issue being fixed or feature implemented Includes changes from 23.0.0 release too because we never merged it back. ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: PastaPastaPasta: utACK 491db4a kwvg: utACK 491db4a Tree-SHA512: 61895cd1f9d01ac7be1d407afe1ddd24b98e8242cb03229ecd586a4d2d1c43dbc62c98da52a8c715b3a5943fb40e99b23251e691f778779af9d6da94392122a3
2 parents 9b89585 + 491db4a commit 9cf919c

Some content is hidden

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

47 files changed

+510
-409
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
22
dnl Don't forget to push a corresponding tag when updating any of _CLIENT_VERSION_* numbers
33
define(_CLIENT_VERSION_MAJOR, 23)
44
define(_CLIENT_VERSION_MINOR, 0)
5-
define(_CLIENT_VERSION_BUILD, 0)
5+
define(_CLIENT_VERSION_BUILD, 2)
66
define(_CLIENT_VERSION_IS_RELEASE, false)
77
define(_COPYRIGHT_YEAR, 2025)
88
define(_COPYRIGHT_HOLDERS,[The %s developers])

doc/man/dash-cli.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-CLI "1" "October 2025" "dash-cli v23.0.0" "User Commands"
2+
.TH DASH-CLI "1" "December 2025" "dash-cli v23.0.2" "User Commands"
33
.SH NAME
4-
dash-cli \- manual page for dash-cli v23.0.0
4+
dash-cli \- manual page for dash-cli v23.0.2
55
.SH SYNOPSIS
66
.B dash-cli
77
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Dash Core\/\fR
@@ -15,7 +15,7 @@ dash-cli \- manual page for dash-cli v23.0.0
1515
.B dash-cli
1616
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
1717
.SH DESCRIPTION
18-
Dash Core RPC client version v23.0.0
18+
Dash Core RPC client version v23.0.2
1919
.SH OPTIONS
2020
.HP
2121
\-?
@@ -162,4 +162,4 @@ The source code is available from <https://github.com/dashpay/dash>.
162162

163163
This is experimental software.
164164
Distributed under the MIT software license, see the accompanying file COPYING
165-
or <https://opensource.org/licenses/MIT>
165+
or <https://opensource.org/licenses/MIT>

doc/man/dash-qt.1

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-QT "1" "October 2025" "dash-qt v23.0.0" "User Commands"
2+
.TH DASH-QT "1" "December 2025" "dash-qt v23.0.2" "User Commands"
33
.SH NAME
4-
dash-qt \- manual page for dash-qt v23.0.0
4+
dash-qt \- manual page for dash-qt v23.0.2
55
.SH SYNOPSIS
66
.B dash-qt
77
[\fI\,command-line options\/\fR] [\fI\,URI\/\fR]
88
.SH DESCRIPTION
9-
Dash Core version v23.0.0
9+
Dash Core version v23.0.2
1010
.PP
1111
Optional URI is a Dash address in BIP21 URI format.
1212
.SH OPTIONS
@@ -25,9 +25,9 @@ message)
2525
If this block is in the chain assume that it and its ancestors are valid
2626
and potentially skip their script verification (0 to verify all,
2727
default:
28-
0000000000000009ba1e8f47851d036bb618a4f6565eb3c32d1f647d450ff195,
28+
00000000000000149d207073b6959004cb457df98e111981c9bf0e4e5190c5db,
2929
testnet:
30-
00000107d42829a38e31c1a38c660d621e1ca376a880df1520e85e38af175d3a)
30+
000000598ffa45083b795d85a1e40f13da68b2c6c81e232cb990108f0515f88e)
3131
.HP
3232
\fB\-blockfilterindex=\fR<type>
3333
.IP
@@ -125,12 +125,12 @@ Do not keep transactions in the mempool longer than <n> hours (default:
125125
.HP
126126
\fB\-par=\fR<n>
127127
.IP
128-
Set the number of script verification threads (\fB\-24\fR to 15, 0 = auto, <0 =
128+
Set the number of script verification threads (\fB\-14\fR to 15, 0 = auto, <0 =
129129
leave that many cores free, default: 0)
130130
.HP
131131
\fB\-parbls=\fR<n>
132132
.IP
133-
Set the number of BLS verification threads (\fB\-24\fR to 33, 0 = auto, <0 =
133+
Set the number of BLS verification threads (\fB\-14\fR to 33, 0 = auto, <0 =
134134
leave that many cores free, default: 0)
135135
.HP
136136
\fB\-persistmempool\fR
@@ -870,7 +870,7 @@ is optional). If <category> is not supplied or if <category> = 1,
870870
output all debug and trace logging. <category> can be: addrman,
871871
bench, blockstorage, chainlocks, cmpctblock, coindb, coinjoin,
872872
creditpool, ehf, estimatefee, gobject, http, i2p, instantsend,
873-
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, lock, mempool,
873+
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, mempool,
874874
mempoolrej, mnpayments, mnsync, net, netconn, proxy, prune, qt,
875875
rand, reindex, rpc, selectcoins, spork, tor, txreconciliation,
876876
validation, walletdb, zmq. This option can be specified multiple
@@ -1157,7 +1157,7 @@ Set the font weight for bold texts. Possible range 0 to 8 (default: 4)
11571157
.HP
11581158
\fB\-font\-weight\-normal\fR
11591159
.IP
1160-
Set the font weight for normal texts. Possible range 0 to 8 (default: 2)
1160+
Set the font weight for normal texts. Possible range 0 to 8 (default: 1)
11611161
.HP
11621162
\fB\-lang=\fR<lang>
11631163
.IP
@@ -1188,4 +1188,4 @@ The source code is available from <https://github.com/dashpay/dash>.
11881188

11891189
This is experimental software.
11901190
Distributed under the MIT software license, see the accompanying file COPYING
1191-
or <https://opensource.org/licenses/MIT>
1191+
or <https://opensource.org/licenses/MIT>

doc/man/dash-tx.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-TX "1" "October 2025" "dash-tx v23.0.0" "User Commands"
2+
.TH DASH-TX "1" "December 2025" "dash-tx v23.0.2" "User Commands"
33
.SH NAME
4-
dash-tx \- manual page for dash-tx v23.0.0
4+
dash-tx \- manual page for dash-tx v23.0.2
55
.SH SYNOPSIS
66
.B dash-tx
77
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded dash transaction\/\fR
88
.br
99
.B dash-tx
1010
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded dash transaction\/\fR
1111
.SH DESCRIPTION
12-
Dash Core dash\-tx utility version v23.0.0
12+
Dash Core dash\-tx utility version v23.0.2
1313
.SH OPTIONS
1414
.HP
1515
\-?
@@ -119,4 +119,4 @@ The source code is available from <https://github.com/dashpay/dash>.
119119

120120
This is experimental software.
121121
Distributed under the MIT software license, see the accompanying file COPYING
122-
or <https://opensource.org/licenses/MIT>
122+
or <https://opensource.org/licenses/MIT>

doc/man/dash-wallet.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-WALLET "1" "October 2025" "dash-wallet v23.0.0" "User Commands"
2+
.TH DASH-WALLET "1" "December 2025" "dash-wallet v23.0.2" "User Commands"
33
.SH NAME
4-
dash-wallet \- manual page for dash-wallet v23.0.0
4+
dash-wallet \- manual page for dash-wallet v23.0.2
55
.SH DESCRIPTION
6-
Dash Core dash\-wallet version v23.0.0
6+
Dash Core dash\-wallet version v23.0.2
77
.PP
88
dash\-wallet is an offline tool for creating and interacting with Dash Core wallet files.
99
By default dash\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
@@ -109,4 +109,4 @@ The source code is available from <https://github.com/dashpay/dash>.
109109

110110
This is experimental software.
111111
Distributed under the MIT software license, see the accompanying file COPYING
112-
or <https://opensource.org/licenses/MIT>
112+
or <https://opensource.org/licenses/MIT>

doc/man/dashd.1

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASHD "1" "October 2025" "dashd v23.0.0" "User Commands"
2+
.TH DASHD "1" "December 2025" "dashd v23.0.2" "User Commands"
33
.SH NAME
4-
dashd \- manual page for dashd v23.0.0
4+
dashd \- manual page for dashd v23.0.2
55
.SH SYNOPSIS
66
.B dashd
77
[\fI\,options\/\fR] \fI\,Start Dash Core\/\fR
88
.SH DESCRIPTION
9-
Dash Core version v23.0.0
9+
Dash Core version v23.0.2
1010
.SH OPTIONS
1111
.HP
1212
\-?
@@ -23,9 +23,9 @@ message)
2323
If this block is in the chain assume that it and its ancestors are valid
2424
and potentially skip their script verification (0 to verify all,
2525
default:
26-
0000000000000009ba1e8f47851d036bb618a4f6565eb3c32d1f647d450ff195,
26+
00000000000000149d207073b6959004cb457df98e111981c9bf0e4e5190c5db,
2727
testnet:
28-
00000107d42829a38e31c1a38c660d621e1ca376a880df1520e85e38af175d3a)
28+
000000598ffa45083b795d85a1e40f13da68b2c6c81e232cb990108f0515f88e)
2929
.HP
3030
\fB\-blockfilterindex=\fR<type>
3131
.IP
@@ -123,12 +123,12 @@ Do not keep transactions in the mempool longer than <n> hours (default:
123123
.HP
124124
\fB\-par=\fR<n>
125125
.IP
126-
Set the number of script verification threads (\fB\-24\fR to 15, 0 = auto, <0 =
126+
Set the number of script verification threads (\fB\-14\fR to 15, 0 = auto, <0 =
127127
leave that many cores free, default: 0)
128128
.HP
129129
\fB\-parbls=\fR<n>
130130
.IP
131-
Set the number of BLS verification threads (\fB\-24\fR to 33, 0 = auto, <0 =
131+
Set the number of BLS verification threads (\fB\-14\fR to 33, 0 = auto, <0 =
132132
leave that many cores free, default: 0)
133133
.HP
134134
\fB\-persistmempool\fR
@@ -868,7 +868,7 @@ is optional). If <category> is not supplied or if <category> = 1,
868868
output all debug and trace logging. <category> can be: addrman,
869869
bench, blockstorage, chainlocks, cmpctblock, coindb, coinjoin,
870870
creditpool, ehf, estimatefee, gobject, http, i2p, instantsend,
871-
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, lock, mempool,
871+
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, mempool,
872872
mempoolrej, mnpayments, mnsync, net, netconn, proxy, prune, qt,
873873
rand, reindex, rpc, selectcoins, spork, tor, txreconciliation,
874874
validation, walletdb, zmq. This option can be specified multiple
@@ -1137,4 +1137,4 @@ The source code is available from <https://github.com/dashpay/dash>.
11371137

11381138
This is experimental software.
11391139
Distributed under the MIT software license, see the accompanying file COPYING
1140-
or <https://opensource.org/licenses/MIT>
1140+
or <https://opensource.org/licenses/MIT>

doc/release-notes-14707.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

doc/release-notes-22650.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/release-notes-22918.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

doc/release-notes-23093.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)