Skip to content

Commit

Permalink
chore: set calibration epoch and F3-activation (#12573)
Browse files Browse the repository at this point in the history
chore: set calibration epoch and F3-activation
  • Loading branch information
rjan90 committed Oct 14, 2024
1 parent 1424f90 commit daedad3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build/buildconstants/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ const UpgradeCalibrationDragonFixHeight = 1493854
// 2024-07-11T12:00:00Z
const UpgradeWaffleHeight = 1779094

// ??????
const UpgradeTuktukHeight = 999999999999999
// 2024-10-23T13:30:00Z
const UpgradeTuktukHeight = 2078794

// FIP-0081: for the power actor state for pledge calculations.
// UpgradeTuktukPowerRampDurationEpochs ends up in the power actor state after
Expand Down Expand Up @@ -162,7 +162,8 @@ var F3ManifestServerID = MustParseID("12D3KooWS9vD9uwm8u2uPyJV32QBAhKAmPYwmziAgr
// The initial F3 power table CID.
var F3InitialPowerTableCID cid.Cid = cid.Undef

const F3BootstrapEpoch abi.ChainEpoch = UpgradeWaffleHeight + 100
// Calibnet F3 activation epoch is 2024-10-24T13:30:00Z - Epoch 2081674
const F3BootstrapEpoch abi.ChainEpoch = UpgradeTuktukHeight + 2880

// F3Consensus set whether F3 should checkpoint tipsets finalized by F3. This
// flag has no effect if F3 is not enabled.
Expand Down

0 comments on commit daedad3

Please sign in to comment.