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

do post earlier in tricky way #3828

Closed
wants to merge 1 commit into from
Closed

Conversation

leviok
Copy link
Contributor

@leviok leviok commented Sep 14, 2020

related issue #3829

@whyrusleeping
Copy link
Member

@leviok Thanks for pushing on this! I believe that this is safe enough to do, we can start the post as soon as we have the DRAND randomness, because that cannot change, and by the time we finish it, the chain randomness epoch will be stable enough. Even if theres a reorg, we don't have to recompute the post itself.

👍

@dirkmc
Copy link
Contributor

dirkmc commented Sep 15, 2020

FYI I'm looking at making some of these same changes here #3833:

  • Start generating proof at deadline Challenge
  • Submit proof at deadline Open + confidence
  • If the chain gets reorged, don't abandon the proof

@magik6k
Copy link
Contributor

magik6k commented Sep 30, 2020

Thanks for the PR!

This was addressed is #3924

@magik6k magik6k closed this Sep 30, 2020
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.

4 participants