Update patricia trie to 0.2.2 (#9525)
* Update patricia trie to 0.2.2 crates. Default dependencies on minor version only. * Putting back ethereum tests to the right commit
This commit is contained in:
		
							parent
							
								
									3c3d2ef2b9
								
							
						
					
					
						commit
						98220442b4
					
				
							
								
								
									
										18
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										18
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -561,7 +561,7 @@ dependencies = [
 | 
			
		||||
 "parity-machine 0.1.0",
 | 
			
		||||
 "parity-snappy 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie-ethereum 0.1.0",
 | 
			
		||||
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
@ -632,7 +632,7 @@ dependencies = [
 | 
			
		||||
 "memorydb 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie-ethereum 0.1.0",
 | 
			
		||||
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "rlp 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
@ -766,7 +766,7 @@ dependencies = [
 | 
			
		||||
 "parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "parity-crypto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie-ethereum 0.1.0",
 | 
			
		||||
 "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "rlp 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
@ -1901,7 +1901,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
@ -2238,7 +2238,7 @@ dependencies = [
 | 
			
		||||
 "parity-updater 1.12.0",
 | 
			
		||||
 "parity-version 2.1.0",
 | 
			
		||||
 "parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "pretty_assertions 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "rlp 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
@ -2417,7 +2417,7 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "patricia-trie"
 | 
			
		||||
version = "0.2.1"
 | 
			
		||||
version = "0.2.2"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
@ -2438,7 +2438,7 @@ dependencies = [
 | 
			
		||||
 "keccak-hasher 0.1.1",
 | 
			
		||||
 "memorydb 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "rlp 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
@ -3723,7 +3723,7 @@ dependencies = [
 | 
			
		||||
 "keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "parity-bytes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "patricia-trie-ethereum 0.1.0",
 | 
			
		||||
 "rlp 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
]
 | 
			
		||||
@ -4070,7 +4070,7 @@ dependencies = [
 | 
			
		||||
"checksum parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d0dec124478845b142f68b446cbee953d14d4b41f1bc0425024417720dce693"
 | 
			
		||||
"checksum parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "69376b761943787ebd5cc85a5bc95958651a22609c5c1c2b65de21786baec72b"
 | 
			
		||||
"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
 | 
			
		||||
"checksum patricia-trie 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fa27fc4a972a03d64e5170d7facd2c84c6ed425b38ce62ad98dcfee2f7845b3b"
 | 
			
		||||
"checksum patricia-trie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "46be3bf26e050bcaac60d0a8373f912a4734bb8bd4bf5ecda66ee997b86bddfc"
 | 
			
		||||
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
 | 
			
		||||
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
 | 
			
		||||
"checksum phf 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "cec29da322b242f4c3098852c77a0ca261c9c01b806cae85a5572a1eb94db9a6"
 | 
			
		||||
 | 
			
		||||
@ -18,7 +18,7 @@ ethcore-bloom-journal = { path = "../util/bloom" }
 | 
			
		||||
parity-bytes = "0.1"
 | 
			
		||||
hashdb = "0.2.1"
 | 
			
		||||
memorydb = "0.2.1"
 | 
			
		||||
patricia-trie = "0.2.1"
 | 
			
		||||
patricia-trie = "0.2"
 | 
			
		||||
patricia-trie-ethereum = { path = "../util/patricia-trie-ethereum" }
 | 
			
		||||
parity-crypto = "0.1"
 | 
			
		||||
error-chain = { version = "0.12", default-features = false }
 | 
			
		||||
 | 
			
		||||
@ -13,7 +13,7 @@ parity-bytes = "0.1"
 | 
			
		||||
ethcore-transaction = { path = "../transaction" }
 | 
			
		||||
ethereum-types = "0.4"
 | 
			
		||||
memorydb = "0.2.1"
 | 
			
		||||
patricia-trie = "0.2.1"
 | 
			
		||||
patricia-trie = "0.2"
 | 
			
		||||
patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" }
 | 
			
		||||
ethcore-network = { path = "../../util/network" }
 | 
			
		||||
ethcore-io = { path = "../../util/io" }
 | 
			
		||||
 | 
			
		||||
@ -26,7 +26,7 @@ heapsize = "0.4"
 | 
			
		||||
keccak-hash = "0.1.2"
 | 
			
		||||
log = "0.4"
 | 
			
		||||
parking_lot = "0.6"
 | 
			
		||||
patricia-trie = "0.2.1"
 | 
			
		||||
patricia-trie = "0.2"
 | 
			
		||||
patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" }
 | 
			
		||||
rand = "0.3"
 | 
			
		||||
rlp = { version = "0.2.4", features = ["ethereum"] }
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
 | 
			
		||||
byteorder = "1.0"
 | 
			
		||||
parity-bytes = "0.1"
 | 
			
		||||
ethereum-types = "0.4"
 | 
			
		||||
patricia-trie = "0.2.1"
 | 
			
		||||
patricia-trie = "0.2"
 | 
			
		||||
patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" }
 | 
			
		||||
log = "0.4"
 | 
			
		||||
common-types = { path = "../types" }
 | 
			
		||||
 | 
			
		||||
@ -58,7 +58,7 @@ keccak-hash = "0.1.2"
 | 
			
		||||
parity-reactor = { path = "../util/reactor" }
 | 
			
		||||
parity-updater = { path = "../updater" }
 | 
			
		||||
parity-version = { path = "../util/version" }
 | 
			
		||||
patricia-trie = "0.2.1"
 | 
			
		||||
patricia-trie = "0.2"
 | 
			
		||||
rlp = { version = "0.2.4", features = ["ethereum"] }
 | 
			
		||||
stats = { path = "../util/stats" }
 | 
			
		||||
vm = { path = "../ethcore/vm" }
 | 
			
		||||
 | 
			
		||||
@ -6,7 +6,7 @@ description = "Merkle-Patricia Trie (Ethereum Style)"
 | 
			
		||||
license = "GPL-3.0"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
patricia-trie = "0.2.1"
 | 
			
		||||
patricia-trie = "0.2"
 | 
			
		||||
keccak-hasher = { version = "0.1.1", path = "../keccak-hasher" }
 | 
			
		||||
hashdb = "0.2"
 | 
			
		||||
rlp = { version = "0.2.4", features = ["ethereum"] }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user