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

build: backport changes to release/v1.30.0 branch #12663

Merged
merged 10 commits into from
Nov 6, 2024
Prev Previous commit
Next Next commit
chore: change F3BootstrapEpoch to -1 (#12673)
chore: change F3BootstrapEpoch to -1
  • Loading branch information
rjan90 committed Nov 6, 2024
commit d4779198fe1abeb2b7cf5001b2201bb02c6db4cb
4 changes: 1 addition & 3 deletions build/buildconstants/params_mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,4 @@ var F3ManifestServerID = MustParseID("12D3KooWENMwUF9YxvQxar7uBWJtZkA6amvK4xWmKX
var F3InitialPowerTableCID = cid.Undef

const F3Enabled = true

// 2024-12-04T23:00:00Z
const F3BootstrapEpoch abi.ChainEpoch = 4501560
const F3BootstrapEpoch abi.ChainEpoch = -1
Loading