Skip to content

Commit cdc5a63

Browse files
Merge #7033: [v23.0.x] chore: release v23.0.2
fe1cff3 chore: bump release to 23.0.2 (pasta) a8f15c1 Merge #7032: fix: drop gsl usage from RebuildListFromBlock function wrapper (pasta) Pull request description: ## Issue being fixed or feature implemented 23.0.2 release ## What was done? see commits ## How Has This Been Tested? ## Breaking Changes ## Checklist: _Go over all the following points, and put an `x` in all the boxes that apply._ - [ ] 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 - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: utACK fe1cff3 Tree-SHA512: aa46c073cb0997afbe13c710d5812aad62721941ad46665a075feef009229ed462b27e2eeddc5a0380e0972c54fb7fdddb467b474791b5c9cf21ca5ddb85f974
2 parents cd2f5c4 + fe1cff3 commit cdc5a63

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
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, 1)
5+
define(_CLIENT_VERSION_BUILD, 2)
66
define(_CLIENT_VERSION_IS_RELEASE, true)
77
define(_COPYRIGHT_YEAR, 2025)
88
define(_COPYRIGHT_HOLDERS,[The %s developers])

doc/man/dash-cli.1

Lines changed: 3 additions & 3 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" "December 2025" "dash-cli v23.0.1" "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.1
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.1
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.1
18+
Dash Core RPC client version v23.0.2
1919
.SH OPTIONS
2020
.HP
2121
\-?

doc/man/dash-qt.1

Lines changed: 3 additions & 3 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" "December 2025" "dash-qt v23.0.1" "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.1
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.1
9+
Dash Core version v23.0.2
1010
.PP
1111
Optional URI is a Dash address in BIP21 URI format.
1212
.SH OPTIONS

doc/man/dash-tx.1

Lines changed: 3 additions & 3 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" "December 2025" "dash-tx v23.0.1" "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.1
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.1
12+
Dash Core dash\-tx utility version v23.0.2
1313
.SH OPTIONS
1414
.HP
1515
\-?

doc/man/dash-wallet.1

Lines changed: 3 additions & 3 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" "December 2025" "dash-wallet v23.0.1" "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.1
4+
dash-wallet \- manual page for dash-wallet v23.0.2
55
.SH DESCRIPTION
6-
Dash Core dash\-wallet version v23.0.1
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.

doc/man/dashd.1

Lines changed: 3 additions & 3 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" "December 2025" "dashd v23.0.1" "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.1
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.1
9+
Dash Core version v23.0.2
1010
.SH OPTIONS
1111
.HP
1212
\-?

doc/release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Dash Core version v23.0.1
1+
# Dash Core version v23.0.2
22

33
This is a new patch version release, bringing various bugfixes, performance improvements, and new tooling for database maintenance.
44
This release is **optional** for all nodes, although recommended.
@@ -46,7 +46,7 @@ Downgrading to a version older than v23.0.0 is not supported, and will
4646

4747
- Updated Qt from 5.15.14 to 5.15.18, which includes security patches for CVE-2025-4211, CVE-2025-5455, and CVE-2025-30348 (dash#6949).
4848

49-
# v23.0.1 Change log
49+
# v23.0.2 Change log
5050

5151
See detailed [set of changes][set-of-changes].
5252

@@ -125,4 +125,4 @@ These releases are considered obsolete. Old release notes can be found here:
125125
- [v0.10.x](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.10.0.md) released Sep/25/2014
126126
- [v0.9.x](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.9.0.md) released Mar/13/2014
127127

128-
[set-of-changes]: https://github.com/dashpay/dash/compare/v23.0.0...dashpay:v23.0.1
128+
[set-of-changes]: https://github.com/dashpay/dash/compare/v23.0.0...dashpay:v23.0.2

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2371,7 +2371,7 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
23712371
LogPrintf("Verifying and repairing masternode list diffs...\n");
23722372
const auto start{SteadyClock::now()};
23732373
// Create a callback that wraps CSpecialTxProcessor::BuildNewListFromBlock
2374-
auto build_list_func = [&node](const CBlock& block, gsl::not_null<const CBlockIndex*> pindexPrev,
2374+
auto build_list_func = [&node](const CBlock& block, const CBlockIndex* const pindexPrev,
23752375
const CDeterministicMNList& prevList, const CCoinsViewCache& view,
23762376
bool debugLogs, BlockValidationState& state,
23772377
CDeterministicMNList& mnListRet) -> bool {

src/rpc/evo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ static UniValue evodb_verify_or_repair_impl(const JSONRPCRequest& request, bool
17621762
}
17631763

17641764
// Create a callback that wraps CSpecialTxProcessor::RebuildListFromBlock
1765-
auto build_list_func = [&chain_helper](const CBlock& block, gsl::not_null<const CBlockIndex*> pindexPrev,
1765+
auto build_list_func = [&chain_helper](const CBlock& block, const CBlockIndex* const pindexPrev,
17661766
const CDeterministicMNList& prevList, const CCoinsViewCache& view,
17671767
bool debugLogs, BlockValidationState& state,
17681768
CDeterministicMNList& mnListRet) -> bool {

0 commit comments

Comments
 (0)