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

Update params for interopnet for fvm #8119

Merged
merged 1 commit into from
Mar 25, 2022
Merged

Conversation

travisperson
Copy link
Contributor

@travisperson travisperson commented Feb 16, 2022

  • Sets BlockDelay to 5s
  • Sets PropagationDelay 1s (discussed 500ms, but lotus doesn't use a duration for some reason).
  • Sets Network genesis to network version 14, with an ohsnap upgrade.
  • Support 512MB, 32GB, 64GB sectors.
  • Set InsecurePoStValidation

@travisperson travisperson changed the base branch from master to feat/fvm February 16, 2022 23:44
@travisperson travisperson changed the title Travis/fvm interopnet Update params for interopnet for fvm Feb 16, 2022

var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet,
}

func init() {
policy.SetMinVerifiedDealSize(abi.NewStoragePower(256))
policy.SetPreCommitChallengeDelay(abi.ChainEpoch(10))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do we want to remove these?

Copy link
Contributor

Choose a reason for hiding this comment

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

Nah, leave em in, good for testing

@@ -47,21 +47,24 @@ var UpgradeTurboHeight = abi.ChainEpoch(-15)

var UpgradeHyperdriveHeight = abi.ChainEpoch(-16)
var UpgradeChocolateHeight = abi.ChainEpoch(-17)
var UpgradeOhSnapHeight = abi.ChainEpoch(-18)
var UpgradeOhSnapHeight = abi.ChainEpoch(300)
Copy link
Contributor

Choose a reason for hiding this comment

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

This needs to stay disabled -- the FVM can't support v15 (the SnapDeals upgrade yet)

@jennijuju
Copy link
Member

don't forget to update the PR title according to the pr template once the PR is ready to review!

@arajasek arajasek force-pushed the travis/fvm-interopnet branch from ede36ea to a645a30 Compare February 18, 2022 19:08
@travisperson travisperson force-pushed the travis/fvm-interopnet branch 2 times, most recently from 97ae3c9 to 50319bb Compare February 23, 2022 22:08
@travisperson travisperson force-pushed the travis/fvm-interopnet branch from 50319bb to 02f212a Compare March 1, 2022 19:25
@travisperson travisperson force-pushed the travis/fvm-interopnet branch from 027fcd6 to 4edb7dd Compare March 15, 2022 22:21
Base automatically changed from feat/fvm to master March 16, 2022 19:51
@arajasek arajasek force-pushed the travis/fvm-interopnet branch 3 times, most recently from e65c9fc to 07142bf Compare March 25, 2022 21:02
@arajasek arajasek force-pushed the travis/fvm-interopnet branch from 07142bf to 02a0770 Compare March 25, 2022 21:06
@arajasek arajasek marked this pull request as ready for review March 25, 2022 21:06
@arajasek arajasek requested a review from a team as a code owner March 25, 2022 21:06
@arajasek arajasek enabled auto-merge March 25, 2022 21:06
@arajasek arajasek merged commit b305244 into master Mar 25, 2022
@arajasek arajasek deleted the travis/fvm-interopnet branch March 25, 2022 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants