You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fix that was introduces in the last minor version caused creation of invalid merkle blocks, which in turn cause SPV
56
+
nodes to ban 0.13.2 nodes. This can be observed on mobile clients which have troubles maintaining connections. This
57
+
release fixes this issue and should allow SPV/mobile clients to sync with upgraded nodes.
58
+
59
+
Hardened spork15 value to 1047200
60
+
---------------------------------
61
+
We've hardened the spork15 block height to 1047200, which makes sure that syncing from scratch will always work, no
62
+
matter if spork15 is received in-time or not.
87
63
88
64
Bug fixes/Other improvements
89
65
----------------------------
90
66
There are few bug fixes in this release:
91
-
- Fixed a crash on shutdown
92
-
- Fixed a misleading error message in the RPC "protx update_registrar"
93
-
- Slightly speed up initial sync by not running DIP3 logic in old blocks
94
-
- Add build number (CLIENT_VERSION_BUILD) to MacOS bundle information
67
+
- Fixed an issue with transaction sometimes not being fully zapped when `-zapwallettxes` is used
68
+
- Fixed an issue with the `protx revoke` RPC and REASON_CHANGE_OF_KEYS
95
69
96
-
0.13.2.0 Change log
70
+
0.13.3.0 Change log
97
71
===================
98
72
99
-
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.13.1.0...dashpay:v0.13.2.0).
73
+
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.13.2.0...dashpay:v0.13.3.0).
100
74
101
75
### Backports
102
76
103
-
-[`548a48918`](https://github.com/dashpay/dash/commit/548a48918) Move IS block filtering into ConnectBlock (#2766)
104
-
-[`6374dce99`](https://github.com/dashpay/dash/commit/6374dce99) Fix error message for invalid voting addresses (#2747)
105
-
-[`25222b378`](https://github.com/dashpay/dash/commit/25222b378) Make -masternodeblsprivkey mandatory when -masternode is given (#2745)
106
-
-[`0364e033a`](https://github.com/dashpay/dash/commit/0364e033a) Implement 2-stage commit for CEvoDB to avoid inconsistencies after crashes (#2744)
107
-
-[`a11e2f9eb`](https://github.com/dashpay/dash/commit/a11e2f9eb) Add collateraladdress into masternode/protx list rpc output (#2740)
108
-
-[`43612a272`](https://github.com/dashpay/dash/commit/43612a272) Only include selected TX types into CMerkleBlock (#2737)
109
-
-[`f868fbc78`](https://github.com/dashpay/dash/commit/f868fbc78) Stop g_connman first before deleting it (#2734)
110
-
-[`9e233f391`](https://github.com/dashpay/dash/commit/9e233f391) Fix incorrect usage of begin() when genesis block is requested in "protx diff" (#2699)
111
-
-[`e75f971b9`](https://github.com/dashpay/dash/commit/e75f971b9) Do not process blocks in CDeterministicMNManager before dip3 activation (#2698)
112
-
-[`1cc47ebcd`](https://github.com/dashpay/dash/commit/1cc47ebcd) Backport #14701: build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString (#2687)
77
+
-[`575cafc01`](https://github.com/dashpay/dash/commit/575cafc01) Do not skip pushing of vMatch and vHashes in CMerkleBlock (#2826)
78
+
-[`8c58799d8`](https://github.com/dashpay/dash/commit/8c58799d8) There can be no two votes which differ by the outcome only (#2819)
0 commit comments