650a31b050
events adapter implement StateWaitMsg and StateComputeDataCommitment implement StateGetSectorPreCommitOnChainInfo implement ChainHead and SendMsg implement remaining methods
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
|