Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Calibrate step before rejection #4800

Merged
merged 4 commits into from
Mar 8, 2017
Merged

Calibrate step before rejection #4800

merged 4 commits into from
Mar 8, 2017

Conversation

keorn
Copy link

@keorn keorn commented Mar 7, 2017

Closes #4797

@keorn keorn added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. labels Mar 7, 2017
@@ -83,6 +83,8 @@ pub struct AuthorityRound {
client: RwLock<Option<Weak<EngineClient>>>,
signer: EngineSigner,
validators: Box<ValidatorSet + Send + Sync>,
/// Is this Engine just for testing (prevents step calibration).
test: bool,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would be better to name it according to what it does. E.g. disable_step_calibration. Or, even better, invert it and name as calibrate_step

@arkpar arkpar added A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. B0-patch and removed A0-pleasereview 🤓 Pull request needs code review. labels Mar 7, 2017
@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. labels Mar 7, 2017
@gavofyork gavofyork added A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Mar 8, 2017
@gavofyork
Copy link
Contributor

@keorn need resolving.

@keorn keorn added A8-looksgood 🦄 Pull request is reviewed well. and removed A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. labels Mar 8, 2017
@arkpar arkpar merged commit be21671 into master Mar 8, 2017
@arkpar arkpar deleted the calibrate-step branch March 8, 2017 16:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants