Skip to content

Commit

Permalink
chore: set nv24 upgrade epochs (#12660)
Browse files Browse the repository at this point in the history
- Sets UpgradeTuktukHeight to epoch 4461240
- Sets F3BootstrapEpoch to epoch 4501560
  • Loading branch information
rjan90 authored Oct 31, 2024
1 parent 04d31d3 commit d388bdf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build/buildconstants/params_mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ const UpgradePhoenixHeight abi.ChainEpoch = UpgradeDragonHeight + 120
// 2024-08-06T12:00:00Z
const UpgradeWaffleHeight abi.ChainEpoch = 4154640

// ??????
var UpgradeTuktukHeight = abi.ChainEpoch(9999999999)
// 2024-11-20T23:00:00Z
var UpgradeTuktukHeight = abi.ChainEpoch(4461240)

// FIP-0081: for the power actor state for pledge calculations.
// UpgradeTuktukPowerRampDurationEpochs ends up in the power actor state after
Expand Down Expand Up @@ -188,4 +188,6 @@ var F3ManifestServerID = MustParseID("12D3KooWENMwUF9YxvQxar7uBWJtZkA6amvK4xWmKX
var F3InitialPowerTableCID = cid.Undef

const F3Enabled = true
const F3BootstrapEpoch abi.ChainEpoch = -1

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

0 comments on commit d388bdf

Please sign in to comment.