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

get fallback post running successfully! #1394

Merged
merged 1 commit into from
Mar 11, 2020

Conversation

whyrusleeping
Copy link
Member

No description provided.

@@ -143,7 +143,7 @@ func SetupStorageMiners(ctx context.Context, cs *store.ChainStore, sroot cid.Cid
return cid.Undef, err
}
params := &power.EnrollCronEventParams{
EventEpoch: miner.ProvingPeriod,
EventEpoch: miner.ProvingPeriod + power.WindowedPostChallengeDuration,
Copy link
Contributor

Choose a reason for hiding this comment

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

For correctness this should of probably been st.PoStState.ProvingPeriodStart to start with. Not an issue until someone resolves the TODO above about randomizing genesis miners.

@whyrusleeping whyrusleeping merged commit fd96772 into testnet/3 Mar 11, 2020
Kubuxu pushed a commit that referenced this pull request May 12, 2020
@Kubuxu Kubuxu deleted the fix/fallbackpost-finally branch May 13, 2020 20:50
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.

None yet

2 participants