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
Copy file name to clipboardexpand all lines: doc/release-notes.md
+17-5
Original file line number
Diff line number
Diff line change
@@ -116,16 +116,21 @@ With further refactoring of PrivateSend code it became possible to implement mix
116
116
mixing sessions at once from one single wallet. You can set number of mixing sessions via
117
117
`privatesendsessions` cmd-line option or dash.conf. You can pick any number of sessions between 1 and 10,
118
118
default is 4 which should be good enough for most users. For this feature to work you should also make
119
-
sure that `privatesendmultisession` is set to `1` via cmd-line or `Enable PrivateSend multi-session` is enabled
120
-
in GUI.
119
+
sure that `privatesendmultisession` is set to `1` via cmd-line or `Enable PrivateSend multi-session` is
120
+
enabled in GUI.
121
121
122
-
Introducing parallel mixing sessions should speed mixing up which makes it's reasonable to add a new
122
+
Introducing parallel mixing sessions should speed mixing up which makes it reasonable to add a new
123
123
mixing denom (0.00100001 DASH) now while keeping all the old ones too. It also makes sense to allow more
124
124
mixing rounds now, so the new default number of rounds is 4 and the maximum number of rounds is 16 now.
125
125
126
126
You can also adjust rounds and amount via `setprivatesendrounds` and `setprivatesendamount` RPC commands
127
127
which override corresponding cmd-line params (`privatesendrounds` and `privatesendamount` respectively).
128
128
129
+
NOTE: Introducing the new denom and a couple of other changes made it incompatible with mixing on
130
+
masternodes running on pre-0.13 software. Please keep using 0.12.3 local wallet to mix your coins until
131
+
there is some significant number of masternodes running on version 0.13 to make sure you have enough
132
+
masternodes to choose from when the wallet picks one to mix funds on.
133
+
129
134
InstantSend
130
135
-----------
131
136
With further improvements of networking code it's now possible to handle more load, so we are changing
@@ -189,8 +194,8 @@ detailed list of fixes.
189
194
RPC changes
190
195
-----------
191
196
There are a few changes in existing RPC interfaces in this release:
192
-
-`gobject prepare` accepts an UTXO reference to spend;
193
-
-`masternode status`has DIP0003 related info now;
197
+
-`gobject prepare`allows to send proposal transaction as an InstantSend one and also accepts an UTXO reference to spend;
198
+
-`masternode status`and `masternode list` show some DIP0003 related info now;
194
199
-`previousbits` and `coinbase_payload` fields were added in `getblocktemplate`;
195
200
-`getblocktemplate` now returns an array for masternode payments instead of a single object (miners and mining pools have to upgrade their software to support multiple masternode payees);
@@ -278,6 +283,8 @@ See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.12.3.4.
278
283
-[`0a086898f`](https://github.com/dashpay/dash/commit/0a086898f) Implement and enforce CbTx with correct block height and deprecate BIP34
279
284
280
285
### RPC
286
+
-[`a22f1bffe`](https://github.com/dashpay/dash/commit/a22f1bffe) Remove support for "0" as an alternative to "" when the default is requested (#2622) (#2624)
287
+
-[`18e1edabf`](https://github.com/dashpay/dash/commit/18e1edabf) Backport 2618 to v0.13.0.x (#2619)
281
288
-[`0dce846d5`](https://github.com/dashpay/dash/commit/0dce846d5) Add an option to use specific address as a source of funds in protx rpc commands (otherwise use payoutAddress/operatorPayoutAddress) (#2581)
282
289
-[`e71ea29e6`](https://github.com/dashpay/dash/commit/e71ea29e6) Add ownerAddr and votingAddr to CDeterministicMNState::ToJson (#2571)
283
290
-[`999a51907`](https://github.com/dashpay/dash/commit/999a51907) Fix optional revocation reason parameter for "protx revoke" and a few help strings (#2568)
@@ -332,6 +339,7 @@ See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.12.3.4.
332
339
-[`ac30196bc`](https://github.com/dashpay/dash/commit/ac30196bc) Show some info about the wallet dumped via dumpwallet (#2191)
333
340
334
341
### LLMQ and Deterministic Masternodes
342
+
-[`a3b01dfbe`](https://github.com/dashpay/dash/commit/a3b01dfbe) Gracefully shutdown on evodb inconsistency instead of crashing (#2611) (#2620)
335
343
-[`3861c6a82`](https://github.com/dashpay/dash/commit/3861c6a82) Add BIP9 deployment for DIP3 on mainnet (#2585)
0 commit comments