Revert build params to devnet

This commit is contained in:
Łukasz Magiera 2019-09-27 14:37:25 +02:00
parent ba0559ae58
commit 636c978054

View File

@ -28,7 +28,7 @@ const MaxVouchersPerDeal = 768 // roughly one voucher per 10h over a year
// Consensus / Network
// Seconds
const BlockDelay = 4
const BlockDelay = 6
// Seconds
const AllowableClockDrift = BlockDelay * 2
@ -43,10 +43,10 @@ const ForkLengthThreshold = 20
const RandomnessLookback = 20
// Blocks
const ProvingPeriodDuration = 10
const ProvingPeriodDuration = 40
// Blocks
const PoSTChallangeTime = 5
const PoSTChallangeTime = 20
const PowerCollateralProportion = 20
const PerCapitaCollateralProportion = 5