Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
e770c25
docs: add v23.0.0 release notes and archive v22.1.3
PastaPastaPasta Oct 29, 2025
548a38a
docs: remove individual release notes files
PastaPastaPasta Oct 29, 2025
2b3211a
docs: add link to 22.1.3 release notes
PastaPastaPasta Oct 29, 2025
567771a
Apply suggestions from code review
PastaPastaPasta Nov 4, 2025
615f5ff
docs: make the downgrade warning more confident
PastaPastaPasta Nov 4, 2025
6d29bc3
docs: revert changes deferred to v24
PastaPastaPasta Nov 4, 2025
bd636bd
docs: add contributors
PastaPastaPasta Nov 4, 2025
700c46e
style: make heading style consistent
thephez Nov 4, 2025
c338511
docs: reorganize rpc updates to organize extended address changes
thephez Nov 4, 2025
bc8db22
docs: minor improvements to release notes
PastaPastaPasta Nov 4, 2025
e0519c3
docs: fix whitespace errors
PastaPastaPasta Nov 4, 2025
78d0725
docs: add note on proto bump and platformban p2p
PastaPastaPasta Nov 4, 2025
f407453
doc: Replace Bitcoin Core PR references with Dash Core backport PRs
PastaPastaPasta Nov 4, 2025
4ad5533
docs: typos
PastaPastaPasta Nov 4, 2025
ebf3a64
docs: typos
PastaPastaPasta Nov 4, 2025
b56e1dd
Merge #6932: [v23.0.x] chore: add release notes
PastaPastaPasta Nov 4, 2025
a6449b1
Merge #6885: fix: improve governance/proposal dialog strings
PastaPastaPasta Oct 21, 2025
84df1f0
Merge #6909: chore: Translations 2025-10
PastaPastaPasta Nov 7, 2025
a6c1d6a
Merge #6920: chore: update minimum chain work, tx stats, checkpoints,…
PastaPastaPasta Oct 29, 2025
7ba4f1c
Merge #6928: docs: update man pages for 23.0
PastaPastaPasta Nov 4, 2025
3f30664
Merge #6929: fix: repair `makeseeds.py`, `getblockchaininfo[softforks…
PastaPastaPasta Oct 29, 2025
8eceb98
Merge #6938: fix: logic error in `CheckDecryptionKey`
PastaPastaPasta Nov 7, 2025
00368fb
Merge #6940: fix: reuse best clsig to avoid potential race condition
PastaPastaPasta Nov 4, 2025
877343a
Merge #6943: fix: don't treat arrays/objects as string literals for c…
PastaPastaPasta Nov 7, 2025
74a222d
Merge #6946: feat: show seed on wallet creation
PastaPastaPasta Nov 7, 2025
ae08f53
docs: integrate 6946 release notes into final
PastaPastaPasta Nov 7, 2025
6fd7059
chore: mark v23 as release
PastaPastaPasta Nov 7, 2025
b380d48
Merge #6948: [v23.0.x] chore: release v23.0.0
PastaPastaPasta Nov 8, 2025
6a995f5
Merge #6944: fix: HD chain encryption check ordering issue
PastaPastaPasta Dec 1, 2025
faf58cd
merge bitcoin#30774: Qt 5.15.16
kwvg Aug 30, 2024
bf653d3
Merge #6949: depends: Qt 5.15.18
PastaPastaPasta Nov 12, 2025
5a1ec4c
Merge #6961: fix: correct BLS scheme setting in `MigrateLegacyDiffs()…
PastaPastaPasta Nov 12, 2025
92abe9b
Merge #6964: perf: remove duplicated check of same key in the instant…
PastaPastaPasta Nov 12, 2025
226aaf4
Merge #6969: feat: add evodb verify and repair RPC commands
PastaPastaPasta Nov 18, 2025
207526e
Merge #6977: fix: bls benchmarks crash when ran independently
PastaPastaPasta Nov 19, 2025
ca16437
Merge #6996: perf: reduce cs_main lock scope in evodb verify/repair o…
PastaPastaPasta Nov 21, 2025
69d0c9c
Merge #6999: feat: verify and repair evodb diffs automatically at nod…
PastaPastaPasta Dec 1, 2025
36e4679
Merge #7009: fix: include QDebug directly
PastaPastaPasta Nov 26, 2025
1a9b20c
Merge #7013: fix: update BuildTestVectors call to adjust batch size b…
PastaPastaPasta Nov 28, 2025
2048b42
Merge #6986: test: new commandline argument -tinyblk to use blk size …
PastaPastaPasta Nov 17, 2025
0865b7c
docs: add release notes for 23.0.1
PastaPastaPasta Dec 1, 2025
4f8aa71
chore: bump version to 23.0.1
PastaPastaPasta Dec 1, 2025
d5c7d25
chore: bump nMinimumChainWork and defaultAssumeValid
PastaPastaPasta Dec 1, 2025
736bb26
chore: bump manpages for 23.0.1
PastaPastaPasta Dec 1, 2025
cd2f5c4
Merge #7026: [v23.0.x] chore: backports and final changes for v23.0.1
PastaPastaPasta Dec 2, 2025
a8f15c1
Merge #7032: fix: drop gsl usage from RebuildListFromBlock function w…
PastaPastaPasta Dec 3, 2025
fe1cff3
chore: bump release to 23.0.2
PastaPastaPasta Dec 3, 2025
cdc5a63
Merge #7033: [v23.0.x] chore: release v23.0.2
PastaPastaPasta Dec 3, 2025
491db4a
Merge branch 'master' into merge_master_23.0.2
UdjinM6 Dec 4, 2025
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
2 changes: 1 addition & 1 deletion 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, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_BUILD, 2)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2025)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
8 changes: 4 additions & 4 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" "October 2025" "dash-cli v23.0.0" "User Commands"
.TH DASH-CLI "1" "December 2025" "dash-cli v23.0.2" "User Commands"
.SH NAME
dash-cli \- manual page for dash-cli v23.0.0
dash-cli \- manual page for dash-cli v23.0.2
.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.0.0
.B dash-cli
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
.SH DESCRIPTION
Dash Core RPC client version v23.0.0
Dash Core RPC client version v23.0.2
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -162,4 +162,4 @@ The source code is available from <https://github.com/dashpay/dash>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
or <https://opensource.org/licenses/MIT>
or <https://opensource.org/licenses/MIT>
20 changes: 10 additions & 10 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" "October 2025" "dash-qt v23.0.0" "User Commands"
.TH DASH-QT "1" "December 2025" "dash-qt v23.0.2" "User Commands"
.SH NAME
dash-qt \- manual page for dash-qt v23.0.0
dash-qt \- manual page for dash-qt v23.0.2
.SH SYNOPSIS
.B dash-qt
[\fI\,command-line options\/\fR] [\fI\,URI\/\fR]
.SH DESCRIPTION
Dash Core version v23.0.0
Dash Core version v23.0.2
.PP
Optional URI is a Dash address in BIP21 URI format.
.SH OPTIONS
Expand All @@ -25,9 +25,9 @@ message)
If this block is in the chain assume that it and its ancestors are valid
and potentially skip their script verification (0 to verify all,
default:
0000000000000009ba1e8f47851d036bb618a4f6565eb3c32d1f647d450ff195,
00000000000000149d207073b6959004cb457df98e111981c9bf0e4e5190c5db,
testnet:
00000107d42829a38e31c1a38c660d621e1ca376a880df1520e85e38af175d3a)
000000598ffa45083b795d85a1e40f13da68b2c6c81e232cb990108f0515f88e)
.HP
\fB\-blockfilterindex=\fR<type>
.IP
Expand Down Expand Up @@ -125,12 +125,12 @@ 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 (\fB\-24\fR to 15, 0 = auto, <0 =
Set the number of script verification threads (\fB\-14\fR to 15, 0 = auto, <0 =
leave that many cores free, default: 0)
.HP
\fB\-parbls=\fR<n>
.IP
Set the number of BLS verification threads (\fB\-24\fR to 33, 0 = auto, <0 =
Set the number of BLS verification threads (\fB\-14\fR to 33, 0 = auto, <0 =
leave that many cores free, default: 0)
.HP
\fB\-persistmempool\fR
Expand Down Expand Up @@ -870,7 +870,7 @@ is optional). If <category> is not supplied or if <category> = 1,
output all debug and trace logging. <category> can be: addrman,
bench, blockstorage, chainlocks, cmpctblock, coindb, coinjoin,
creditpool, ehf, estimatefee, gobject, http, i2p, instantsend,
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, lock, mempool,
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, mempool,
mempoolrej, mnpayments, mnsync, net, netconn, proxy, prune, qt,
rand, reindex, rpc, selectcoins, spork, tor, txreconciliation,
validation, walletdb, zmq. This option can be specified multiple
Expand Down Expand Up @@ -1157,7 +1157,7 @@ Set the font weight for bold texts. Possible range 0 to 8 (default: 4)
.HP
\fB\-font\-weight\-normal\fR
.IP
Set the font weight for normal texts. Possible range 0 to 8 (default: 2)
Set the font weight for normal texts. Possible range 0 to 8 (default: 1)
.HP
\fB\-lang=\fR<lang>
.IP
Expand Down Expand Up @@ -1188,4 +1188,4 @@ The source code is available from <https://github.com/dashpay/dash>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
or <https://opensource.org/licenses/MIT>
or <https://opensource.org/licenses/MIT>
8 changes: 4 additions & 4 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" "October 2025" "dash-tx v23.0.0" "User Commands"
.TH DASH-TX "1" "December 2025" "dash-tx v23.0.2" "User Commands"
.SH NAME
dash-tx \- manual page for dash-tx v23.0.0
dash-tx \- manual page for dash-tx v23.0.2
.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.0.0
Dash Core dash\-tx utility version v23.0.2
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -119,4 +119,4 @@ The source code is available from <https://github.com/dashpay/dash>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
or <https://opensource.org/licenses/MIT>
or <https://opensource.org/licenses/MIT>
8 changes: 4 additions & 4 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" "October 2025" "dash-wallet v23.0.0" "User Commands"
.TH DASH-WALLET "1" "December 2025" "dash-wallet v23.0.2" "User Commands"
.SH NAME
dash-wallet \- manual page for dash-wallet v23.0.0
dash-wallet \- manual page for dash-wallet v23.0.2
.SH DESCRIPTION
Dash Core dash\-wallet version v23.0.0
Dash Core dash\-wallet version v23.0.2
.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 Expand Up @@ -109,4 +109,4 @@ The source code is available from <https://github.com/dashpay/dash>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
or <https://opensource.org/licenses/MIT>
or <https://opensource.org/licenses/MIT>
18 changes: 9 additions & 9 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" "October 2025" "dashd v23.0.0" "User Commands"
.TH DASHD "1" "December 2025" "dashd v23.0.2" "User Commands"
.SH NAME
dashd \- manual page for dashd v23.0.0
dashd \- manual page for dashd v23.0.2
.SH SYNOPSIS
.B dashd
[\fI\,options\/\fR] \fI\,Start Dash Core\/\fR
.SH DESCRIPTION
Dash Core version v23.0.0
Dash Core version v23.0.2
.SH OPTIONS
.HP
\-?
Expand All @@ -23,9 +23,9 @@ message)
If this block is in the chain assume that it and its ancestors are valid
and potentially skip their script verification (0 to verify all,
default:
0000000000000009ba1e8f47851d036bb618a4f6565eb3c32d1f647d450ff195,
00000000000000149d207073b6959004cb457df98e111981c9bf0e4e5190c5db,
testnet:
00000107d42829a38e31c1a38c660d621e1ca376a880df1520e85e38af175d3a)
000000598ffa45083b795d85a1e40f13da68b2c6c81e232cb990108f0515f88e)
.HP
\fB\-blockfilterindex=\fR<type>
.IP
Expand Down Expand Up @@ -123,12 +123,12 @@ 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 (\fB\-24\fR to 15, 0 = auto, <0 =
Set the number of script verification threads (\fB\-14\fR to 15, 0 = auto, <0 =
leave that many cores free, default: 0)
.HP
\fB\-parbls=\fR<n>
.IP
Set the number of BLS verification threads (\fB\-24\fR to 33, 0 = auto, <0 =
Set the number of BLS verification threads (\fB\-14\fR to 33, 0 = auto, <0 =
leave that many cores free, default: 0)
.HP
\fB\-persistmempool\fR
Expand Down Expand Up @@ -868,7 +868,7 @@ is optional). If <category> is not supplied or if <category> = 1,
output all debug and trace logging. <category> can be: addrman,
bench, blockstorage, chainlocks, cmpctblock, coindb, coinjoin,
creditpool, ehf, estimatefee, gobject, http, i2p, instantsend,
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, lock, mempool,
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, mempool,
mempoolrej, mnpayments, mnsync, net, netconn, proxy, prune, qt,
rand, reindex, rpc, selectcoins, spork, tor, txreconciliation,
validation, walletdb, zmq. This option can be specified multiple
Expand Down Expand Up @@ -1137,4 +1137,4 @@ The source code is available from <https://github.com/dashpay/dash>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
or <https://opensource.org/licenses/MIT>
or <https://opensource.org/licenses/MIT>
15 changes: 0 additions & 15 deletions doc/release-notes-14707.md

This file was deleted.

9 changes: 0 additions & 9 deletions doc/release-notes-22650.md

This file was deleted.

11 changes: 0 additions & 11 deletions doc/release-notes-22918.md

This file was deleted.

8 changes: 0 additions & 8 deletions doc/release-notes-23093.md

This file was deleted.

20 changes: 0 additions & 20 deletions doc/release-notes-24098.md

This file was deleted.

7 changes: 0 additions & 7 deletions doc/release-notes-24629.md

This file was deleted.

6 changes: 0 additions & 6 deletions doc/release-notes-25158.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/release-notes-26618.md

This file was deleted.

7 changes: 0 additions & 7 deletions doc/release-notes-27068.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/release-notes-6389.md

This file was deleted.

7 changes: 0 additions & 7 deletions doc/release-notes-6482.md

This file was deleted.

5 changes: 0 additions & 5 deletions doc/release-notes-6505.md

This file was deleted.

6 changes: 0 additions & 6 deletions doc/release-notes-6567.md

This file was deleted.

5 changes: 0 additions & 5 deletions doc/release-notes-6579.md

This file was deleted.

7 changes: 0 additions & 7 deletions doc/release-notes-6594.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/release-notes-6607.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/release-notes-6608.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/release-notes-6628.md

This file was deleted.

12 changes: 0 additions & 12 deletions doc/release-notes-6634.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/release-notes-6648.md

This file was deleted.

5 changes: 0 additions & 5 deletions doc/release-notes-6649.md

This file was deleted.

14 changes: 0 additions & 14 deletions doc/release-notes-6665.md

This file was deleted.

Loading
Loading