From 28ef9d9667ae606a2285932948193fdf60697f35 Mon Sep 17 00:00:00 2001 From: Mo Lin Date: Thu, 15 Oct 2020 14:24:58 +0800 Subject: [PATCH] update mainnet mars hard-fork point. --- VERSION | 2 +- params/version.go | 8 ++++---- pos/posconfig/config.go | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 7a1ddcf04..24db2a875 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -2.1.6-beta.4 +2.1.6 diff --git a/params/version.go b/params/version.go index de26ab177..40e7198f3 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 2 // Major version component of the current release - VersionMinor = 1 // Minor version component of the current release - VersionPatch = 6 // Patch version component of the current release - VersionMeta = "beta.4" // Version metadata to append to the version string + VersionMajor = 2 // Major version component of the current release + VersionMinor = 1 // Minor version component of the current release + VersionPatch = 6 // Patch version component of the current release + VersionMeta = "" // Version metadata to append to the version string ) // Version holds the textual version string. diff --git a/pos/posconfig/config.go b/pos/posconfig/config.go index b55da737f..e88483ccb 100644 --- a/pos/posconfig/config.go +++ b/pos/posconfig/config.go @@ -104,7 +104,7 @@ const ( MainnetMercuryEpochId = 18250 //2019.12.20 TestnetMercuryEpochId = 18246 //2019.12.16 - MainnetVenusEpochId = 11112222 + MainnetVenusEpochId = 18557 TestnetVenusEpochId = 18369 MainnetMarsEpochId = MainnetVenusEpochId