Update gen

This commit is contained in:
Łukasz Magiera 2021-05-17 20:56:28 +02:00
parent 6278bdc69a
commit 578bef4f83
5 changed files with 8 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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

View File

@ -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",