From 9d49f5166624fe5c8546c6da54395a5b54927b53 Mon Sep 17 00:00:00 2001 From: Peng Zhong Date: Tue, 13 Feb 2018 13:33:06 +0800 Subject: [PATCH 1/6] rename instances of cosmos ui to voyager --- README.md | 12 ++++++------ app/index.ejs | 4 ++-- app/package.json | 15 --------------- app/src/main/index.js | 2 +- app/src/main/menu.js | 4 ++-- .../renderer/components/common/NiDataError.vue | 2 +- .../renderer/components/common/NiModalHelp.vue | 4 ++-- .../components/common/NiSessionWelcome.vue | 2 +- config.js | 2 +- docs/release.md | 10 +++++----- package.json | 8 ++++---- tasks/test-build.js | 2 +- tasks/windows-installer.js | 14 +++++++------- test/e2e/signin.js | 2 +- .../__snapshots__/NISessionWelcome.spec.js.snap | 4 ++-- .../common/__snapshots__/NiDataError.spec.js.snap | 2 +- .../common/__snapshots__/NiModalHelp.spec.js.snap | 4 ++-- test/unit/specs/main.spec.js | 2 +- 18 files changed, 40 insertions(+), 55 deletions(-) delete mode 100644 app/package.json diff --git a/README.md b/README.md index f1967629af..517c25e9d1 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ ![the cosmos network](cosmos-github.jpg) -# Cosmos UI +# Cosmos Voyager -👋 Welcome to the official user interface for the [Cosmos Network](https://cosmos.network/). +👋 Welcome to Voyager, the official user interface for the [Cosmos Network](https://cosmos.network/). -💻 The Cosmos UI is a desktop application built with [Electron](https://github.com/electron/electron). Cosmos UI runs on macOS 10.9+, Windows 7+, and Debian-based Linux distros. +💻VoyagerVoyager is a desktop application built with [Electron](https://github.com/electron/electron). Voyager runs on macOS 10.9+, Windows 7+, and Debian-based Linux distros. ⚠️ This is still alpha-level software. __DO NOT__ enter your Cosmos fundraiser seed into the UI. -🎉 Releases can be found [here](https://github.com/cosmos/cosmos-ui/releases). +🎉 Releases can be found [here](https://github.com/cosmos/voyager/releases). --- @@ -131,7 +131,7 @@ A list of all environment variables and their purpose: |COSMOS_TEST|'true', 'false'|'false'|Disable code that influences unit tests, like logging to files| |COSMOS_NETWORK|{path to network configuration folder}|'../networks/gaia-1'|Network to connect to| |COSMOS_UI_ONLY|'true', 'false'|'false'|Ignore spinning up the tendermint binaries| -|COSMOS_HOME|{path to config persistence folder}|'$HOME/cosmos-ui[-dev]'|| +|COSMOS_HOME|{path to config persistence folder}|'$HOME/voyager[-dev]'|| |COSMOS_NODE|{ip of a certain node}||Node to connect to| |PLATFORM_TARGET|'all', 'win32', 'darwin', 'linux', 'mas'|'all'|Which platform to build for| |COSMOS_DEVTOOLS|'true', 'false'|'false'|Open the debug panel in the electron view| @@ -141,7 +141,7 @@ A list of all environment variables and their purpose: ### FAQ -- If tendermint crashes and the log shows `Tendermint state.AppHash does not match AppHash after replay.` delete the config folders at `$HOME/.cosmos-ui[-dev]`. +- If tendermint crashes and the log shows `Tendermint state.AppHash does not match AppHash after replay.` delete the config folders at `$HOME/.voyager[-dev]`. - If you use yarn, the post-install hook may not execute. If this happens you'll have to execute the script manually: ```bash diff --git a/app/index.ejs b/app/index.ejs index 8d3019b0ba..9f518f6bae 100644 --- a/app/index.ejs +++ b/app/index.ejs @@ -1,6 +1,6 @@ -Cosmos - Internet of Blockchains +Cosmos Voyager <% if (htmlWebpackPlugin.options.appModules) { %>