Skip to content

Commit fba8f64

Browse files
Merge #7223: chore: merge master 23.1.2 back into develop
da16809 docs: add #7221 and #7222 to v23.1.2 release notes (PastaClaw) 8a93926 Merge #7222: fix: properly skip evodb repair on reindex (pasta) b74b549 Merge #7221: refactor: rename bitcoin-util manpage and test references to dash-util (pasta) 81464ac Merge #7211: fix: qt info tab layout (pasta) 7c27c2f Merge #7209: fix: serialize TrySignChainTip to prevent concurrent signing race (pasta) 81d5eb2 Merge #7208: fix: skip collecting block txids during IBD to prevent unbounded memory growth (pasta) d02243c ci: run check-skip on blacksmith with GitHub-hosted fallback (PastaClaw) 033b3fe chore: regenerate manpages for v23.1.2 (PastaClaw) ff965b5 chore: v23.1.2 release preparation (PastaClaw) 8d5936d chore: add #7191 and #7193 to v23.1.1 release notes (PastaClaw) 9f3662b chore: v23.1.1 release preparation (PastaClaw) 5dbfa98 chore: v23.1.1 release preparation (PastaClaw) 240a95f Merge #7193: fix: reject identity elements in deserialization and key generation (pasta) 444cbf2 Merge #7191: fix(qt): reseat quorum labels when new types are inserted (pasta) 00f590d Merge #7180: qt: add Tahoe styled icons for macOS, runtime styling for each network type, update bundle icon, add mask-based tray icon, generation scripts (pasta) 60dda51 Merge #7176: perf: do linear lookup instead building 2 heavy Hash-Maps (pasta) df1ca87 Merge #7159: feat(qt): UI refresh (5/n, add proposal information widget to information, donut chart for proposal allocation) (pasta) 9061ad0 Merge #7118: feat(qt): UI refresh (4/n, introduce distinct widgets for Dash-specific reporting in debug window) (pasta) 64cc4f2 Merge #7160: feat(interfaces): consolidate masternode counts into one struct, expose chainlock, instantsend, credit pool, quorum statistics (pasta) 5d28a69 Merge #7157: fix(qt): prevent banned masternodes from returning status=0 (pasta) e0b7386 Merge #7146: feat(qt): introduce framework for sourcing and applying data, use for `{Masternode,Proposal}List`s (pasta) 8fd53cd Merge #7144: feat(qt): add support for reporting `OP_RETURN` payloads as Data Transactions (pasta) cc6f0bb Merge #7154: fix: MN update notifications had old_list/new_list swapped (pasta) 33f0138 Merge #7145: fix(qt): move labelError styling from proposalcreate.ui into general.css (pasta) 1bdbde6 Merge #7148: feat(qt): persist filter preferences in masternode list (pasta) 96bb601 Merge #7147: fix(qt): prevent overview page font double scaling, recalculate minimum width correctly, `SERVICE` and `STATUS` sorting, fix common types filtering (pasta) da1e336 build: expand minimum Darwin version to macOS 11 (Big Sur) (Kittywhiskers Van Gogh) Pull request description: ## Issue being fixed or feature implemented Note: Skipping changes from #7149 which was for the v23.1.x only. ## 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: kwvg: utACK 36988f9 Tree-SHA512: f5bf8f0af11379bbcea606108ee90af08c16f588ebdbfac1fdd567adfcad14926b9c797c8fa6b398fb65fc3210c5f2c084015ea07718371df04e2412625f42d4
2 parents 32fa1a8 + 36988f9 commit fba8f64

11 files changed

Lines changed: 287 additions & 190 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
jobs:
2222
check-skip:
2323
name: Check skip conditions
24-
runs-on: ubuntu-24.04
24+
runs-on: ${{ vars.RUNNER_AMD64 || 'ubuntu-24.04' }}
2525
outputs:
2626
skip: ${{ steps.skip-check.outputs.skip }}
2727
runner-amd64: ${{ steps.select-runner.outputs.runner_amd64 }}

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

contrib/flatpak/org.dash.dash-core.metainfo.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
</screenshot>
2222
</screenshots>
2323
<releases>
24+
<release date="2026-03-12" version="23.1.2"/>
25+
<release date="2026-02-18" version="23.1.0"/>
2426
<release date="2025-12-04" version="23.0.2"/>
2527
<release date="2025-11-10" version="23.0.0"/>
2628
<release date="2024-12-12" version="22.0.0"/>

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" "February 2026" "dash-cli v23.1.0" "User Commands"
2+
.TH DASH-CLI "1" "March 2026" "dash-cli v23.1.2" "User Commands"
33
.SH NAME
4-
dash-cli \- manual page for dash-cli v23.1.0
4+
dash-cli \- manual page for dash-cli v23.1.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.1.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.1.0
18+
Dash Core RPC client version v23.1.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" "February 2026" "dash-qt v23.1.0" "User Commands"
2+
.TH DASH-QT "1" "March 2026" "dash-qt v23.1.2" "User Commands"
33
.SH NAME
4-
dash-qt \- manual page for dash-qt v23.1.0
4+
dash-qt \- manual page for dash-qt v23.1.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.1.0
9+
Dash Core version v23.1.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" "February 2026" "dash-tx v23.1.0" "User Commands"
2+
.TH DASH-TX "1" "March 2026" "dash-tx v23.1.2" "User Commands"
33
.SH NAME
4-
dash-tx \- manual page for dash-tx v23.1.0
4+
dash-tx \- manual page for dash-tx v23.1.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.1.0
12+
Dash Core dash\-tx utility version v23.1.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" "February 2026" "dash-wallet v23.1.0" "User Commands"
2+
.TH DASH-WALLET "1" "March 2026" "dash-wallet v23.1.2" "User Commands"
33
.SH NAME
4-
dash-wallet \- manual page for dash-wallet v23.1.0
4+
dash-wallet \- manual page for dash-wallet v23.1.2
55
.SH DESCRIPTION
6-
Dash Core dash\-wallet version v23.1.0
6+
Dash Core dash\-wallet version v23.1.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" "February 2026" "dashd v23.1.0" "User Commands"
2+
.TH DASHD "1" "March 2026" "dashd v23.1.2" "User Commands"
33
.SH NAME
4-
dashd \- manual page for dashd v23.1.0
4+
dashd \- manual page for dashd v23.1.2
55
.SH SYNOPSIS
66
.B dashd
77
[\fI\,options\/\fR] \fI\,Start Dash Core\/\fR
88
.SH DESCRIPTION
9-
Dash Core version v23.1.0
9+
Dash Core version v23.1.2
1010
.SH OPTIONS
1111
.HP
1212
\-?

doc/release-notes.md

Lines changed: 32 additions & 169 deletions
Large diffs are not rendered by default.

doc/release-notes/dash/release-notes-23.1.0.md

Lines changed: 232 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)