separate semantic_version from util (#6438)

This commit is contained in:
Hawstein
2017-09-02 19:14:21 +08:00
committed by Gav Wood
parent 0b5285c282
commit 2faa28ce9b
11 changed files with 20 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ use evm::Schedule;
use ethjson;
use rlp::{self, UntrustedRlp};
use vm::LastHashes;
use semantic_version::SemanticVersion;
/// Parity tries to round block.gas_limit to multiple of this constant
pub const PARITY_GAS_LIMIT_DETERMINANT: U256 = U256([37, 0, 0, 0]);