|
|
|
@ -274,7 +274,7 @@ var ( |
|
|
|
|
LeaderRotationEpoch: big.NewInt(4), |
|
|
|
|
LeaderRotationBlocksCount: 5, |
|
|
|
|
FeeCollectEpoch: big.NewInt(5), |
|
|
|
|
LeaderRotationEpoch: big.NewInt(4), |
|
|
|
|
LeaderRotationEpoch: EpochTBD, |
|
|
|
|
LeaderRotationBlocksCount: 5, |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -357,10 +357,9 @@ var ( |
|
|
|
|
big.NewInt(0), // SlotsLimitedEpoch
|
|
|
|
|
big.NewInt(1), // CrossShardXferPrecompileEpoch
|
|
|
|
|
big.NewInt(0), // AllowlistEpoch
|
|
|
|
|
|
|
|
|
|
big.NewInt(1), // LeaderRotationEpoch
|
|
|
|
|
64, // LeaderRotationBlocksCount
|
|
|
|
|
big.NewInt(0), // FeeCollectEpoch
|
|
|
|
|
big.NewInt(1), // LeaderRotationEpoch
|
|
|
|
|
64, // LeaderRotationBlocksCount
|
|
|
|
|
big.NewInt(0), // FeeCollectEpoch
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// TestRules ...
|
|
|
|
|