Skip to content

Commit

Permalink
Release 0.13.4.0 "Judy"
Browse files Browse the repository at this point in the history
  • Loading branch information
Krekeler committed Jan 31, 2022
1 parent f26c551 commit 15e0cd0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 13)
define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_REVISION, 4)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2021)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Documentchain]])
AC_INIT([DMS Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/Krekeler/documentchain/issues],[dmscore],[https://documentchain.org/])
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ PROJECT_NAME = "DMS Core"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.13.3.1
PROJECT_NUMBER = 0.13.4.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
16 changes: 10 additions & 6 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@ class CMainParams : public CChainParams {
consensus.vDeployments[Consensus::DEPLOYMENT_DIP0003].nThreshold = 320; // 80% of 400

// The best chain should have at least this much work.
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000000000562b792bb20"); // = 5.921.544.780.576 total work, block 222876
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000000000720808c67fa"); // = 7.836.177.033.210 total work, block 285118

// By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0x00000003bd8ad5f5f5373342f9c2fddfb33f9e0344eb743521631875b596a20a"); // 222876
consensus.defaultAssumeValid = uint256S("0x0000001b4cbf188954151f43361764800381552de60a74a5b016c4a7271ded5d"); // 285118

/**
* The message start string is designed to be unlikely to occur in normal data.
Expand Down Expand Up @@ -347,7 +347,6 @@ class CMainParams : public CChainParams {
(110034, uint256S("0x00000025fcd0421225ea0c8d5874b3040a81618c609f2419bce9d339a96faee7")) // 2019-Dec-24
(120004, uint256S("0x00000031fd82d41fa6fda29a405a55162304822be9b03beed79e47f25d3f3296")) // 2020-Feb-06
(127991, uint256S("0x00000042ec60e4badf5e3288b1dbb8da2a27af4b88b6ec299e7149586784ccfd")) // 2020-Mar-12
(135808, uint256S("0x00000025868ef0958009ba542ded2faf5242cd835445ca6c5556eff5a19161ab")) // 2020-Apr-15
(144997, uint256S("0x00000074c2b1520d116c447d2cf6170951642fc50487b300074d76952fc20a4d")) // 2020-May-25
(154972, uint256S("0x00000053c7c6c55129d6e9c9477ddcdbd351847d748ff77eff13dbc44bde58d4")) // 2020-Jul-08
(165993, uint256S("0x000000391480ecb91edb3bc72ed1a206c6640c7c8927c244536e0bc90c43b51f")) // 2020-Aug-25
Expand All @@ -356,11 +355,16 @@ class CMainParams : public CChainParams {
(199995, uint256S("0x00000009b7ca8806f82b23aa8464967c4f60134941208daa69c320a0c4e98be8")) // 2021-Jan-21
(212723, uint256S("0x0000000540497ce3a503d7f546f5faafe4c28e0e7a15cd81074416428b57a114")) // 2021-Mar-18
(222876, uint256S("0x00000003bd8ad5f5f5373342f9c2fddfb33f9e0344eb743521631875b596a20a")) // 2021-May-01
(236899, uint256S("0x00000049f886a539748a185696c18f8b42ca5645ab1d38d86b4695a5ef89ea16")) // 2021-Jul-02
(251046, uint256S("0x0000006d7b2de3403a029df4937a711095cdc3e7831ae197333ee5f8480c7c46")) // 2021-Sep-02
(265970, uint256S("0x0000001370514a152d9e855af18e3fbe6f4f0868082238ceedb185fe6d2d4e31")) // 2021-Nov-06
(276994, uint256S("0x0000000b88c21fb493e6664d425eb4edfa64e1c24bf9e8cde1383eb714ab54f6")) // 2021-Dec-25
(285118, uint256S("0x0000001b4cbf188954151f43361764800381552de60a74a5b016c4a7271ded5d")) // 2022-Jan-29
};

chainTxData = ChainTxData{
1619902162, // * UNIX timestamp of last known number of transactions
387457, // * total number of transactions between genesis and that timestamp
1643467912, // * UNIX timestamp of last known number of transactions
515736, // * total number of transactions between genesis and that timestamp
// (the tx=... number in the UpdateTip debug.log lines)
0.04 // * estimated number of transactions per second after that timestamp
};
Expand Down Expand Up @@ -515,7 +519,7 @@ class CTestNetParams : public CChainParams {
1642072314, // * UNIX timestamp of last known number of transactions
815, // * total number of transactions between genesis and that timestamp
// (the tx=... number in the UpdateTip debug.log lines)
0.005 // * estimated number of transactions per second after that timestamp
0.02 // * estimated number of transactions per second after that timestamp
};
}
};
Expand Down
11 changes: 6 additions & 5 deletions src/clientversion.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2018-2021 The Documentchain developers
// Copyright (c) 2018-2022 The Documentchain developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand All @@ -17,8 +17,8 @@
//! These need to be macros, as clientversion.cpp's and dms*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 13
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 1
#define CLIENT_VERSION_REVISION 4
#define CLIENT_VERSION_BUILD 0

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand All @@ -27,7 +27,7 @@
* Copyright year (2009-this)
* Todo: update this when changing our copyright comments in the source
*/
#define COPYRIGHT_YEAR 2021
#define COPYRIGHT_YEAR 2022

#endif //HAVE_CONFIG_H

Expand All @@ -42,8 +42,9 @@
7. Grace 0.12.15 17 Apr 2020
8. Heidi 0.12.16 8 Oct 2020
9. Ivan 0.13.3 3 May 2021
10 Judy 0.13.4 1 Feb 2022
*/
#define RELEASE_CODE_NAME "Ivan"
#define RELEASE_CODE_NAME "Judy"

/**
* Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down
3 changes: 2 additions & 1 deletion src/rpc/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ UniValue getinfo(const JSONRPCRequest& request)
**/
UniValue devgetinfo(const JSONRPCRequest& request)
{
return "no comment";
//return "my dev comment";
return FormatVersion(CLIENT_VERSION) + " release";
}

UniValue debug(const JSONRPCRequest& request)
Expand Down

0 comments on commit 15e0cd0

Please sign in to comment.