mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
client version bump
This commit is contained in:
parent
6ce96625dd
commit
ecea4bfaf9
@ -3,7 +3,7 @@ AC_PREREQ([2.60])
|
|||||||
define(_CLIENT_VERSION_MAJOR, 0)
|
define(_CLIENT_VERSION_MAJOR, 0)
|
||||||
define(_CLIENT_VERSION_MINOR, 12)
|
define(_CLIENT_VERSION_MINOR, 12)
|
||||||
define(_CLIENT_VERSION_REVISION, 0)
|
define(_CLIENT_VERSION_REVISION, 0)
|
||||||
define(_CLIENT_VERSION_BUILD, 35)
|
define(_CLIENT_VERSION_BUILD, 36)
|
||||||
define(_CLIENT_VERSION_IS_RELEASE, true)
|
define(_CLIENT_VERSION_IS_RELEASE, true)
|
||||||
define(_COPYRIGHT_YEAR, 2015)
|
define(_COPYRIGHT_YEAR, 2015)
|
||||||
AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash])
|
AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash])
|
||||||
|
@ -52,15 +52,18 @@ This does not affect wallet forward or backward compatibility.
|
|||||||
0.12.0 changelog
|
0.12.0 changelog
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
Switched to Bitcoin Core version 0.10
|
Switched to Bitcoin Core version 0.10 - https://bitcoin.org/en/release/v0.10.0
|
||||||
https://bitcoin.org/en/release/v0.10.0
|
|
||||||
Implemented decentralized budget system
|
Implemented decentralized budget system
|
||||||
Removed reference node
|
Removed reference node
|
||||||
Implemented new decentralized masternode payment consensus system
|
Implemented new decentralized masternode payment consensus system
|
||||||
Improved speed of DS
|
Improved speed of DS
|
||||||
New masternode payment/winners/budgets syncing strategy
|
New masternode payment/winners/budgets syncing strategy
|
||||||
Platform indepentant masternode ranking system
|
Platform independent masternode ranking system
|
||||||
Masternode broadcasts, pings and winners now use the inventory system
|
Masternode broadcasts, pings and winners now use the inventory system
|
||||||
|
Transaction indexing is enabled by default for all clients
|
||||||
|
Better implementation of IX block reprocessing to find and remove an invalid block
|
||||||
|
IX nearly 100% successful with new implementation
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Credits
|
Credits
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#define CLIENT_VERSION_MAJOR 0
|
#define CLIENT_VERSION_MAJOR 0
|
||||||
#define CLIENT_VERSION_MINOR 12
|
#define CLIENT_VERSION_MINOR 12
|
||||||
#define CLIENT_VERSION_REVISION 0
|
#define CLIENT_VERSION_REVISION 0
|
||||||
#define CLIENT_VERSION_BUILD 35
|
#define CLIENT_VERSION_BUILD 36
|
||||||
|
|
||||||
//! Set to true for release, false for prerelease or test build
|
//! Set to true for release, false for prerelease or test build
|
||||||
#define CLIENT_VERSION_IS_RELEASE true
|
#define CLIENT_VERSION_IS_RELEASE true
|
||||||
|
Loading…
Reference in New Issue
Block a user