2016-07-04 07:42:50 +02:00
|
|
|
Dash Core version 0.12.1 is now available from:
|
2015-03-06 09:50:31 +01:00
|
|
|
|
2016-07-04 07:42:50 +02:00
|
|
|
<https://www.dash.org/downloads/>
|
2014-05-23 20:27:46 +02:00
|
|
|
|
2015-03-06 09:50:31 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Older releases
|
|
|
|
--------------
|
|
|
|
|
2015-05-18 00:29:58 +02:00
|
|
|
Dash was previously known as Darkcoin.
|
|
|
|
|
2015-03-06 09:50:31 +01:00
|
|
|
Darkcoin tree 0.8.x was a fork of Litecoin tree 0.8, original name was XCoin
|
|
|
|
which was first released on Jan/18/2014.
|
|
|
|
|
2016-03-01 13:51:38 +01:00
|
|
|
### Downgrade to a version < 0.12.0
|
|
|
|
|
|
|
|
Because release 0.12.0 and later will obfuscate the chainstate on every
|
|
|
|
fresh sync or reindex, the chainstate is not backwards-compatible with
|
|
|
|
pre-0.12 versions of Bitcoin Core or other software.
|
|
|
|
|
|
|
|
If you want to downgrade after you have done a reindex with 0.12.0 or later,
|
|
|
|
you will need to reindex when you first start Bitcoin Core version 0.11 or
|
|
|
|
earlier.
|
|
|
|
|
|
|
|
Notable changes
|
|
|
|
===============
|
|
|
|
|
2016-06-22 09:24:43 +02:00
|
|
|
Example item
|
|
|
|
---------------------------------------
|
|
|
|
|
|
|
|
Example text.
|
2016-03-01 13:51:38 +01:00
|
|
|
|
|
|
|
0.12.1 Change log
|
|
|
|
=================
|
|
|
|
|
|
|
|
Detailed release notes follow. This overview includes changes that affect
|
|
|
|
behavior, not code moves, refactors and string updates. For convenience in locating
|
|
|
|
the code changes and accompanying discussion, both the pull request and
|
|
|
|
git merge commit are mentioned.
|
|
|
|
|
2016-06-22 09:24:43 +02:00
|
|
|
### RPC and REST
|
|
|
|
|
2016-02-16 19:29:53 +01:00
|
|
|
Asm script outputs replacements for OP_NOP2 and OP_NOP3
|
|
|
|
-------------------------------------------------------
|
|
|
|
|
|
|
|
OP_NOP2 has been renamed to OP_CHECKLOCKTIMEVERIFY by [BIP
|
|
|
|
65](https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki)
|
|
|
|
|
|
|
|
OP_NOP3 has been renamed to OP_CHECKSEQUENCEVERIFY by [BIP
|
|
|
|
112](https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki)
|
|
|
|
|
|
|
|
The following outputs are affected by this change:
|
|
|
|
- RPC `getrawtransaction` (in verbose mode)
|
|
|
|
- RPC `decoderawtransaction`
|
|
|
|
- RPC `decodescript`
|
|
|
|
- REST `/rest/tx/` (JSON format)
|
|
|
|
- REST `/rest/block/` (JSON format when including extended tx details)
|
|
|
|
- `bitcoin-tx -json`
|
2016-03-01 13:51:38 +01:00
|
|
|
|
|
|
|
### Configuration and command-line options
|
|
|
|
|
|
|
|
### Block and transaction handling
|
|
|
|
|
|
|
|
### P2P protocol and network code
|
|
|
|
|
|
|
|
### Validation
|
|
|
|
|
|
|
|
### Build system
|
|
|
|
|
|
|
|
### Wallet
|
|
|
|
|
|
|
|
### GUI
|
|
|
|
|
|
|
|
### Tests and QA
|
|
|
|
|
|
|
|
### Miscellaneous
|
|
|
|
|
|
|
|
Credits
|
|
|
|
=======
|
|
|
|
|
|
|
|
Thanks to everyone who directly contributed to this release:
|
|
|
|
|
|
|
|
|
|
|
|
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
|
|
|
|
|
2015-03-06 09:50:31 +01:00
|
|
|
Darkcoin tree 0.9.x was the open source implementation of masternodes based on
|
|
|
|
the 0.8.x tree and was first released on Mar/13/2014.
|
|
|
|
|
|
|
|
Darkcoin tree 0.10.x used to be the closed source implementation of Darksend
|
|
|
|
which was released open source on Sep/25/2014.
|
|
|
|
|
2015-06-04 18:20:14 +02:00
|
|
|
Dash Core tree 0.11.x was a fork of Bitcoin Core tree 0.9, Darkcoin was rebranded
|
|
|
|
to Dash.
|
|
|
|
|
2016-02-02 16:28:56 +01:00
|
|
|
Dash Core tree 0.12.0.x was a fork of Bitcoin Core tree 0.10.
|
2016-01-13 15:56:37 +01:00
|
|
|
|
2015-03-06 09:50:31 +01:00
|
|
|
These release are considered obsolete. Old changelogs can be found here:
|
|
|
|
|
2016-02-02 16:28:56 +01:00
|
|
|
- [v0.12.0](release-notes/dash/release-notes-0.12.0.md) released ???/??/2015
|
2015-06-04 18:20:14 +02:00
|
|
|
- [v0.11.2](release-notes/dash/release-notes-0.11.2.md) released Mar/25/2015
|
|
|
|
- [v0.11.1](release-notes/dash/release-notes-0.11.1.md) released Feb/10/2015
|
|
|
|
- [v0.11.0](release-notes/dash/release-notes-0.11.0.md) released Jan/15/2015
|
2015-05-19 00:37:58 +02:00
|
|
|
- [v0.10.x](release-notes/dash/release-notes-0.10.0.md) released Sep/25/2014
|
|
|
|
- [v0.9.x](release-notes/dash/release-notes-0.9.0.md) released Mar/13/2014
|
2016-06-22 09:24:43 +02:00
|
|
|
|