@@ -25,18 +25,31 @@ require a reindex.
2525
2626# Release Notes
2727
28- ## GUI changes
29-
30- - Restored the Send button when using an external signer (dash #7271 ).
28+ ## Notable changes
29+ - Asset lock transactions that Dash Platform cannot process are now treated as
30+ non-standard, so they are no longer relayed across the network.
31+ This covers asset locks with more than 100 inputs, or larger than 20480 bytes,
32+ and those using the v2 payload (for post-v24 release), protecting users from
33+ creating oversized asset locks that could result in lost funds.
34+ Such transactions remain valid for consensus if mined into a block (dash #7359 ).
3135
3236## Bug Fixes
3337
34- - Kept relaying InstantSend lock inventory messages to non-masternode peers that request recovered signatures (dash #7293 ).
35- - Reverted an improper dual-way connection attempt avoidance change that could break recovered-signature handshakes under spork 21 (dash #7289 ).
36- - Fixed intermittent incorrect ` CheckQueue ` logging for invalid blocks (dash #7312 ).
37- - Fixed ` listaddressbalances ` RPC help so the documented result matches returned address balances (dash #7279 ).
38+ - Reject two ProRegTx/ProUpServTx with the same Platform node ID from being
39+ present in the mempool simultaneously.
40+
41+ ## Performance Improvements
42+
43+ - Reduced lock contention when penalizing peers for invalid transactions,
44+ improving networking responsiveness under load (dash #7332 ).
45+ - Made header sync almost twice as fast by optimization of low-level math
46+ primitives (dash #7352 ).
47+ - Avoid re-validation of EHF signals during block connect. This also prevents
48+ a potential assertion crash during large blockchain re-organizations when a
49+ buried fork is re-validated in ` BlockUndo ` .
50+
3851
39- # v23.1.3 Change log
52+ # v23.1.4 Change log
4053
4154See detailed [ set of changes] [ set-of-changes ] .
4255
@@ -45,7 +58,6 @@ See detailed [set of changes][set-of-changes].
4558Thanks to everyone who directly contributed to this release:
4659
4760- Konstantin Akimov
48- - PastaPastaPasta
4961
5062As well as everyone that submitted issues, reviewed pull requests and helped
5163debug the release candidates.
@@ -54,6 +66,7 @@ debug the release candidates.
5466
5567These releases are considered obsolete. Old release notes can be found here:
5668
69+ - [ v23.1.3] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.1.3.md ) released May/28/2026
5770- [ v23.1.2] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.1.2.md ) released Mar/12/2026
5871- [ v23.1.0] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.1.0.md ) released Feb/15/2026
5972- [ v23.0.2] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.0.2.md ) released Dec/4/2025
@@ -69,4 +82,4 @@ These releases are considered obsolete. Old release notes can be found here:
6982- [ v21.0.0] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-21.0.0.md ) released Jul/25/2024
7083- [ v20.1.1] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-20.1.1.md ) released April/3/2024
7184
72- [ set-of-changes ] : https://github.com/dashpay/dash/compare/v23.1.2 ...dashpay:v23.1.3
85+ [ set-of-changes ] : https://github.com/dashpay/dash/compare/v23.1.3 ...dashpay:v23.1.4
0 commit comments