-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
8ca0a9f
to
23785fa
Compare
|
||
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{ | ||
0: DrandMainnet, | ||
} | ||
|
||
func init() { | ||
policy.SetMinVerifiedDealSize(abi.NewStoragePower(256)) | ||
policy.SetPreCommitChallengeDelay(abi.ChainEpoch(10)) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
be87b84
to
bf4018c
Compare
build/params_interop.go
Outdated
@@ -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) |
There was a problem hiding this comment.
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)
don't forget to update the PR title according to the pr template once the PR is ready to review! |
ede36ea
to
a645a30
Compare
97ae3c9
to
50319bb
Compare
50319bb
to
02f212a
Compare
027fcd6
to
4edb7dd
Compare
e65c9fc
to
07142bf
Compare
07142bf
to
02a0770
Compare
5s
1s
(discussed 500ms, but lotus doesn't use a duration for some reason).