Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Minor repairs to clique block scheduling #308

Merged
merged 2 commits into from
Nov 25, 2018

Conversation

rain-on
Copy link
Contributor

@rain-on rain-on commented Nov 25, 2018

Clique was using integer arithmetic to calculate how much "wiggle"
delay should be added when the proposer is "out of turn".
This would mean when an odd number of validators was in use, the
max delay would be 250ms less than the expected value.

Clique was using integer arithmetic to calculate how much "wiggle"
delay should be added when the proposer is "out of turn".
This would mean when an odd number of validators was in use, the
max delay would be 250ms less than the expected value.
@rain-on rain-on requested a review from ajsutton November 25, 2018 10:51
Copy link
Contributor

@ajsutton ajsutton left a comment

Choose a reason for hiding this comment

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

LGTM.

@rain-on rain-on merged commit 7845494 into PegaSysEng:master Nov 25, 2018
rain-on added a commit to rain-on/pantheon that referenced this pull request Nov 25, 2018
Clique was using integer arithmetic to calculate how much "wiggle"
delay should be added when the proposer is "out of turn".
This would mean when an odd number of validators was in use, the
max delay would be 250ms less than the expected value.
@rain-on rain-on deleted the clique_fix branch January 16, 2019 21:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants