add monotonic transition to kovan (#5587) (#5630)

This commit is contained in:
keorn
2017-05-16 12:06:12 +02:00
committed by Arkadiy Paronyan
parent 6cce5c8c9e
commit 0a5c6a9ac7
3 changed files with 16 additions and 5 deletions

View File

@@ -46,6 +46,9 @@ pub struct AuthorityRoundParams {
/// See main AuthorityRoundParams docs.
#[serde(rename="eip155Transition")]
pub eip155_transition: Option<Uint>,
/// Block from which monotonic steps start.
#[serde(rename="validateStepTransition")]
pub validate_step_transition: Option<Uint>,
}
/// Authority engine deserialization.
@@ -71,7 +74,8 @@ mod tests {
},
"blockReward": "0x50",
"startStep" : 24,
"eip155Transition": "0x42"
"eip155Transition": "0x42",
"validateStepTransition": 150
}
}"#;