Skip to content

Commit e24c0e8

Browse files
authoredJan 14, 2019
Update 0.13.0.0 release notes (#2621)
* Update 0.13.0.0 release notes * Apply suggestions from code review Co-Authored-By: UdjinM6 <UdjinM6@users.noreply.github.com> * add latest commits
1 parent b5670c4 commit e24c0e8

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed
 

‎doc/release-notes.md

+17-5
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,21 @@ With further refactoring of PrivateSend code it became possible to implement mix
116116
mixing sessions at once from one single wallet. You can set number of mixing sessions via
117117
`privatesendsessions` cmd-line option or dash.conf. You can pick any number of sessions between 1 and 10,
118118
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.
121121

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
123123
mixing denom (0.00100001 DASH) now while keeping all the old ones too. It also makes sense to allow more
124124
mixing rounds now, so the new default number of rounds is 4 and the maximum number of rounds is 16 now.
125125

126126
You can also adjust rounds and amount via `setprivatesendrounds` and `setprivatesendamount` RPC commands
127127
which override corresponding cmd-line params (`privatesendrounds` and `privatesendamount` respectively).
128128

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+
129134
InstantSend
130135
-----------
131136
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.
189194
RPC changes
190195
-----------
191196
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;
194199
- `previousbits` and `coinbase_payload` fields were added in `getblocktemplate`;
195200
- `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);
196201
- `getblockchaininfo` shows BIP9 deployment progress;
@@ -278,6 +283,8 @@ See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.12.3.4.
278283
- [`0a086898f`](https://github.com/dashpay/dash/commit/0a086898f) Implement and enforce CbTx with correct block height and deprecate BIP34
279284

280285
### 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)
281288
- [`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)
282289
- [`e71ea29e6`](https://github.com/dashpay/dash/commit/e71ea29e6) Add ownerAddr and votingAddr to CDeterministicMNState::ToJson (#2571)
283290
- [`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.
332339
- [`ac30196bc`](https://github.com/dashpay/dash/commit/ac30196bc) Show some info about the wallet dumped via dumpwallet (#2191)
333340

334341
### LLMQ and Deterministic Masternodes
342+
- [`a3b01dfbe`](https://github.com/dashpay/dash/commit/a3b01dfbe) Gracefully shutdown on evodb inconsistency instead of crashing (#2611) (#2620)
335343
- [`3861c6a82`](https://github.com/dashpay/dash/commit/3861c6a82) Add BIP9 deployment for DIP3 on mainnet (#2585)
336344
- [`587911b36`](https://github.com/dashpay/dash/commit/587911b36) Fix IsBlockPayeeValid (#2577)
337345
- [`3c30a6aff`](https://github.com/dashpay/dash/commit/3c30a6aff) Add missing masternodeblsprivkey help text (#2569)
@@ -517,6 +525,10 @@ See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.12.3.4.
517525
- [`d7e210341`](https://github.com/dashpay/dash/commit/d7e210341) Fixes inaccurate round count in CoinControlDialog (#2137)
518526

519527
### Cleanups/Tests/Docs/Other
528+
- [`b5670c475`](https://github.com/dashpay/dash/commit/b5670c475) Set CLIENT_VERSION_IS_RELEASE to true (#2591)
529+
- [`a05eeb21e`](https://github.com/dashpay/dash/commit/a05eeb21e) Update immer to c89819df92191d6969a6a22c88c72943b8e25016 (#2626)
530+
- [`10b3736bd`](https://github.com/dashpay/dash/commit/10b3736bd) [0.13.0.x] Translations201901 (#2592)
531+
- [`34d2a6038`](https://github.com/dashpay/dash/commit/34d2a6038) Release notes 0.13.0.0 draft (#2583)
520532
- [`c950a8f51`](https://github.com/dashpay/dash/commit/c950a8f51) Merge v0.12.3.4 commits into develop (#2582)
521533
- [`6dfceaba5`](https://github.com/dashpay/dash/commit/6dfceaba5) Force FlushStateToDisk on ConnectTip/DisconnectTip while not in IBD (#2560)
522534
- [`552d9089e`](https://github.com/dashpay/dash/commit/552d9089e) Update testnet seeds to point to MNs that are on the new chain (#2558)

0 commit comments

Comments
 (0)
Please sign in to comment.