Strict validation transitions (#4988)
* ability to make validation stricter * fix consensus * remove logger
This commit is contained in:
@@ -40,6 +40,9 @@ pub struct AuthorityRoundParams {
|
||||
/// To be used for testing only.
|
||||
#[serde(rename="startStep")]
|
||||
pub start_step: Option<Uint>,
|
||||
/// Block at which score validation should start.
|
||||
#[serde(rename="validateScoreTransition")]
|
||||
pub validate_score_transition: Option<Uint>,
|
||||
}
|
||||
|
||||
/// Authority engine deserialization.
|
||||
|
||||
Reference in New Issue
Block a user