From a4aec56d18943686d300ad0e26f2eefd83f27072 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Mon, 29 May 2017 15:15:54 +0200 Subject: [PATCH 1/4] Fixed --datadir option (#5697) * Fixed --datadir * Removed evmbin lib --- evmbin/Cargo.toml | 4 ---- parity/configuration.rs | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/evmbin/Cargo.toml b/evmbin/Cargo.toml index 813c502cd..55defab7b 100644 --- a/evmbin/Cargo.toml +++ b/evmbin/Cargo.toml @@ -4,10 +4,6 @@ description = "Parity's EVM implementation" version = "0.1.0" authors = ["Parity Technologies "] -[lib] -name = "evmbin" -path = "./src/main.rs" - [[bin]] name = "parity-evm" path = "./src/main.rs" diff --git a/parity/configuration.rs b/parity/configuration.rs index 6ac7e3e99..5e5b43a64 100644 --- a/parity/configuration.rs +++ b/parity/configuration.rs @@ -881,8 +881,8 @@ impl Configuration { use path; let local_path = default_local_path(); - let base_path = self.args.flag_base_path.as_ref().map_or_else(|| default_data_path(), |s| s.clone()); - let data_path = replace_home("", self.args.flag_datadir.as_ref().unwrap_or(&base_path)); + let base_path = self.args.flag_base_path.as_ref().or_else(|| self.args.flag_datadir.as_ref()).map_or_else(|| default_data_path(), |s| s.clone()); + let data_path = replace_home("", &base_path); let base_db_path = if self.args.flag_base_path.is_some() && self.args.flag_db_path.is_none() { // If base_path is set and db_path is not we default to base path subdir instead of LOCAL. "$BASE/chains" From 7c2c39cb116f7392f2d936f7b95971e2debc38d0 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Mon, 29 May 2017 17:37:35 +0200 Subject: [PATCH 2/4] bump rocksdb (#5707) --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69d3715b7..8e4e88881 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2100,7 +2100,7 @@ dependencies = [ [[package]] name = "rocksdb" version = "0.4.5" -source = "git+https://github.com/paritytech/rust-rocksdb#acd192f6ee017a3e8be704958617349d20ee783b" +source = "git+https://github.com/paritytech/rust-rocksdb#a5526297746b51a33abfeb58a0540e54dedcdcb9" dependencies = [ "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", "rocksdb-sys 0.3.0 (git+https://github.com/paritytech/rust-rocksdb)", @@ -2109,7 +2109,7 @@ dependencies = [ [[package]] name = "rocksdb-sys" version = "0.3.0" -source = "git+https://github.com/paritytech/rust-rocksdb#acd192f6ee017a3e8be704958617349d20ee783b" +source = "git+https://github.com/paritytech/rust-rocksdb#a5526297746b51a33abfeb58a0540e54dedcdcb9" dependencies = [ "gcc 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", From b14145f23be188dd08fd89fcbb4b158ada71c903 Mon Sep 17 00:00:00 2001 From: Patrick Collins Date: Mon, 29 May 2017 14:29:55 -0700 Subject: [PATCH 3/4] fixes typo --- js/src/i18n/_default/firstRun.js | 2 +- js/src/i18n/zh-Hant-TW/firstRun.js | 2 +- js/src/i18n/zh/firstRun.js | 2 +- js/src/modals/FirstRun/Welcome/welcome.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/src/i18n/_default/firstRun.js b/js/src/i18n/_default/firstRun.js index 5a3e04a17..5f41fa9c4 100644 --- a/js/src/i18n/_default/firstRun.js +++ b/js/src/i18n/_default/firstRun.js @@ -37,7 +37,7 @@ export default { accept: `I accept these terms and conditions` }, welcome: { - description: `As part of a new installation, the next few steps will guide you through the process of setting up you Parity instance and your associated accounts. Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us. Once completed you will have -`, + description: `As part of a new installation, the next few steps will guide you through the process of setting up your Parity instance and your associated accounts. Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us. Once completed you will have -`, greeting: `Welcome to Parity, the fastest and simplest way to run your node.`, next: `Click Next to continue your journey.`, step: { diff --git a/js/src/i18n/zh-Hant-TW/firstRun.js b/js/src/i18n/zh-Hant-TW/firstRun.js index aeca368ea..7b0513d92 100644 --- a/js/src/i18n/zh-Hant-TW/firstRun.js +++ b/js/src/i18n/zh-Hant-TW/firstRun.js @@ -40,7 +40,7 @@ export default { }, welcome: { description: `作為初次安裝的一部分,下面的幾個步驟將指導你如何設定你的Parity和相關帳戶。我們的目標是使得使用Parity變得儘可能的簡單,讓你成功執行,所以請有點耐心。 一旦完成,你將擁有`, - // As part of a new installation, the next few steps will guide you through the process of setting up you Parity instance and your associated accounts.Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us.Once completed you will have - + // As part of a new installation, the next few steps will guide you through the process of setting up your Parity instance and your associated accounts.Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us.Once completed you will have - greeting: `歡迎使用Parity,這是執行以太坊節點的最快和最簡單的方式。`, // Welcome to Parity, the fastest and simplest way to run your node. next: `點選下一步繼續`, // Click Next to continue your journey. step: { diff --git a/js/src/i18n/zh/firstRun.js b/js/src/i18n/zh/firstRun.js index 92278f2fb..54a7d26b2 100644 --- a/js/src/i18n/zh/firstRun.js +++ b/js/src/i18n/zh/firstRun.js @@ -40,7 +40,7 @@ export default { }, welcome: { description: `作为初次安装的一部分,下面的几个步骤将指导你如何设置你的Parity和相关账户。我们的目标是使得使用Parity变得尽可能的简单,让你成功运行,所以请有点耐心。 一旦完成,你将拥有`, - // As part of a new installation, the next few steps will guide you through the process of setting up you Parity instance and your associated accounts.Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us.Once completed you will have - + // As part of a new installation, the next few steps will guide you through the process of setting up your Parity instance and your associated accounts.Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us.Once completed you will have - greeting: `欢迎使用Parity,这是运行以太坊节点的最快和最简单的方式。`, // Welcome to Parity, the fastest and simplest way to run your node. next: `点击下一步继续`, // Click Next to continue your journey. step: { diff --git a/js/src/modals/FirstRun/Welcome/welcome.js b/js/src/modals/FirstRun/Welcome/welcome.js index df438d112..f56be0833 100644 --- a/js/src/modals/FirstRun/Welcome/welcome.js +++ b/js/src/modals/FirstRun/Welcome/welcome.js @@ -46,7 +46,7 @@ export default class FirstRun extends Component {

From de4c9507e681fc6e57087feb63161bcf2697df34 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Mon, 29 May 2017 22:59:31 +0000 Subject: [PATCH 4/4] [ci skip] js-precompiled 20170529-225538 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e4e88881..49b0c5246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1825,7 +1825,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#d09c2b70b2e6c6e84d88999bfa6f3c8bb43b910e" +source = "git+https://github.com/paritytech/js-precompiled.git#94883dbc2ca86af58cb6fffac72bbc0c6789a202" dependencies = [ "parity-dapps-glue 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package.json b/js/package.json index 987ba9c50..d72e2007b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.84", + "version": "1.7.85", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",