14 lines
224 B
Go
14 lines
224 B
Go
|
package sealing
|
||
|
|
||
|
// Epochs
|
||
|
const Finality = 500
|
||
|
|
||
|
// Epochs
|
||
|
const SealRandomnessLookback = Finality
|
||
|
|
||
|
// Epochs
|
||
|
const SealRandomnessLookbackLimit = SealRandomnessLookback + 2000
|
||
|
|
||
|
// Epochs
|
||
|
const InteractivePoRepConfidence = 6
|