From 02b54ff7e8688f757e51628bb2536b99d21488d9 Mon Sep 17 00:00:00 2001 From: Rien Date: Tue, 2 May 2017 11:41:09 +0200 Subject: [PATCH] find . -type f -not -path './.*' -exec sed -i -e "s/ethcore\.io/parity.io/g" {} \; (#5528) --- README.md | 4 ++-- hash-fetch/src/client.rs | 2 +- hash-fetch/src/urlhint.rs | 12 +++++------ .../email-verification/terms-of-service.js | 2 +- .../sms-verification/terms-of-service.js | 2 +- js/src/lib.rs.in | 2 +- js/src/modals/FirstRun/TnC/tnc.js | 6 +++--- js/src/views/Dapps/builtin.json | 20 +++++++++---------- parity/configuration.rs | 12 +++++------ rpc/src/v1/tests/mocked/parity_set.rs | 2 +- rpc_cli/Cargo.toml | 4 ++-- 11 files changed, 34 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index c74b51a58..a21e6eeb9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# [Parity](https://ethcore.io/parity.html) +# [Parity](https://parity.io/parity.html) ### Fast, light, and robust Ethereum implementation ### [Download latest release](https://github.com/paritytech/parity/releases) -[![build status](https://gitlab.ethcore.io/parity/parity/badges/master/build.svg)](https://gitlab.ethcore.io/parity/parity/commits/master) [![Coverage Status][coveralls-image]][coveralls-url] [![GPLv3][license-image]][license-url] +[![build status](https://gitlab.parity.io/parity/parity/badges/master/build.svg)](https://gitlab.parity.io/parity/parity/commits/master) [![Coverage Status][coveralls-image]][coveralls-url] [![GPLv3][license-image]][license-url] ### Join the chat! diff --git a/hash-fetch/src/client.rs b/hash-fetch/src/client.rs index 40682a89c..958fc7aa2 100644 --- a/hash-fetch/src/client.rs +++ b/hash-fetch/src/client.rs @@ -211,7 +211,7 @@ mod tests { } fn fetch_with_abort(&self, url: &str, _abort: fetch::Abort) -> Self::Result { - assert_eq!(url, "https://ethcore.io/assets/images/ethcore-black-horizontal.png"); + assert_eq!(url, "https://parity.io/assets/images/ethcore-black-horizontal.png"); future::ok(if self.return_success { let cursor = ::std::io::Cursor::new(b"result"); fetch::Response::from_reader(cursor) diff --git a/hash-fetch/src/urlhint.rs b/hash-fetch/src/urlhint.rs index 579c83845..156420dad 100644 --- a/hash-fetch/src/urlhint.rs +++ b/hash-fetch/src/urlhint.rs @@ -370,7 +370,7 @@ pub mod tests { // then assert_eq!(res, Some(URLHintResult::Content(Content { - url: "https://ethcore.io/assets/images/ethcore-black-horizontal.png".into(), + url: "https://parity.io/assets/images/ethcore-black-horizontal.png".into(), mime: mime!(Image/Png), owner: Address::from_str("deadcafebeefbeefcafedeaddeedfeedffffffff").unwrap(), }))) @@ -395,11 +395,11 @@ pub mod tests { #[test] fn should_guess_mime_type_from_url() { - let url1 = "https://ethcore.io/parity"; - let url2 = "https://ethcore.io/parity#content-type=image/png"; - let url3 = "https://ethcore.io/parity#something&content-type=image/png"; - let url4 = "https://ethcore.io/parity.png#content-type=image/jpeg"; - let url5 = "https://ethcore.io/parity.png"; + let url1 = "https://parity.io/parity"; + let url2 = "https://parity.io/parity#content-type=image/png"; + let url3 = "https://parity.io/parity#something&content-type=image/png"; + let url4 = "https://parity.io/parity.png#content-type=image/jpeg"; + let url5 = "https://parity.io/parity.png"; assert_eq!(guess_mime_type(url1), None); diff --git a/js/src/3rdparty/email-verification/terms-of-service.js b/js/src/3rdparty/email-verification/terms-of-service.js index c5deb7ee4..8826be032 100644 --- a/js/src/3rdparty/email-verification/terms-of-service.js +++ b/js/src/3rdparty/email-verification/terms-of-service.js @@ -22,6 +22,6 @@ export default (
  • We collect your email address when you use this service. This is temporarily kept in memory, and then encrypted and stored in our EU servers. We only retain the cryptographic hash of the email address to prevent duplicated accounts. The cryptographic hash of your email address is also stored on the blockchain which is public by design. You consent to this use.
  • You pay a fee for the cost of this service using the account you want to verify.
  • Your email address is transmitted to a third party EU email verification service mailjet for the sole purpose of the email verification. You consent to this use. Mailjet's privacy policy is here: https://www.mailjet.com/privacy-policy.
  • -
  • Parity Technology Limited is registered in England and Wales under company number 09760015 and complies with the Data Protection Act 1998 (UK). You may contact us via email at admin@parity.io. Our general privacy policy can be found here: https://ethcore.io/legal.html.
  • +
  • Parity Technology Limited is registered in England and Wales under company number 09760015 and complies with the Data Protection Act 1998 (UK). You may contact us via email at admin@parity.io. Our general privacy policy can be found here: https://parity.io/legal.html.
  • ); diff --git a/js/src/3rdparty/sms-verification/terms-of-service.js b/js/src/3rdparty/sms-verification/terms-of-service.js index 98acd2599..9451a382b 100644 --- a/js/src/3rdparty/sms-verification/terms-of-service.js +++ b/js/src/3rdparty/sms-verification/terms-of-service.js @@ -22,6 +22,6 @@ export default (
  • We collect your phone number when you use this service. This is temporarily kept in memory, and then encrypted and stored in our EU servers. We only retain the cryptographic hash of the number to prevent duplicated accounts. You consent to this use.
  • You pay a fee for the cost of this service using the account you want to verify.
  • Your phone number is transmitted to a third party US SMS verification service Twilio for the sole purpose of the SMS verification. You consent to this use. Twilio’s privacy policy is here: https://www.twilio.com/legal/privacy/developer.
  • -
  • Parity Technology Limited is registered in England and Wales under company number 09760015 and complies with the Data Protection Act 1998 (UK). You may contact us via email at admin@parity.io. Our general privacy policy can be found here: https://ethcore.io/legal.html.
  • +
  • Parity Technology Limited is registered in England and Wales under company number 09760015 and complies with the Data Protection Act 1998 (UK). You may contact us via email at admin@parity.io. Our general privacy policy can be found here: https://parity.io/legal.html.
  • ); diff --git a/js/src/lib.rs.in b/js/src/lib.rs.in index 42d25c995..2dabd46c5 100644 --- a/js/src/lib.rs.in +++ b/js/src/lib.rs.in @@ -42,7 +42,7 @@ impl WebApp for App { Info { name: "Parity UI", version: env!("CARGO_PKG_VERSION"), - author: "Ethcore ", + author: "Ethcore ", description: "New UI for Parity.", icon_url: "icon.png", } diff --git a/js/src/modals/FirstRun/TnC/tnc.js b/js/src/modals/FirstRun/TnC/tnc.js index 195401b7e..51b70f8dc 100644 --- a/js/src/modals/FirstRun/TnC/tnc.js +++ b/js/src/modals/FirstRun/TnC/tnc.js @@ -76,7 +76,7 @@ export default class TnC extends Component {

    You agree that you are solely responsible for (and that EthCore has no responsibility to you or to any third party for) any breach of your obligations under these terms and for the consequences (including any loss or damage which EthCore may suffer) of any such breach.

    Privacy and your personal information

    -

    You agree to the use of your data (if any is gathered) in accordance with EthCore’s privacy policies: https://ethcore.io/legal.html. This policy explains how EthCore treats your personal information (if any is gathered), and protects your privacy, when you use EthCore’s Products.

    +

    You agree to the use of your data (if any is gathered) in accordance with EthCore’s privacy policies: https://parity.io/legal.html. This policy explains how EthCore treats your personal information (if any is gathered), and protects your privacy, when you use EthCore’s Products.

    Content in Parity

    You understand that all information and data (such as smart contracts, data files, written text, computer software, music, audio files or other sounds, photographs, videos or other images) which you may have access to as part of, or through your use of, EthCore’s Product are the sole responsibility of the person from which such content originated. All such information is referred to below as the “Content”.

    @@ -87,7 +87,7 @@ export default class TnC extends Component {

    Proprietary rights

    You acknowledge and agree that EthCore own all legal right, title and interest in and to the Parity and EthCore’s Products, including any intellectual property rights which subsist in Parity and EthCore’s Products (whether those rights happen to be registered or not, and wherever in the world those rights may exist).

    Unless you have agreed otherwise in writing with EthCore, nothing in the Terms gives you a right to use any of EthCore’s trade names, trade marks, service marks, logos, domain names, and other distinctive brand features.

    -

    If you have been given an explicit right to use any of these brand features in a separate written agreement with EthCore, then you agree that your use of such features shall be in compliance with that agreement, any applicable provisions of these terms, and EthCore’s brand feature use guidelines as updated from time to time. These guidelines can be viewed online at https://ethcore.io/press.html.

    +

    If you have been given an explicit right to use any of these brand features in a separate written agreement with EthCore, then you agree that your use of such features shall be in compliance with that agreement, any applicable provisions of these terms, and EthCore’s brand feature use guidelines as updated from time to time. These guidelines can be viewed online at https://parity.io/press.html.

    EthCore acknowledges and agrees that it obtains no right, title or interest from you (or your licensors) under these terms in or to any content that you submit, post, transmit or display on, or through, Parity, including any intellectual property rights which subsist in that content (whether those rights happen to be registered or not, and wherever in the world those rights may exist). Unless you have agreed otherwise in writing with EthCore, you agree that you are responsible for protecting and enforcing those rights and that EthCore has no obligation to do so on your behalf.

    You agree that you shall not remove, obscure, or alter any proprietary rights notices (including copyright and trade mark notices) which may be affixed to or contained within Parity or EthCore’s Products.

    Unless you have been expressly authorized to do so in writing by EthCore, you agree that in using Parity, you will not use any trade mark, service mark, trade name, logo of any company or organization in a way that is likely or intended to cause confusion about the owner or authorized user of such marks, names or logos.

    @@ -145,7 +145,7 @@ export default class TnC extends Component {

    You acknowledge and agree that EthCore is not liable for any loss or damage which may be incurred by you as a result of the availability of those external sites or resources, or as a result of any reliance placed by you on the completeness, accuracy or existence of any advertising, products or other materials on, or available from, such web sites or resources.

    Changes to the Terms

    -

    EthCore may make changes to these from time to time. When these changes are made, EthCore will make a new copy of these terms available at https://ethcore.io/legal.html and any new terms will be made available to you from within, or through, the affected EthCore’s Product.

    +

    EthCore may make changes to these from time to time. When these changes are made, EthCore will make a new copy of these terms available at https://parity.io/legal.html and any new terms will be made available to you from within, or through, the affected EthCore’s Product.

    You understand and agree that if you use Parity or EthCore’s Products after the date on which the Terms have changed, EthCore will treat your use as acceptance of the updated terms.

    General legal terms

    diff --git a/js/src/views/Dapps/builtin.json b/js/src/views/Dapps/builtin.json index 673b4acd3..e223730eb 100644 --- a/js/src/views/Dapps/builtin.json +++ b/js/src/views/Dapps/builtin.json @@ -3,7 +3,7 @@ "url": "chaindeploy", "name": "Chain Deployment", "description": "Deploy all basic contracts, names & applications to the network", - "author": "Parity Team ", + "author": "Parity Team ", "version": "1.0.0", "visible": false }, @@ -12,7 +12,7 @@ "url": "tokendeploy", "name": "Token Deployment", "description": "Deploy new basic tokens that you are able to send around", - "author": "Parity Team ", + "author": "Parity Team ", "version": "1.0.0", "visible": true }, @@ -21,7 +21,7 @@ "url": "registry", "name": "Registry", "description": "A global registry of addresses on the network", - "author": "Parity Team ", + "author": "Parity Team ", "version": "1.0.0", "visible": true }, @@ -30,7 +30,7 @@ "url": "tokenreg", "name": "Token Registry", "description": "A registry of transactable tokens on the network", - "author": "Parity Team ", + "author": "Parity Team ", "version": "1.0.0", "visible": true, "secure": true @@ -40,7 +40,7 @@ "url": "signaturereg", "name": "Method Registry", "description": "A registry of method signatures for lookups on transactions", - "author": "Parity Team ", + "author": "Parity Team ", "version": "1.0.0", "visible": true }, @@ -49,7 +49,7 @@ "url": "githubhint", "name": "GitHub Hint", "description": "A mapping of GitHub URLs to hashes for use in contracts as references", - "author": "Parity Team ", + "author": "Parity Team ", "version": "1.0.0", "visible": false, "secure": true @@ -59,7 +59,7 @@ "url": "localtx", "name": "TxQueue Viewer", "description": "Have a peek at the internals of your node's transaction queue", - "author": "Parity Team ", + "author": "Parity Team ", "version": "1.0.0", "visible": true, "secure": true @@ -69,7 +69,7 @@ "url": "dappreg", "name": "Dapp Registration", "description": "Enables the registration and content management of dapps on the network", - "author": "Parity Team ", + "author": "Parity Team ", "version": "1.0.0", "visible": false, "secure": true @@ -79,7 +79,7 @@ "url": "web", "name": "Browser", "description": "A Web 2.0 hosted pseudo-dapps browser", - "author": "Parity Team ", + "author": "Parity Team ", "version": "1.0.0", "visible": true, "skipBuild": true, @@ -91,7 +91,7 @@ "name": "Parity/Web3 console", "description": "A Javascript development console complete with web3 and parity objects", "version": "0.3", - "author": "Gav Wood ", + "author": "Gav Wood ", "position": "top-right", "visible": true, "secure": true, diff --git a/parity/configuration.rs b/parity/configuration.rs index 356be8025..3c3c591c1 100644 --- a/parity/configuration.rs +++ b/parity/configuration.rs @@ -1369,13 +1369,13 @@ mod tests { let conf0 = parse(&["parity"]); let conf1 = parse(&["parity", "--jsonrpc-hosts", "none"]); let conf2 = parse(&["parity", "--jsonrpc-hosts", "all"]); - let conf3 = parse(&["parity", "--jsonrpc-hosts", "ethcore.io,something.io"]); + let conf3 = parse(&["parity", "--jsonrpc-hosts", "parity.io,something.io"]); // then assert_eq!(conf0.rpc_hosts(), Some(Vec::new())); assert_eq!(conf1.rpc_hosts(), Some(Vec::new())); assert_eq!(conf2.rpc_hosts(), None); - assert_eq!(conf3.rpc_hosts(), Some(vec!["ethcore.io".into(), "something.io".into()])); + assert_eq!(conf3.rpc_hosts(), Some(vec!["parity.io".into(), "something.io".into()])); } #[test] @@ -1386,13 +1386,13 @@ mod tests { let conf0 = parse(&["parity"]); let conf1 = parse(&["parity", "--ipfs-api-hosts", "none"]); let conf2 = parse(&["parity", "--ipfs-api-hosts", "all"]); - let conf3 = parse(&["parity", "--ipfs-api-hosts", "ethcore.io,something.io"]); + let conf3 = parse(&["parity", "--ipfs-api-hosts", "parity.io,something.io"]); // then assert_eq!(conf0.ipfs_hosts(), Some(Vec::new())); assert_eq!(conf1.ipfs_hosts(), Some(Vec::new())); assert_eq!(conf2.ipfs_hosts(), None); - assert_eq!(conf3.ipfs_hosts(), Some(vec!["ethcore.io".into(), "something.io".into()])); + assert_eq!(conf3.ipfs_hosts(), Some(vec!["parity.io".into(), "something.io".into()])); } #[test] @@ -1402,12 +1402,12 @@ mod tests { // when let conf0 = parse(&["parity"]); let conf1 = parse(&["parity", "--ipfs-api-cors", "*"]); - let conf2 = parse(&["parity", "--ipfs-api-cors", "http://ethcore.io,http://something.io"]); + let conf2 = parse(&["parity", "--ipfs-api-cors", "http://parity.io,http://something.io"]); // then assert_eq!(conf0.ipfs_cors(), None); assert_eq!(conf1.ipfs_cors(), Some(vec!["*".into()])); - assert_eq!(conf2.ipfs_cors(), Some(vec!["http://ethcore.io".into(),"http://something.io".into()])); + assert_eq!(conf2.ipfs_cors(), Some(vec!["http://parity.io".into(),"http://something.io".into()])); } #[test] diff --git a/rpc/src/v1/tests/mocked/parity_set.rs b/rpc/src/v1/tests/mocked/parity_set.rs index 4383ee560..0e2d6ab27 100644 --- a/rpc/src/v1/tests/mocked/parity_set.rs +++ b/rpc/src/v1/tests/mocked/parity_set.rs @@ -198,7 +198,7 @@ fn rpc_parity_set_hash_content() { let mut io = IoHandler::new(); io.extend_with(parity_set_client(&client, &miner, &updater, &network).to_delegate()); - let request = r#"{"jsonrpc": "2.0", "method": "parity_hashContent", "params":["https://ethcore.io/assets/images/ethcore-black-horizontal.png"], "id": 1}"#; + let request = r#"{"jsonrpc": "2.0", "method": "parity_hashContent", "params":["https://parity.io/assets/images/ethcore-black-horizontal.png"], "id": 1}"#; let response = r#"{"jsonrpc":"2.0","result":"0x2be00befcf008bc0e7d9cdefc194db9c75352e8632f48498b5a6bfce9f02c88e","id":1}"#; assert_eq!(io.handle_request_sync(request), Some(response.to_owned())); diff --git a/rpc_cli/Cargo.toml b/rpc_cli/Cargo.toml index bb3588015..ed53bcc16 100644 --- a/rpc_cli/Cargo.toml +++ b/rpc_cli/Cargo.toml @@ -1,7 +1,7 @@ [package] -authors = ["Ethcore "] +authors = ["Ethcore "] description = "Parity Cli Tool" -homepage = "http://ethcore.io" +homepage = "http://parity.io" license = "GPL-3.0" name = "rpc-cli" version = "1.4.0"