From f3ea2f354e30e55af62589ed0d59f0279609d479 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Thu, 12 Oct 2017 23:44:02 +0200 Subject: [PATCH] v1.9.0 (#6727) --- Cargo.lock | 334 +++++++++--------- dapps/Cargo.toml | 2 +- dapps/js-glue/Cargo.toml | 2 +- dapps/ui/Cargo.toml | 2 +- devtools/Cargo.toml | 2 +- ethash/Cargo.toml | 2 +- ethcore/Cargo.toml | 2 +- ethcore/light/Cargo.toml | 2 +- ethcore/node_filter/Cargo.toml | 2 +- evmjit/Cargo.toml | 2 +- hash-fetch/Cargo.toml | 2 +- hw/Cargo.toml | 2 +- ipc-common-types/Cargo.toml | 2 +- ipc/codegen/Cargo.toml | 2 +- ipc/nano/Cargo.toml | 2 +- ipc/rpc/Cargo.toml | 2 +- ipfs/Cargo.toml | 2 +- js/Cargo.toml | 2 +- js/wasm/ethkey/Cargo.toml | 2 +- logger/Cargo.toml | 2 +- mac/Parity.pkgproj | 2 +- mac/Parity/Info.plist | 2 +- nsis/installer.nsi | 2 +- parity/cli/presets/config.dev-insecure.toml | 2 +- parity/cli/presets/config.dev.toml | 2 +- parity/cli/presets/config.insecure.toml | 2 +- parity/cli/presets/config.mining.toml | 2 +- .../presets/config.non-standard-ports.toml | 2 +- rpc/Cargo.toml | 2 +- stratum/Cargo.toml | 2 +- sync/Cargo.toml | 2 +- updater/Cargo.toml | 2 +- util/Cargo.toml | 2 +- util/io/Cargo.toml | 2 +- util/network/Cargo.toml | 2 +- 35 files changed, 201 insertions(+), 201 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0f098093..97aaf8f9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,8 +4,8 @@ version = "0.1.0" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-bigint 0.1.3", - "ethcore-logger 1.8.0", - "ethcore-util 1.8.0", + "ethcore-logger 1.9.0", + "ethcore-util 1.9.0", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)", "vm 0.1.0", @@ -374,7 +374,7 @@ dependencies = [ "bloomable 0.1.0", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-util 1.8.0", + "ethcore-util 1.9.0", "ethjson 0.1.0", "hash 0.1.0", "heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "ethash" -version = "1.8.0" +version = "1.9.0" dependencies = [ "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -567,7 +567,7 @@ dependencies = [ [[package]] name = "ethcore" -version = "1.8.0" +version = "1.9.0" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "bloomable 0.1.0", @@ -577,24 +577,24 @@ dependencies = [ "clippy 0.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "common-types 0.1.0", "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", - "ethash 1.8.0", + "ethash 1.9.0", "ethcore-bigint 0.1.3", "ethcore-bloom-journal 0.1.0", "ethcore-bytes 0.1.0", - "ethcore-devtools 1.8.0", - "ethcore-io 1.8.0", - "ethcore-ipc 1.8.0", - "ethcore-ipc-codegen 1.8.0", - "ethcore-ipc-nano 1.8.0", - "ethcore-logger 1.8.0", - "ethcore-stratum 1.8.0", - "ethcore-util 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-io 1.9.0", + "ethcore-ipc 1.9.0", + "ethcore-ipc-codegen 1.9.0", + "ethcore-ipc-nano 1.9.0", + "ethcore-logger 1.9.0", + "ethcore-stratum 1.9.0", + "ethcore-util 1.9.0", "ethjson 0.1.0", "ethkey 0.2.0", "ethstore 0.1.0", "evm 0.1.0", "futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", - "hardware-wallet 1.8.0", + "hardware-wallet 1.9.0", "hash 0.1.0", "hashdb 0.1.0", "heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -660,14 +660,14 @@ version = "0.1.0" [[package]] name = "ethcore-devtools" -version = "1.8.0" +version = "1.9.0" dependencies = [ "rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ethcore-io" -version = "1.8.0" +version = "1.9.0" dependencies = [ "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -678,18 +678,18 @@ dependencies = [ [[package]] name = "ethcore-ipc" -version = "1.8.0" +version = "1.9.0" dependencies = [ "ethcore-bigint 0.1.3", - "ethcore-devtools 1.8.0", - "ethcore-util 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-util 1.9.0", "nanomsg 0.5.1 (git+https://github.com/paritytech/nanomsg.rs.git?branch=parity-1.7)", "semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ethcore-ipc-codegen" -version = "1.8.0" +version = "1.9.0" dependencies = [ "aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.163 (registry+https://github.com/rust-lang/crates.io-index)", @@ -704,9 +704,9 @@ dependencies = [ name = "ethcore-ipc-hypervisor" version = "1.2.0" dependencies = [ - "ethcore-ipc 1.8.0", - "ethcore-ipc-codegen 1.8.0", - "ethcore-ipc-nano 1.8.0", + "ethcore-ipc 1.9.0", + "ethcore-ipc-codegen 1.9.0", + "ethcore-ipc-nano 1.9.0", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "nanomsg 0.5.1 (git+https://github.com/paritytech/nanomsg.rs.git?branch=parity-1.7)", "semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -715,9 +715,9 @@ dependencies = [ [[package]] name = "ethcore-ipc-nano" -version = "1.8.0" +version = "1.9.0" dependencies = [ - "ethcore-ipc 1.8.0", + "ethcore-ipc 1.9.0", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "nanomsg 0.5.1 (git+https://github.com/paritytech/nanomsg.rs.git?branch=parity-1.7)", @@ -728,11 +728,11 @@ name = "ethcore-ipc-tests" version = "0.1.0" dependencies = [ "ethcore-bytes 0.1.0", - "ethcore-devtools 1.8.0", - "ethcore-ipc 1.8.0", - "ethcore-ipc-codegen 1.8.0", - "ethcore-ipc-nano 1.8.0", - "ethcore-util 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-ipc 1.9.0", + "ethcore-ipc-codegen 1.9.0", + "ethcore-ipc-nano 1.9.0", + "ethcore-util 1.9.0", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "nanomsg 0.5.1 (git+https://github.com/paritytech/nanomsg.rs.git?branch=parity-1.7)", "semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -740,18 +740,18 @@ dependencies = [ [[package]] name = "ethcore-light" -version = "1.8.0" +version = "1.9.0" dependencies = [ "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ethcore 1.8.0", + "ethcore 1.9.0", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-devtools 1.8.0", - "ethcore-io 1.8.0", - "ethcore-ipc 1.8.0", - "ethcore-ipc-codegen 1.8.0", - "ethcore-network 1.8.0", - "ethcore-util 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-io 1.9.0", + "ethcore-ipc 1.9.0", + "ethcore-ipc-codegen 1.9.0", + "ethcore-network 1.9.0", + "ethcore-util 1.9.0", "evm 0.1.0", "futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "hash 0.1.0", @@ -776,7 +776,7 @@ dependencies = [ [[package]] name = "ethcore-logger" -version = "1.8.0" +version = "1.9.0" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "arrayvec 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -791,17 +791,17 @@ dependencies = [ [[package]] name = "ethcore-network" -version = "1.8.0" +version = "1.9.0" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-devtools 1.8.0", - "ethcore-io 1.8.0", - "ethcore-logger 1.8.0", - "ethcore-util 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-io 1.9.0", + "ethcore-logger 1.9.0", + "ethcore-util 1.9.0", "ethcrypto 0.1.0", "ethkey 0.2.0", "hash 0.1.0", @@ -828,15 +828,15 @@ version = "1.0.0" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethabi 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ethcore 1.8.0", + "ethcore 1.9.0", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-devtools 1.8.0", - "ethcore-ipc 1.8.0", - "ethcore-ipc-codegen 1.8.0", - "ethcore-ipc-nano 1.8.0", - "ethcore-logger 1.8.0", - "ethcore-util 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-ipc 1.9.0", + "ethcore-ipc-codegen 1.9.0", + "ethcore-ipc-nano 1.9.0", + "ethcore-logger 1.9.0", + "ethcore-util 1.9.0", "ethcrypto 0.1.0", "ethkey 0.2.0", "futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -862,16 +862,16 @@ dependencies = [ [[package]] name = "ethcore-stratum" -version = "1.8.0" +version = "1.9.0" dependencies = [ "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-bigint 0.1.3", - "ethcore-devtools 1.8.0", - "ethcore-ipc 1.8.0", - "ethcore-ipc-codegen 1.8.0", - "ethcore-ipc-nano 1.8.0", - "ethcore-logger 1.8.0", - "ethcore-util 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-ipc 1.9.0", + "ethcore-ipc-codegen 1.9.0", + "ethcore-ipc-nano 1.9.0", + "ethcore-logger 1.9.0", + "ethcore-util 1.9.0", "hash 0.1.0", "jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.8)", "jsonrpc-macros 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.8)", @@ -884,7 +884,7 @@ dependencies = [ [[package]] name = "ethcore-util" -version = "1.8.0" +version = "1.9.0" dependencies = [ "clippy 0.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "elastic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -893,8 +893,8 @@ dependencies = [ "eth-secp256k1 0.5.6 (git+https://github.com/paritytech/rust-secp256k1)", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-devtools 1.8.0", - "ethcore-logger 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-logger 1.9.0", "hash 0.1.0", "hashdb 0.1.0", "heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1004,21 +1004,21 @@ dependencies = [ [[package]] name = "ethsync" -version = "1.8.0" +version = "1.9.0" dependencies = [ "clippy 0.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ethcore 1.8.0", + "ethcore 1.9.0", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-devtools 1.8.0", - "ethcore-io 1.8.0", - "ethcore-ipc 1.8.0", - "ethcore-ipc-codegen 1.8.0", - "ethcore-ipc-nano 1.8.0", - "ethcore-light 1.8.0", - "ethcore-network 1.8.0", - "ethcore-util 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-io 1.9.0", + "ethcore-ipc 1.9.0", + "ethcore-ipc-codegen 1.9.0", + "ethcore-ipc-nano 1.9.0", + "ethcore-light 1.9.0", + "ethcore-network 1.9.0", + "ethcore-util 1.9.0", "ethkey 0.2.0", "hash 0.1.0", "heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1043,10 +1043,10 @@ dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "common-types 0.1.0", "ethcore-bigint 0.1.3", - "ethcore-logger 1.8.0", - "ethcore-util 1.8.0", + "ethcore-logger 1.9.0", + "ethcore-util 1.9.0", "ethjson 0.1.0", - "evmjit 1.8.0", + "evmjit 1.9.0", "hash 0.1.0", "heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1063,10 +1063,10 @@ name = "evmbin" version = "0.1.0" dependencies = [ "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ethcore 1.8.0", + "ethcore 1.9.0", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-util 1.8.0", + "ethcore-util 1.9.0", "ethjson 0.1.0", "evm 0.1.0", "panic_hook 0.1.0", @@ -1078,7 +1078,7 @@ dependencies = [ [[package]] name = "evmjit" -version = "1.8.0" +version = "1.9.0" dependencies = [ "tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1182,7 +1182,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hardware-wallet" -version = "1.8.0" +version = "1.9.0" dependencies = [ "ethcore-bigint 0.1.3", "ethkey 0.2.0", @@ -1359,12 +1359,12 @@ dependencies = [ [[package]] name = "ipc-common-types" -version = "1.8.0" +version = "1.9.0" dependencies = [ "ethcore-bigint 0.1.3", - "ethcore-ipc 1.8.0", - "ethcore-ipc-codegen 1.8.0", - "ethcore-util 1.8.0", + "ethcore-ipc 1.9.0", + "ethcore-ipc-codegen 1.9.0", + "ethcore-util 1.9.0", "semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1516,7 +1516,7 @@ dependencies = [ "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-devtools 1.8.0", + "ethcore-devtools 1.9.0", "hashdb 0.1.0", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1668,7 +1668,7 @@ dependencies = [ name = "migration" version = "0.1.0" dependencies = [ - "ethcore-devtools 1.8.0", + "ethcore-devtools 1.9.0", "kvdb 0.1.0", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "macros 0.1.0", @@ -1850,14 +1850,14 @@ dependencies = [ [[package]] name = "node-filter" -version = "1.8.0" +version = "1.9.0" dependencies = [ - "ethcore 1.8.0", + "ethcore 1.9.0", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-io 1.8.0", - "ethcore-network 1.8.0", - "ethcore-util 1.8.0", + "ethcore-io 1.9.0", + "ethcore-network 1.9.0", + "ethcore-util 1.9.0", "futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "kvdb 0.1.0", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2066,23 +2066,23 @@ dependencies = [ "daemonize 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ethcore 1.8.0", + "ethcore 1.9.0", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-devtools 1.8.0", - "ethcore-io 1.8.0", - "ethcore-ipc 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-io 1.9.0", + "ethcore-ipc 1.9.0", "ethcore-ipc-hypervisor 1.2.0", - "ethcore-ipc-nano 1.8.0", + "ethcore-ipc-nano 1.9.0", "ethcore-ipc-tests 0.1.0", - "ethcore-light 1.8.0", - "ethcore-logger 1.8.0", - "ethcore-network 1.8.0", + "ethcore-light 1.9.0", + "ethcore-logger 1.9.0", + "ethcore-network 1.9.0", "ethcore-secretstore 1.0.0", - "ethcore-stratum 1.8.0", - "ethcore-util 1.8.0", + "ethcore-stratum 1.9.0", + "ethcore-util 1.9.0", "ethkey 0.2.0", - "ethsync 1.8.0", + "ethsync 1.9.0", "fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "futures-cpupool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2093,19 +2093,19 @@ dependencies = [ "kvdb 0.1.0", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "migration 0.1.0", - "node-filter 1.8.0", + "node-filter 1.9.0", "node-health 0.1.0", "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "number_prefix 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "panic_hook 0.1.0", - "parity-dapps 1.8.0", - "parity-hash-fetch 1.8.0", - "parity-ipfs-api 1.8.0", + "parity-dapps 1.9.0", + "parity-hash-fetch 1.9.0", + "parity-ipfs-api 1.9.0", "parity-local-store 0.1.0", "parity-reactor 0.1.0", - "parity-rpc 1.8.0", + "parity-rpc 1.9.0", "parity-rpc-client 1.4.0", - "parity-updater 1.8.0", + "parity-updater 1.9.0", "parity-whisper 0.1.0", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "path 0.1.0", @@ -2128,15 +2128,15 @@ dependencies = [ [[package]] name = "parity-dapps" -version = "1.8.0" +version = "1.9.0" dependencies = [ "base32 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-devtools 1.8.0", - "ethcore-util 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-util 1.9.0", "fetch 0.1.0", "futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "futures-cpupool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2149,9 +2149,9 @@ dependencies = [ "mime_guess 2.0.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)", "node-health 0.1.0", "parity-dapps-glue 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-hash-fetch 1.8.0", + "parity-hash-fetch 1.9.0", "parity-reactor 0.1.0", - "parity-ui 1.8.0", + "parity-ui 1.9.0", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2162,21 +2162,6 @@ dependencies = [ "zip 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "parity-dapps-glue" -version = "1.8.0" -dependencies = [ - "aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.90 (registry+https://github.com/rust-lang/crates.io-index)", - "glob 0.2.11 (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)", - "quasi 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "quasi_codegen 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "quasi_macros 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "syntex 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", - "syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "parity-dapps-glue" version = "1.8.0" @@ -2191,14 +2176,29 @@ dependencies = [ "syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "parity-dapps-glue" +version = "1.9.0" +dependencies = [ + "aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "glob 0.2.11 (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)", + "quasi 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quasi_codegen 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quasi_macros 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "syntex 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", + "syntex_syntax 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "parity-hash-fetch" -version = "1.8.0" +version = "1.9.0" dependencies = [ "ethabi 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-util 1.8.0", + "ethcore-util 1.9.0", "fetch 0.1.0", "futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "hash 0.1.0", @@ -2214,13 +2214,13 @@ dependencies = [ [[package]] name = "parity-ipfs-api" -version = "1.8.0" +version = "1.9.0" dependencies = [ "cid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ethcore 1.8.0", + "ethcore 1.9.0", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-util 1.8.0", + "ethcore-util 1.9.0", "jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.8)", "jsonrpc-http-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.8)", "multihash 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2232,9 +2232,9 @@ dependencies = [ name = "parity-local-store" version = "0.1.0" dependencies = [ - "ethcore 1.8.0", - "ethcore-io 1.8.0", - "ethcore-util 1.8.0", + "ethcore 1.9.0", + "ethcore-io 1.9.0", + "ethcore-util 1.9.0", "ethkey 0.2.0", "kvdb 0.1.0", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2249,7 +2249,7 @@ name = "parity-machine" version = "0.1.0" dependencies = [ "ethcore-bigint 0.1.3", - "ethcore-util 1.8.0", + "ethcore-util 1.9.0", ] [[package]] @@ -2262,30 +2262,30 @@ dependencies = [ [[package]] name = "parity-rpc" -version = "1.8.0" +version = "1.9.0" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "cid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.103 (registry+https://github.com/rust-lang/crates.io-index)", - "ethash 1.8.0", - "ethcore 1.8.0", + "ethash 1.9.0", + "ethcore 1.9.0", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-devtools 1.8.0", - "ethcore-io 1.8.0", - "ethcore-ipc 1.8.0", - "ethcore-light 1.8.0", - "ethcore-logger 1.8.0", - "ethcore-network 1.8.0", - "ethcore-util 1.8.0", + "ethcore-devtools 1.9.0", + "ethcore-io 1.9.0", + "ethcore-ipc 1.9.0", + "ethcore-light 1.9.0", + "ethcore-logger 1.9.0", + "ethcore-network 1.9.0", + "ethcore-util 1.9.0", "ethcrypto 0.1.0", "ethjson 0.1.0", "ethkey 0.2.0", "ethstore 0.1.0", - "ethsync 1.8.0", + "ethsync 1.9.0", "fetch 0.1.0", "futures-cpupool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "hardware-wallet 1.8.0", + "hardware-wallet 1.9.0", "hash 0.1.0", "itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.8)", @@ -2301,7 +2301,7 @@ dependencies = [ "node-health 0.1.0", "order-stat 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-reactor 0.1.0", - "parity-updater 1.8.0", + "parity-updater 1.9.0", "parking_lot 0.4.8 (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.3.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2329,7 +2329,7 @@ dependencies = [ "jsonrpc-ws-server 8.0.0 (git+https://github.com/paritytech/jsonrpc.git?branch=parity-1.8)", "log 0.3.8 (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.8.0", + "parity-rpc 1.9.0", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2355,16 +2355,16 @@ dependencies = [ [[package]] name = "parity-ui" -version = "1.8.0" +version = "1.9.0" dependencies = [ - "parity-ui-dev 1.8.0", + "parity-ui-dev 1.9.0", "parity-ui-precompiled 1.4.0 (git+https://github.com/paritytech/js-precompiled.git)", "rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "parity-ui-dev" -version = "1.8.0" +version = "1.9.0" dependencies = [ "parity-dapps-glue 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2379,20 +2379,20 @@ dependencies = [ [[package]] name = "parity-updater" -version = "1.8.0" +version = "1.9.0" dependencies = [ "ethabi 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ethcore 1.8.0", + "ethcore 1.9.0", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-ipc 1.8.0", - "ethcore-ipc-codegen 1.8.0", - "ethcore-util 1.8.0", - "ethsync 1.8.0", + "ethcore-ipc 1.9.0", + "ethcore-ipc-codegen 1.9.0", + "ethcore-util 1.9.0", + "ethsync 1.9.0", "futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-common-types 1.8.0", + "ipc-common-types 1.9.0", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-hash-fetch 1.8.0", + "parity-hash-fetch 1.9.0", "parity-reactor 0.1.0", "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "path 0.1.0", @@ -2416,7 +2416,7 @@ dependencies = [ "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-bigint 0.1.3", - "ethcore-network 1.8.0", + "ethcore-network 1.9.0", "ethcrypto 0.1.0", "ethkey 0.2.0", "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2480,7 +2480,7 @@ dependencies = [ "elastic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-logger 1.8.0", + "ethcore-logger 1.9.0", "hash 0.1.0", "hashdb 0.1.0", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2849,9 +2849,9 @@ name = "rpc-cli" version = "1.4.0" dependencies = [ "bigint 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ethcore-util 1.8.0", + "ethcore-util 1.9.0", "futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-rpc 1.8.0", + "parity-rpc 1.9.0", "parity-rpc-client 1.4.0", "rpassword 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3565,9 +3565,9 @@ dependencies = [ "common-types 0.1.0", "ethcore-bigint 0.1.3", "ethcore-bytes 0.1.0", - "ethcore-util 1.8.0", + "ethcore-util 1.9.0", "ethjson 0.1.0", - "evmjit 1.8.0", + "evmjit 1.9.0", "hash 0.1.0", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/dapps/Cargo.toml b/dapps/Cargo.toml index ae3216ba3..f3e38a085 100644 --- a/dapps/Cargo.toml +++ b/dapps/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Parity Dapps crate" name = "parity-dapps" -version = "1.8.0" +version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] diff --git a/dapps/js-glue/Cargo.toml b/dapps/js-glue/Cargo.toml index 126bca143..843168fb7 100644 --- a/dapps/js-glue/Cargo.toml +++ b/dapps/js-glue/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Base Package for all Parity built-in dapps" name = "parity-dapps-glue" -version = "1.8.0" +version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] build = "build.rs" diff --git a/dapps/ui/Cargo.toml b/dapps/ui/Cargo.toml index 41763b14d..fe4629a36 100644 --- a/dapps/ui/Cargo.toml +++ b/dapps/ui/Cargo.toml @@ -3,7 +3,7 @@ description = "Ethcore Parity UI" homepage = "http://parity.io" license = "GPL-3.0" name = "parity-ui" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] [build-dependencies] diff --git a/devtools/Cargo.toml b/devtools/Cargo.toml index faae03731..ab0049983 100644 --- a/devtools/Cargo.toml +++ b/devtools/Cargo.toml @@ -3,7 +3,7 @@ description = "Ethcore development/test/build tools" homepage = "http://parity.io" license = "GPL-3.0" name = "ethcore-devtools" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] [dependencies] diff --git a/ethash/Cargo.toml b/ethash/Cargo.toml index f2d6f2790..e60d63c22 100644 --- a/ethash/Cargo.toml +++ b/ethash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethash" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] [lib] diff --git a/ethcore/Cargo.toml b/ethcore/Cargo.toml index e7d63703d..d9df99f9e 100644 --- a/ethcore/Cargo.toml +++ b/ethcore/Cargo.toml @@ -3,7 +3,7 @@ description = "Ethcore library" homepage = "http://parity.io" license = "GPL-3.0" name = "ethcore" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] build = "build.rs" diff --git a/ethcore/light/Cargo.toml b/ethcore/light/Cargo.toml index 734eb7432..fb7030bcc 100644 --- a/ethcore/light/Cargo.toml +++ b/ethcore/light/Cargo.toml @@ -3,7 +3,7 @@ description = "Parity Light Client Implementation" homepage = "http://parity.io" license = "GPL-3.0" name = "ethcore-light" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] build = "build.rs" diff --git a/ethcore/node_filter/Cargo.toml b/ethcore/node_filter/Cargo.toml index c95e83091..9ebbf1e18 100644 --- a/ethcore/node_filter/Cargo.toml +++ b/ethcore/node_filter/Cargo.toml @@ -3,7 +3,7 @@ description = "Parity smart network connections" homepage = "http://parity.io" license = "GPL-3.0" name = "node-filter" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] [dependencies] diff --git a/evmjit/Cargo.toml b/evmjit/Cargo.toml index dbc0cd51a..8020d89c0 100644 --- a/evmjit/Cargo.toml +++ b/evmjit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evmjit" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] [lib] diff --git a/hash-fetch/Cargo.toml b/hash-fetch/Cargo.toml index eca590a23..c52f1e232 100644 --- a/hash-fetch/Cargo.toml +++ b/hash-fetch/Cargo.toml @@ -3,7 +3,7 @@ description = "Fetching hash-addressed content." homepage = "http://parity.io" license = "GPL-3.0" name = "parity-hash-fetch" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] [dependencies] diff --git a/hw/Cargo.toml b/hw/Cargo.toml index b762d697c..c1bf057b0 100644 --- a/hw/Cargo.toml +++ b/hw/Cargo.toml @@ -3,7 +3,7 @@ description = "Hardware wallet support." homepage = "http://parity.io" license = "GPL-3.0" name = "hardware-wallet" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] [dependencies] diff --git a/ipc-common-types/Cargo.toml b/ipc-common-types/Cargo.toml index a9efe1439..e00949adc 100644 --- a/ipc-common-types/Cargo.toml +++ b/ipc-common-types/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Types that implement IPC and are common to multiple modules." name = "ipc-common-types" -version = "1.8.0" +version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] build = "build.rs" diff --git a/ipc/codegen/Cargo.toml b/ipc/codegen/Cargo.toml index 69580e08d..7b204869a 100644 --- a/ipc/codegen/Cargo.toml +++ b/ipc/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethcore-ipc-codegen" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] license = "GPL-3.0" description = "Macros to auto-generate implementations for ipc call" diff --git a/ipc/nano/Cargo.toml b/ipc/nano/Cargo.toml index a714e1d00..bb6fbb0b2 100644 --- a/ipc/nano/Cargo.toml +++ b/ipc/nano/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethcore-ipc-nano" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] license = "GPL-3.0" diff --git a/ipc/rpc/Cargo.toml b/ipc/rpc/Cargo.toml index 12d73a118..bd33ab618 100644 --- a/ipc/rpc/Cargo.toml +++ b/ipc/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethcore-ipc" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] license = "GPL-3.0" diff --git a/ipfs/Cargo.toml b/ipfs/Cargo.toml index db76ddaa9..c34e0d521 100644 --- a/ipfs/Cargo.toml +++ b/ipfs/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Parity IPFS-compatible API" name = "parity-ipfs-api" -version = "1.8.0" +version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] diff --git a/js/Cargo.toml b/js/Cargo.toml index 1ff166cca..1f47ffd9d 100644 --- a/js/Cargo.toml +++ b/js/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Parity built-in dapps." name = "parity-ui-dev" -version = "1.8.0" +version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] build = "build.rs" diff --git a/js/wasm/ethkey/Cargo.toml b/js/wasm/ethkey/Cargo.toml index 8eb9159e9..22e5bf553 100644 --- a/js/wasm/ethkey/Cargo.toml +++ b/js/wasm/ethkey/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Parity ethkey WASM module." name = "parity-ethkey-wasm" -version = "1.8.0" +version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] diff --git a/logger/Cargo.toml b/logger/Cargo.toml index 8b9a8dea2..fc63701c4 100644 --- a/logger/Cargo.toml +++ b/logger/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Ethcore client." name = "ethcore-logger" -version = "1.8.0" +version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] diff --git a/mac/Parity.pkgproj b/mac/Parity.pkgproj index 1c87af629..560f8b022 100755 --- a/mac/Parity.pkgproj +++ b/mac/Parity.pkgproj @@ -462,7 +462,7 @@ OVERWRITE_PERMISSIONS VERSION - 1.8.0 + 1.9.0 UUID 2DCD5B81-7BAF-4DA1-9251-6274B089FD36 diff --git a/mac/Parity/Info.plist b/mac/Parity/Info.plist index dba951778..24cba2646 100644 --- a/mac/Parity/Info.plist +++ b/mac/Parity/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.8 + 1.9 CFBundleVersion 1 LSApplicationCategoryType diff --git a/nsis/installer.nsi b/nsis/installer.nsi index 25ba98863..f4a180bf9 100644 --- a/nsis/installer.nsi +++ b/nsis/installer.nsi @@ -9,7 +9,7 @@ !define COMPANYNAME "Parity" !define DESCRIPTION "Fast, light, robust Ethereum implementation" !define VERSIONMAJOR 1 -!define VERSIONMINOR 8 +!define VERSIONMINOR 9 !define VERSIONBUILD 0 !define ARGS "--warp" !define FIRST_START_ARGS "ui --warp --mode=passive" diff --git a/parity/cli/presets/config.dev-insecure.toml b/parity/cli/presets/config.dev-insecure.toml index 3a9956f8e..e4c2c9f47 100644 --- a/parity/cli/presets/config.dev-insecure.toml +++ b/parity/cli/presets/config.dev-insecure.toml @@ -13,4 +13,4 @@ hosts = ["all"] [ipfs] enable = false # this is the default -hosts = ["all"] \ No newline at end of file +hosts = ["all"] diff --git a/parity/cli/presets/config.dev.toml b/parity/cli/presets/config.dev.toml index f38e17348..4fc0874c5 100644 --- a/parity/cli/presets/config.dev.toml +++ b/parity/cli/presets/config.dev.toml @@ -3,4 +3,4 @@ chain = "dev" [mining] reseal_min_period = 0 -min_gas_price = 0 \ No newline at end of file +min_gas_price = 0 diff --git a/parity/cli/presets/config.insecure.toml b/parity/cli/presets/config.insecure.toml index 6e67db3d7..18859c9cc 100644 --- a/parity/cli/presets/config.insecure.toml +++ b/parity/cli/presets/config.insecure.toml @@ -8,4 +8,4 @@ hosts = ["all"] [ipfs] enable = false # this is the default -hosts = ["all"] \ No newline at end of file +hosts = ["all"] diff --git a/parity/cli/presets/config.mining.toml b/parity/cli/presets/config.mining.toml index 52e004942..f6c39bdd6 100644 --- a/parity/cli/presets/config.mining.toml +++ b/parity/cli/presets/config.mining.toml @@ -28,4 +28,4 @@ cache_size = 256 [misc] # Logging pattern (`=`, e.g. `own_tx=trace`). -logging = "miner=trace,own_tx=trace" \ No newline at end of file +logging = "miner=trace,own_tx=trace" diff --git a/parity/cli/presets/config.non-standard-ports.toml b/parity/cli/presets/config.non-standard-ports.toml index e4013ff94..5c522d867 100644 --- a/parity/cli/presets/config.non-standard-ports.toml +++ b/parity/cli/presets/config.non-standard-ports.toml @@ -4,4 +4,4 @@ port = 30305 [rpc] # JSON-RPC over HTTP will be accessible on port 8645. -port = 8645 \ No newline at end of file +port = 8645 diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 59f5a117c..e4351b56f 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Parity JSON-RPC servers." name = "parity-rpc" -version = "1.8.0" +version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] diff --git a/stratum/Cargo.toml b/stratum/Cargo.toml index 47f2c0447..8e60854e2 100644 --- a/stratum/Cargo.toml +++ b/stratum/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Ethcore stratum lib" name = "ethcore-stratum" -version = "1.8.0" +version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] build = "build.rs" diff --git a/sync/Cargo.toml b/sync/Cargo.toml index 9260f99ce..fa8531b6c 100644 --- a/sync/Cargo.toml +++ b/sync/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Ethcore blockchain sync" name = "ethsync" -version = "1.8.0" +version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] build = "build.rs" diff --git a/updater/Cargo.toml b/updater/Cargo.toml index 0d4b29025..9897bf7d0 100644 --- a/updater/Cargo.toml +++ b/updater/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Parity Updater Service." name = "parity-updater" -version = "1.8.0" +version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] build = "build.rs" diff --git a/util/Cargo.toml b/util/Cargo.toml index d9faa1786..61d8b2335 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -3,7 +3,7 @@ description = "Ethcore utility library" homepage = "http://parity.io" license = "GPL-3.0" name = "ethcore-util" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] build = "build.rs" diff --git a/util/io/Cargo.toml b/util/io/Cargo.toml index 654ac1978..c6fd21b9a 100644 --- a/util/io/Cargo.toml +++ b/util/io/Cargo.toml @@ -3,7 +3,7 @@ description = "Ethcore IO library" homepage = "http://parity.io" license = "GPL-3.0" name = "ethcore-io" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] [dependencies] diff --git a/util/network/Cargo.toml b/util/network/Cargo.toml index e99df9024..0960715bf 100644 --- a/util/network/Cargo.toml +++ b/util/network/Cargo.toml @@ -3,7 +3,7 @@ description = "Ethcore network library" homepage = "http://parity.io" license = "GPL-3.0" name = "ethcore-network" -version = "1.8.0" +version = "1.9.0" authors = ["Parity Technologies "] [dependencies]