From 1501726aa8127732964f320c7656f282ea2c3bd5 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Thu, 30 May 2019 15:54:17 +0300 Subject: [PATCH 1/2] HF14 block and date --- src/cryptonote_core/blockchain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index 77b4baf72..d5ae733ed 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -123,8 +123,8 @@ static const struct { { 12, 299200, 0, 1551934800 }, // hf 13 - RTA transactions, RTA mining, ~2019-03-20T14:00:00+00 { 13, 308460, 0, 1553090400 }, - // hf 14 Bullet proof - { 14, 500000, 0, 1560000000 }, + // hf 14 Bullet proof, ~2019-06-06T15:00:00+00 + { 14, 364590, 0, 1559833200 }, }; // static const uint64_t mainnet_hard_fork_version_1_till = 1009826; static const uint64_t mainnet_hard_fork_version_1_till = 1; From 589235e6deb50f4818df54a7810a22ccf437ffe4 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Thu, 30 May 2019 15:54:38 +0300 Subject: [PATCH 2/2] Release 1.8.0 version --- src/version.cpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.cpp.in b/src/version.cpp.in index 69773c260..e91f2d662 100644 --- a/src/version.cpp.in +++ b/src/version.cpp.in @@ -1,5 +1,5 @@ #define DEF_GRAFT_VERSION_TAG "@VERSIONTAG@" -#define DEF_GRAFT_VERSION "1.8.0-rc" +#define DEF_GRAFT_VERSION "1.8.0" #define DEF_GRAFT_RELEASE_NAME "Vela Pulsar" #define DEF_GRAFT_VERSION_FULL DEF_GRAFT_VERSION "-" DEF_GRAFT_VERSION_TAG