add nv20 upgrade heights for the sake of tests.
This commit is contained in:
@@ -74,7 +74,7 @@ const UpgradeSharkHeight = 16800 // 6 days after genesis
|
||||
const UpgradeHyggeHeight = math.MaxInt64
|
||||
|
||||
// dummy
|
||||
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(math.MaxInt64)
|
||||
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(math.MaxInt64 - 1)
|
||||
|
||||
// dummy
|
||||
var UpgradeHyperspaceNV20Height = abi.ChainEpoch(math.MaxInt64)
|
||||
|
||||
@@ -53,9 +53,9 @@ var UpgradeSkyrHeight = abi.ChainEpoch(-19)
|
||||
|
||||
const UpgradeSharkHeight = abi.ChainEpoch(-20)
|
||||
|
||||
const UpgradeHyggeHeight = abi.ChainEpoch(99999999999999)
|
||||
const UpgradeHyggeHeight = abi.ChainEpoch(math.MaxInt64 - 2)
|
||||
|
||||
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(99999999999999)
|
||||
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(math.MaxInt64 - 1)
|
||||
|
||||
var UpgradeHyperspaceNV20Height = abi.ChainEpoch(math.MaxInt64)
|
||||
|
||||
|
||||
@@ -87,10 +87,10 @@ const UpgradeSkyrHeight = 1960320
|
||||
const UpgradeSharkHeight = 2383680
|
||||
|
||||
// ??????????????
|
||||
var UpgradeHyggeHeight = abi.ChainEpoch(math.MaxInt64 - 1)
|
||||
var UpgradeHyggeHeight = abi.ChainEpoch(math.MaxInt64 - 2)
|
||||
|
||||
// ??????????????
|
||||
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(math.MaxInt64)
|
||||
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(math.MaxInt64 - 1)
|
||||
|
||||
// dummy
|
||||
var UpgradeHyperspaceNV20Height = abi.ChainEpoch(math.MaxInt64)
|
||||
|
||||
Reference in New Issue
Block a user