Update gen
This commit is contained in:
parent
6278bdc69a
commit
578bef4f83
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -197,6 +197,10 @@ func GetDefaultSectorSize() abi.SectorSize {
|
||||
return szs[0]
|
||||
}
|
||||
|
||||
func GetDefaultAggregationProof() abi.RegisteredAggregationProof {
|
||||
return abi.RegisteredAggregationProof_SnarkPackV1
|
||||
}
|
||||
|
||||
func GetSectorMaxLifetime(proof abi.RegisteredSealProof, nwVer network.Version) abi.ChainEpoch {
|
||||
if nwVer <= network.Version10 {
|
||||
return builtin{{.latestVersion}}.SealProofPoliciesV0[proof].SectorMaxLifetime
|
||||
|
@ -281,8 +281,7 @@
|
||||
"ConfirmUpdateWorkerKey",
|
||||
"RepayDebt",
|
||||
"ChangeOwnerAddress",
|
||||
"DisputeWindowedPoSt",
|
||||
"ProveCommitAggregate"
|
||||
"DisputeWindowedPoSt"
|
||||
],
|
||||
"fil/3/storagepower": [
|
||||
"Send",
|
||||
@ -490,7 +489,9 @@
|
||||
"ConfirmUpdateWorkerKey",
|
||||
"RepayDebt",
|
||||
"ChangeOwnerAddress",
|
||||
"DisputeWindowedPoSt"
|
||||
"DisputeWindowedPoSt",
|
||||
"PreCommitSectorBatch",
|
||||
"ProveCommitAggregate"
|
||||
],
|
||||
"fil/5/storagepower": [
|
||||
"Send",
|
||||
|
Loading…
Reference in New Issue
Block a user