This is a new patch version release, bringing GUI improvements, new features, bugfixes, and performance optimizations. This release is optional for all nodes, although recommended.
Please report bugs using the issue tracker at GitHub:
https://github.com/dashpay/dash/issues
If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or dashd/dash-qt (on Linux).
Downgrading to a version older than v23.0.0 is not supported, and will require a reindex.
- Introduced a framework for sourcing and applying data with dedicated feeds, used by the Masternode and Proposal list views for improved data flow and separation of concerns (dash#7146).
- Added a new "Proposal Information" widget to the Information tab with an interactive donut chart showing proposal budget allocation (dash#7159).
- Added distinct widgets for Dash-specific reporting in the Debug window, including dedicated Information and Network tabs (dash#7118).
- Added support for reporting
OP_RETURNpayloads as Data Transactions in the transaction list (dash#7144). - Added Tahoe styled icons for macOS with runtime styling for each network type (mainnet, testnet, devnet, regtest), updated bundle icon, and added mask-based tray icon with generation scripts (dash#7180).
- Filter preferences in the masternode list are now persisted across sessions (dash#7148).
- Fixed overview page font double scaling, recalculated minimum width correctly, fixed
SERVICEandSTATUScolumn sorting, and fixed common types filtering in masternode list (dash#7147). - Fixed
labelErrorstyling by moving it fromproposalcreate.uiintogeneral.cssfor consistency (dash#7145). - Fixed banned masternodes incorrectly returning status=0 instead of their actual ban status (dash#7157).
- Fixed MN update notifications where the old and new masternode lists were swapped, causing incorrect change detection (dash#7154).
- Reject identity elements in BLS deserialization and key generation to prevent invalid keys from being accepted (dash#7193).
- Fixed quorum labels not being correctly reseated when new quorum types are inserted (dash#7191).
- Skip collecting block txids during IBD to prevent unbounded memory growth in
ChainLockSigner(dash#7208). - Serialize
TrySignChainTipto prevent concurrent signing races that could split signing shares across different block hashes (dash#7209). - Properly skip evodb repair when reindexing to prevent unnecessary repair attempts (dash#7222).
- Renamed
bitcoin-utilmanpage and test references todash-util(dash#7221).
- Consolidated masternode counts into a single struct and exposed chainlock, InstantSend, credit pool, and quorum statistics through the node interface (dash#7160).
- Replaced two heavy
HashMapconstructions with linear lookups in hot paths where the maps were rarely used, reducing overhead (dash#7176).
See detailed set of changes.
Thanks to everyone who directly contributed to this release:
- Kittywhiskers Van Gogh
- Konstantin Akimov
- PastaPastaPasta
- UdjinM6
As well as everyone that submitted issues, reviewed pull requests and helped debug the release candidates.
These releases are considered obsolete. Old release notes can be found here:
- v23.1.0 released Feb/15/2026
- v23.0.2 released Dec/4/2025
- v23.0.0 released Nov/10/2025
- v22.1.3 released Jul/15/2025
- v22.1.2 released Apr/15/2025
- v22.1.1 released Feb/17/2025
- v22.1.0 released Feb/10/2025
- v22.0.0 released Dec/12/2024
- v21.1.1 released Oct/22/2024
- v21.1.0 released Aug/8/2024
- v21.0.2 released Aug/1/2024
- v21.0.0 released Jul/25/2024
- v20.1.1 released April/3/2024