|
|
@ -271,7 +271,8 @@ var ( |
|
|
|
SlotsLimitedEpoch: EpochTBD, // epoch to enable HIP-16
|
|
|
|
SlotsLimitedEpoch: EpochTBD, // epoch to enable HIP-16
|
|
|
|
CrossShardXferPrecompileEpoch: big.NewInt(1), |
|
|
|
CrossShardXferPrecompileEpoch: big.NewInt(1), |
|
|
|
AllowlistEpoch: EpochTBD, |
|
|
|
AllowlistEpoch: EpochTBD, |
|
|
|
LeaderRotationEpoch: big.NewInt(1), |
|
|
|
LeaderRotationEpoch: big.NewInt(4), |
|
|
|
|
|
|
|
LeaderRotationBlocksCount: 5, |
|
|
|
TesnetNinetyPercentEpoch: EpochTBD, |
|
|
|
TesnetNinetyPercentEpoch: EpochTBD, |
|
|
|
FeeCollectEpoch: big.NewInt(5), |
|
|
|
FeeCollectEpoch: big.NewInt(5), |
|
|
|
LeaderRotationEpoch: EpochTBD, |
|
|
|
LeaderRotationEpoch: EpochTBD, |
|
|
@ -318,6 +319,7 @@ var ( |
|
|
|
big.NewInt(1), // LeaderRotationEpoch
|
|
|
|
big.NewInt(1), // LeaderRotationEpoch
|
|
|
|
64, // LeaderRotationBlocksCount
|
|
|
|
64, // LeaderRotationBlocksCount
|
|
|
|
big.NewInt(1), // LeaderRotationEpoch
|
|
|
|
big.NewInt(1), // LeaderRotationEpoch
|
|
|
|
|
|
|
|
64, // LeaderRotationBlocksCount
|
|
|
|
big.NewInt(0), // FeeCollectEpoch
|
|
|
|
big.NewInt(0), // FeeCollectEpoch
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -358,8 +360,9 @@ var ( |
|
|
|
big.NewInt(0), // SlotsLimitedEpoch
|
|
|
|
big.NewInt(0), // SlotsLimitedEpoch
|
|
|
|
big.NewInt(1), // CrossShardXferPrecompileEpoch
|
|
|
|
big.NewInt(1), // CrossShardXferPrecompileEpoch
|
|
|
|
big.NewInt(0), // AllowlistEpoch
|
|
|
|
big.NewInt(0), // AllowlistEpoch
|
|
|
|
big.NewInt(1), // LeaderRotationEpoch
|
|
|
|
|
|
|
|
64, // LeaderRotationBlocksCount
|
|
|
|
big.NewInt(1), // LeaderRotationEpoch
|
|
|
|
|
|
|
|
64, // LeaderRotationBlocksCount
|
|
|
|
big.NewInt(0), // FeeCollectEpoch
|
|
|
|
big.NewInt(0), // FeeCollectEpoch
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|