|
|
@ -16,8 +16,8 @@ var StressNetSchedule stressnetSchedule |
|
|
|
type stressnetSchedule struct{} |
|
|
|
type stressnetSchedule struct{} |
|
|
|
|
|
|
|
|
|
|
|
const ( |
|
|
|
const ( |
|
|
|
// 10 minutes per epoch (at 8s/block)
|
|
|
|
// ~64 sec epochs for P1 of open staking
|
|
|
|
stressnetBlocksPerEpoch = 75 |
|
|
|
stressnetBlocksPerEpoch = 8 |
|
|
|
|
|
|
|
|
|
|
|
stressnetVdfDifficulty = 10000 // This takes about 20s to finish the vdf
|
|
|
|
stressnetVdfDifficulty = 10000 // This takes about 20s to finish the vdf
|
|
|
|
|
|
|
|
|
|
|
|