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

consensus/ethash: relax requirements when determining future-blocks #15629

Merged
merged 1 commit into from
Dec 14, 2017

Conversation

holiman
Copy link
Contributor

@holiman holiman commented Dec 8, 2017

This PR relaxes the requirements a bit when we consider whether a block is valid, or a 'future'-block. A block considered in the future is temporarily invalid, and will not be imported until after a while.

This PR allows up to 15 seconds of 'drift', to account for clock differences.

@holiman holiman requested review from fjl and karalabe December 8, 2017 09:08
@karalabe karalabe added this to the 1.8.0 milestone Dec 14, 2017
@karalabe karalabe merged commit 5129ef2 into ethereum:master Dec 14, 2017
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