|
|
|
@ -401,11 +401,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "env_logger"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
version = "0.5.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"termcolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -471,7 +474,7 @@ dependencies = [
|
|
|
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -528,7 +531,7 @@ dependencies = [
|
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"macros 0.1.0",
|
|
|
|
|
"memory-cache 0.1.0",
|
|
|
|
@ -577,7 +580,7 @@ version = "1.12.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -606,7 +609,7 @@ dependencies = [
|
|
|
|
|
"keccak-hasher 0.1.0",
|
|
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memory-cache 0.1.0",
|
|
|
|
|
"memorydb 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
@ -632,9 +635,9 @@ dependencies = [
|
|
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -645,7 +648,7 @@ name = "ethcore-miner"
|
|
|
|
|
version = "1.12.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethash 1.12.0",
|
|
|
|
|
"ethcore-transaction 0.1.0",
|
|
|
|
@ -658,7 +661,7 @@ dependencies = [
|
|
|
|
|
"hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-reactor 0.1.0",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"price-info 1.12.0",
|
|
|
|
@ -702,7 +705,7 @@ dependencies = [
|
|
|
|
|
"ipnetwork 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
@ -740,7 +743,7 @@ dependencies = [
|
|
|
|
|
"fetch 0.1.0",
|
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -778,7 +781,7 @@ dependencies = [
|
|
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -808,7 +811,7 @@ dependencies = [
|
|
|
|
|
"ethcore-sync 1.12.0",
|
|
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"stop-guard 0.1.0",
|
|
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"trace-time 0.1.0",
|
|
|
|
@ -818,14 +821,14 @@ dependencies = [
|
|
|
|
|
name = "ethcore-stratum"
|
|
|
|
|
version = "1.12.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethcore-logger 1.12.0",
|
|
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"jsonrpc-tcp-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -835,7 +838,7 @@ dependencies = [
|
|
|
|
|
name = "ethcore-sync"
|
|
|
|
|
version = "1.12.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethcore 1.12.0",
|
|
|
|
|
"ethcore-io 1.12.0",
|
|
|
|
|
"ethcore-light 1.12.0",
|
|
|
|
@ -853,7 +856,7 @@ dependencies = [
|
|
|
|
|
"keccak-hasher 0.1.0",
|
|
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"macros 0.1.0",
|
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -923,7 +926,7 @@ dependencies = [
|
|
|
|
|
"eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)",
|
|
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mem 0.1.0",
|
|
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -940,7 +943,7 @@ name = "ethkey-cli"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethkey 0.3.0",
|
|
|
|
|
"panic_hook 0.1.0",
|
|
|
|
|
"parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -959,7 +962,7 @@ dependencies = [
|
|
|
|
|
"ethkey 0.3.0",
|
|
|
|
|
"itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parity-wordlist 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1000,7 +1003,7 @@ dependencies = [
|
|
|
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memory-cache 0.1.0",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1169,7 +1172,7 @@ dependencies = [
|
|
|
|
|
"ethkey 0.3.0",
|
|
|
|
|
"hidapi 0.3.1 (git+https://github.com/paritytech/hidapi-rs)",
|
|
|
|
|
"libusb 0.3.0 (git+https://github.com/paritytech/libusb-rs)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"protobuf 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1221,6 +1224,14 @@ name = "httparse"
|
|
|
|
|
version = "1.2.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "humantime"
|
|
|
|
|
version = "1.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hyper"
|
|
|
|
|
version = "0.11.24"
|
|
|
|
@ -1338,7 +1349,7 @@ dependencies = [
|
|
|
|
|
"keccak-hasher 0.1.0",
|
|
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memorydb 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1676,7 +1687,7 @@ version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"macros 0.1.0",
|
|
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -1805,7 +1816,7 @@ dependencies = [
|
|
|
|
|
"ethcore-network-devp2p 1.12.0",
|
|
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1963,7 +1974,7 @@ dependencies = [
|
|
|
|
|
"daemonize 0.2.3 (git+https://github.com/paritytech/daemonize)",
|
|
|
|
|
"dir 0.1.1",
|
|
|
|
|
"docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethcore 1.12.0",
|
|
|
|
|
"ethcore-io 1.12.0",
|
|
|
|
|
"ethcore-light 1.12.0",
|
|
|
|
@ -1987,7 +1998,7 @@ dependencies = [
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"kvdb-rocksdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mem 0.1.0",
|
|
|
|
|
"migration-rocksdb 0.1.0",
|
|
|
|
|
"node-filter 1.12.0",
|
|
|
|
@ -2039,7 +2050,7 @@ dependencies = [
|
|
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mime 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mime_guess 2.0.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
@ -2075,7 +2086,7 @@ dependencies = [
|
|
|
|
|
"ethkey 0.3.0",
|
|
|
|
|
"kvdb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2133,7 +2144,7 @@ dependencies = [
|
|
|
|
|
"jsonrpc-ws-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"macros 0.1.0",
|
|
|
|
|
"multihash 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"order-stat 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2169,7 +2180,7 @@ dependencies = [
|
|
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"jsonrpc-ws-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-rpc 1.12.0",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -2207,7 +2218,7 @@ dependencies = [
|
|
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"parity-hash-fetch 1.12.0",
|
|
|
|
@ -2253,7 +2264,7 @@ dependencies = [
|
|
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"jsonrpc-pubsub 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mem 0.1.0",
|
|
|
|
|
"ordered-float 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-crypto 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
@ -2409,7 +2420,7 @@ dependencies = [
|
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -2598,11 +2609,31 @@ dependencies = [
|
|
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "registrar"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
@ -2939,7 +2970,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
name = "stats"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -3001,6 +3032,14 @@ dependencies = [
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "termcolor"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"wincolor 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "termion"
|
|
|
|
|
version = "1.5.1"
|
|
|
|
@ -3282,7 +3321,7 @@ dependencies = [
|
|
|
|
|
name = "trace-time"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -3291,7 +3330,7 @@ version = "1.12.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"trace-time 0.1.0",
|
|
|
|
|
]
|
|
|
|
@ -3343,6 +3382,11 @@ dependencies = [
|
|
|
|
|
"triehash 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ucd-util"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "uint"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
@ -3470,7 +3514,7 @@ dependencies = [
|
|
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ethjson 0.1.0",
|
|
|
|
|
"keccak-hash 0.1.2 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
|
|
|
"patricia-trie-ethereum 0.1.0",
|
|
|
|
@ -3490,7 +3534,7 @@ dependencies = [
|
|
|
|
|
"ethcore-logger 1.12.0",
|
|
|
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parity-wasm 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pwasm-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"vm 0.1.0",
|
|
|
|
@ -3537,7 +3581,7 @@ dependencies = [
|
|
|
|
|
"jsonrpc-core 8.0.1 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"jsonrpc-http-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"jsonrpc-pubsub 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.11)",
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"panic_hook 0.1.0",
|
|
|
|
|
"parity-whisper 0.1.0",
|
|
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -3573,6 +3617,14 @@ name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wincolor"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ws"
|
|
|
|
|
version = "0.7.5"
|
|
|
|
@ -3665,7 +3717,7 @@ dependencies = [
|
|
|
|
|
"checksum edit-distance 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6a34f5204fbc13582de418611cf3a7dcdd07c6d312a5b631597ba72c06b9d9c9"
|
|
|
|
|
"checksum either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "740178ddf48b1a9e878e6d6509a1442a2d42fd2928aae8e7a6f8a36fb01981b3"
|
|
|
|
|
"checksum elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "88d4851b005ef16de812ea9acdb7bece2f0a40dd86c07b85631d7dafa54537bb"
|
|
|
|
|
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
|
|
|
|
|
"checksum env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" = "f4d7e69c283751083d53d01eac767407343b8b69c4bd70058e08adc2637cb257"
|
|
|
|
|
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
|
|
|
|
|
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
|
|
|
|
|
"checksum eth-secp256k1 0.5.7 (git+https://github.com/paritytech/rust-secp256k1)" = "<none>"
|
|
|
|
@ -3694,6 +3746,7 @@ dependencies = [
|
|
|
|
|
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
|
|
|
|
|
"checksum hidapi 0.3.1 (git+https://github.com/paritytech/hidapi-rs)" = "<none>"
|
|
|
|
|
"checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07"
|
|
|
|
|
"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
|
|
|
|
|
"checksum hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)" = "df4dd5dae401458087396b6db7fabc4d6760aa456a5fa8e92bda549f39cae661"
|
|
|
|
|
"checksum hyper-rustls 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d6cdc1751771a14b8175764394f025e309a28c825ed9eaf97fa62bb831dc8c5"
|
|
|
|
|
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
|
|
|
|
@ -3800,7 +3853,9 @@ dependencies = [
|
|
|
|
|
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
|
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
|
|
|
|
"checksum regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "744554e01ccbd98fff8c457c3b092cd67af62a555a43bfe97ae8a0451f7799fa"
|
|
|
|
|
"checksum regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5bbbea44c5490a1e84357ff28b7d518b4619a159fed5d25f6c1de2d19cc42814"
|
|
|
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
|
|
|
|
|
"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
|
|
|
|
|
"checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
|
|
|
|
|
"checksum ring 0.12.1 (git+https://github.com/paritytech/ring)" = "<none>"
|
|
|
|
|
"checksum rlp 0.2.1 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
|
|
@ -3846,6 +3901,7 @@ dependencies = [
|
|
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
|
|
|
|
|
"checksum tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "11ce2fe9db64b842314052e2421ac61a73ce41b898dc8e3750398b219c5fc1e0"
|
|
|
|
|
"checksum term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327"
|
|
|
|
|
"checksum termcolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "722426c4a0539da2c4ffd9b419d90ad540b4cff4a053be9069c908d4d07e2836"
|
|
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
|
|
|
|
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
|
|
|
|
|
"checksum thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
|
|
|
|
@ -3875,6 +3931,7 @@ dependencies = [
|
|
|
|
|
"checksum trezor-sys 1.0.0 (git+https://github.com/paritytech/trezor-sys)" = "<none>"
|
|
|
|
|
"checksum trie-standardmap 0.1.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
|
|
|
"checksum triehash 0.2.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
|
|
|
|
|
"checksum uint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "38051a96565903d81c9a9210ce11076b2218f3b352926baa1f5f6abbdfce8273"
|
|
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
|
|
|
|
"checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a"
|
|
|
|
@ -3900,6 +3957,7 @@ dependencies = [
|
|
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
"checksum wincolor 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9dc3aa9dcda98b5a16150c54619c1ead22e3d3a5d458778ae914be760aa981a"
|
|
|
|
|
"checksum ws 0.7.5 (git+https://github.com/tomusdrw/ws-rs)" = "<none>"
|
|
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
|
"checksum xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a66b7c2281ebde13cf4391d70d4c7e5946c3c25e72a7b859ca8f677dcd0b0c61"
|
|
|
|
|