Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: chain: light-weight patch to fix calibrationnet again by removing move_partitions from built-in actors #11409

Merged
merged 13 commits into from
Nov 15, 2023
Merged
5 changes: 2 additions & 3 deletions build/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ const UpgradeWatermelonHeight = 1013134
// 2023-11-07T13:00:00Z
const UpgradeWatermelonFixHeight = 1070494

// 2023-11-07T13:00:00Z
// TODO INSERT VALUE HERE ONCE DECIDED
const UpgradeWatermelonFix2Height = -1
// 2023-11-21T13:00:00Z
const UpgradeWatermelonFix2Height = 1108174
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


var SupportedProofTypes = []abi.RegisteredSealProof{
abi.RegisteredSealProof_StackedDrg32GiBV1,
Expand Down