Skip to content

Commit 7ec823b

Browse files
committed
Release 0.13.3.1 "Ivan"
1 parent fbd3841 commit 7ec823b

File tree

5 files changed

+19
-16
lines changed

5 files changed

+19
-16
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
44
define(_CLIENT_VERSION_MINOR, 13)
55
define(_CLIENT_VERSION_REVISION, 3)
6-
define(_CLIENT_VERSION_BUILD, 0)
6+
define(_CLIENT_VERSION_BUILD, 1)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2021)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PROJECT_NAME = "DMS Core"
4141
# could be handy for archiving the generated documentation or if some version
4242
# control system is used.
4343

44-
PROJECT_NUMBER = 0.13.3.0
44+
PROJECT_NUMBER = 0.13.3.1
4545

4646
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4747
# for a project that appears at the top of each page and should give viewer a

doc/release-notes/dms/release-notes-0.13.3.0.md renamed to doc/release-notes/dms/release-notes-0.13.3.1.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
DMS Core version 0.13.3.0 "Ivan", 20 March 2021
1+
DMS Core version 0.13.3.1 "Ivan", 4 May 2021
22
======================================
33

44
Release is available from:
55

6-
<https://github.com/Krekeler/documentchain/releases/tag/v0.13.3.0>
6+
<https://github.com/Krekeler/documentchain/releases/tag/v0.13.3.1>
77

88
## Most important changes
99
* DIP0002 - Special Transactions
1010
* DIP0003 - Deterministic Masternode List
1111
* DIP0004 - Simplified Verification of Deterministic Masternode Lists
12+
* BIP68, BIP112, and BIP113 (CSV)
13+
* Information and notes page on main form
1214

1315
## New code base
1416

15-
DMS Core was newly forked from Dash Core 0.13.3.
17+
DMS Core was newly forked from Dash Core 0.13.3
1618
See Dash release notes for more news:
1719

1820
* [0.13.0](../dash/release-notes-0.13.0.md)

src/chainparams.cpp

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ class CMainParams : public CChainParams {
228228
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nStartTime = 1622505600; // Jun 1th, 2021
229229
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nTimeout = 1654041600; // Jun 1th, 2022
230230

231-
232231
// Deployment of DIP0001, Documentchain: active since block 143481
233232
consensus.vDeployments[Consensus::DEPLOYMENT_DIP0001].bit = 1;
234233
consensus.vDeployments[Consensus::DEPLOYMENT_DIP0001].nStartTime = 1589536800; // May 15th, 2020
@@ -251,10 +250,10 @@ class CMainParams : public CChainParams {
251250
consensus.vDeployments[Consensus::DEPLOYMENT_DIP0003].nThreshold = 320; // 80% of 400
252251

253252
// The best chain should have at least this much work.
254-
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000000000004fb67187c74"); // = 5.477.812.960.372 total work, block 212723
253+
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000000000562b792bb20"); // = 5.921.544.780.576 total work, block 222876
255254

256255
// By default assume that the signatures in ancestors of this block are valid.
257-
consensus.defaultAssumeValid = uint256S("0x0000000540497ce3a503d7f546f5faafe4c28e0e7a15cd81074416428b57a114"); // 212723
256+
consensus.defaultAssumeValid = uint256S("0x00000003bd8ad5f5f5373342f9c2fddfb33f9e0344eb743521631875b596a20a"); // 222876
258257

259258
/**
260259
* The message start string is designed to be unlikely to occur in normal data.
@@ -353,11 +352,12 @@ class CMainParams : public CChainParams {
353352
(189933, uint256S("0x000000019cf3a28ce96ad31a446d0fe3fe796f80d1df0e315805daf8ec671b4e")) // 2020-Dec-08
354353
(199995, uint256S("0x00000009b7ca8806f82b23aa8464967c4f60134941208daa69c320a0c4e98be8")) // 2021-Jan-21
355354
(212723, uint256S("0x0000000540497ce3a503d7f546f5faafe4c28e0e7a15cd81074416428b57a114")) // 2021-Mar-18
355+
(222876, uint256S("0x00000003bd8ad5f5f5373342f9c2fddfb33f9e0344eb743521631875b596a20a")) // 2021-May-01
356356
};
357357

358358
chainTxData = ChainTxData{
359-
1616057716, // * UNIX timestamp of last known number of transactions
360-
367264, // * total number of transactions between genesis and that timestamp
359+
1619902162, // * UNIX timestamp of last known number of transactions
360+
387457, // * total number of transactions between genesis and that timestamp
361361
// (the tx=... number in the UpdateTip debug.log lines)
362362
0.04 // * estimated number of transactions per second after that timestamp
363363
};
@@ -431,10 +431,10 @@ class CTestNetParams : public CChainParams {
431431
consensus.vDeployments[Consensus::DEPLOYMENT_DIP0003].nThreshold = 7; // 70% of 10
432432

433433
// The best chain should have at least this much work.
434-
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000000000000b72cd691"); // = 3.073.169.041, block 218465
434+
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000000000000c242844f"); // = 3.259.139.151, block 228638
435435

436436
// By default assume that the signatures in ancestors of this block are valid.
437-
consensus.defaultAssumeValid = uint256S("0x00023a8e78286941126db6a05eaeaff77a1ee208155c477767cc2cb34e51313b"); // 218465
437+
consensus.defaultAssumeValid = uint256S("0x0000330efa75e85c976bfd15e54b842ad4a2a3d28c8405c7b3be7c410d7cd15e"); // 228638 (after llmq modification)
438438

439439
pchMessageStart[0] = 0xce; // same as Dash Testnet
440440
pchMessageStart[1] = 0x44; // D
@@ -524,10 +524,11 @@ class CTestNetParams : public CChainParams {
524524
(200002, uint256S("0x0000b3570deee849c7201145ac12d3680999f57d3ab48b8411c4d04bafbef30d")) // 2020-Dec-20
525525
(208992, uint256S("0x000210a9ce41a4f2c6e251b8c1ab76bd9bc31fac1f96b579db19eee033356eab")) // 2021-Feb-01
526526
(218465, uint256S("0x00023a8e78286941126db6a05eaeaff77a1ee208155c477767cc2cb34e51313b")) // 2021-Mar-17
527+
(228638, uint256S("0x0000330efa75e85c976bfd15e54b842ad4a2a3d28c8405c7b3be7c410d7cd15e")) // 2021-May-03 (after llmq modification)
527528
};
528529
chainTxData = ChainTxData{
529-
1615998010, // * UNIX timestamp of last known number of transactions
530-
222062, // * total number of transactions between genesis and that timestamp
530+
1620038328, // * UNIX timestamp of last known number of transactions
531+
237402, // * total number of transactions between genesis and that timestamp
531532
// (the tx=... number in the UpdateTip debug.log lines)
532533
0.005 // * estimated number of transactions per second after that timestamp
533534
};

src/clientversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define CLIENT_VERSION_MAJOR 0
1919
#define CLIENT_VERSION_MINOR 13
2020
#define CLIENT_VERSION_REVISION 3
21-
#define CLIENT_VERSION_BUILD 0
21+
#define CLIENT_VERSION_BUILD 1
2222

2323
//! Set to true for release, false for prerelease or test build
2424
#define CLIENT_VERSION_IS_RELEASE true
@@ -41,7 +41,7 @@
4141
6. Faythe 0.12.14 29 Nov 2019
4242
7. Grace 0.12.15 17 Apr 2020
4343
8. Heidi 0.12.16 8 Oct 2020
44-
9. Ivan 0.13.3 20 Mar 2021
44+
9. Ivan 0.13.3 3 May 2021
4545
*/
4646
#define RELEASE_CODE_NAME "Ivan"
4747

0 commit comments

Comments
 (0)