Skip to content

Commit 36b1aa3

Browse files
authored
chore: disable F3 manifest autofusing on butterflynet for testing purposes (#12895)
Disable F3 manifest autofusing on butterflynet for testing purposes To be able to test F3 on butterflynet without having to build a bespoke image of lotus or reset the butterflynet change the F3 bootstrap epoch to -1. This disables the autofusing of static manifest.
1 parent 3dd0eb5 commit 36b1aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/buildconstants/params_butterfly.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ var F3ManifestServerID = MustParseID("12D3KooWJr9jy4ngtJNR7JC1xgLFra3DjEtyxskRYW
108108
// The initial F3 power table CID.
109109
var F3InitialPowerTableCID cid.Cid = cid.Undef
110110

111-
const F3BootstrapEpoch abi.ChainEpoch = 1000
111+
const F3BootstrapEpoch abi.ChainEpoch = -1

0 commit comments

Comments
 (0)