diff --git a/.gitignore b/.gitignore index 8f82ce3..5fa9984 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,4 @@ yarn-error.log* __pycache__/ # Ignore build releases. -oasis-rose-wallet-*.zip +rose-wallet-*.zip diff --git a/Makefile b/Makefile index 71a0c04..776b663 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: build # Build. build: - @$(ECHO) "$(MAGENTA)*** Building Oasis ROSE Wallet Browser Extension...$(OFF)" + @$(ECHO) "$(MAGENTA)*** Building ROSE Wallet Browser Extension...$(OFF)" @yarn buildProd # Lint code, commits and documentation. diff --git a/README.md b/README.md index 8941adf..d7a1022 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Oasis ROSE Wallet - Browser Extension +# ROSE Wallet - Browser Extension [![CI lint status][github-ci-lint-badge]][github-ci-lint-link] @@ -11,7 +11,7 @@ The official non-custodial browser extension wallet for the [Oasis Network]. ## Introduction -Oasis ROSE Wallet - Browser Extension provides a complete solution for managing your +ROSE Wallet - Browser Extension provides a complete solution for managing your ROSE tokens, including everything for convenient staking of your ROSE tokens. ## Features @@ -24,7 +24,7 @@ ROSE tokens, including everything for convenient staking of your ROSE tokens. - Import accounts directly from their private keys - Watch 3rd-party accounts - Address book of your saved accounts -- Easily switch between different Oasis ROSE wallets that use the same [ADR 0008] +- Easily switch between different ROSE wallets that use the same [ADR 0008] standard account key generation process. ### Transactions @@ -71,7 +71,7 @@ The extension is roughly laid out this way: ### build extension -Oasis ROSE Wallet extension repo uses git-secret to encrypt the endpoints and the api keys. So, you can't build this without creating your own config file. You should create your own `config.js` file in the folder. Refer to the `config.example.js` sample file to create your own configuration. +ROSE Wallet extension repo uses git-secret to encrypt the endpoints and the api keys. So, you can't build this without creating your own config file. You should create your own `config.js` file in the folder. Refer to the `config.example.js` sample file to create your own configuration. ```sh yarn install @@ -103,7 +103,7 @@ COMMIT=`git rev-parse --short HEAD` rm -rf dist/ yarn install --frozen-lockfile yarn buildProd -zip -r oasis-rose-wallet-$VERSION-$COMMIT.zip dist/ +zip -r rose-wallet-$VERSION-$COMMIT.zip dist/ ``` If you're actually making a new release, follow the applicable steps in the diff --git a/config.js b/config.js index ef3a583..2d55be1 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,5 @@ /** - * Oasis ROSE Wallet - Browser Extension's configuration. + * ROSE Wallet - Browser Extension's configuration. * * NOTE: If you intend to build a custom version of the extension, edit this * file appropriately and rebuild the extension. diff --git a/docs/release-process.md b/docs/release-process.md index 883dd80..bd20d87 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -68,7 +68,7 @@ VERSION=`cat public/manifest.json | jq .version -r` rm -rf dist/ yarn install --frozen-lockfile yarn buildProd -zip -r oasis-rose-wallet-$VERSION.zip dist/ +zip -r rose-wallet-$VERSION.zip dist/ ``` Note: The zip file has no Git commit hash. @@ -78,7 +78,7 @@ Note: The zip file has no Git commit hash. Create a tag and create a [new release](https://github.com/oasisprotocol/oasis-wallet-ext/releases/new) on GitHub. -Enter `Oasis ROSE Wallet Release Candidate` for the title. +Enter `ROSE Wallet Release Candidate` for the title. Our Change Log is a file under version control, so all we do is put the link in the description: @@ -98,7 +98,7 @@ _This step is for our web store account admins._ _Contact an admin if you don't have access._ Go to [Chrome Web Store Developer Dashboard](https://chrome.google.com/webstore/devconsole/), -browse to the _Oasis_ROSE Wallet_ item, +browse to the _ROSE Wallet_ item, select _Package_ in the side bar and choose _Upload new package_. @@ -107,15 +107,15 @@ choose _Upload new package_. Change the title: ```diff --Oasis ROSE Wallet Release Candidate -+Oasis ROSE Wallet +-ROSE Wallet Release Candidate ++ROSE Wallet ``` Change the description: ```diff -_Note: This is an internal release candidate._ -+_NOTE: These are developer builds. To download the **official builds**, go to [Chrome Web Store](https://chrome.google.com/webstore/detail/oasis-wallet/ppdadbejkmjnefldpcdjhnkpbjkikoip)._ ++_NOTE: These are developer builds. To download the **official builds**, go to [Chrome Web Store](https://chrome.google.com/webstore/detail/rose-wallet/ppdadbejkmjnefldpcdjhnkpbjkikoip)._ ``` Uncheck the pre-release box. diff --git a/package.json b/package.json index e8470e2..946e291 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@oasisprotocol/oasis-rose-wallet-ext", + "name": "@oasisprotocol/rose-wallet-ext", "version": "1.14.0", "private": true, "scripts": { diff --git a/public/manifest.json b/public/manifest.json index 323b689..5acf3fe 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -24,7 +24,7 @@ "128": "img/oasis.png", "512": "img/oasis.png" }, - "default_title": "Oasis ROSE Wallet", + "default_title": "ROSE Wallet", "default_popup": "popup.html" }, "permissions": [ diff --git a/public/static/popup.html b/public/static/popup.html index f04c669..9d2475c 100755 --- a/public/static/popup.html +++ b/public/static/popup.html @@ -2,7 +2,7 @@ - Oasis ROSE Wallet + ROSE Wallet diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 7e4afe9..66f49a3 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -1,6 +1,6 @@ { "appName": { - "message": "Oasis ROSE Wallet", + "message": "ROSE Wallet", "description": "The name of the application" }, "appDescription": { diff --git a/src/i18n/en.json b/src/i18n/en.json index 7affe6c..73ba63e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -97,7 +97,7 @@ "accountImport": "Import", "postSuccess": "Transaction Submitted", "startHome": "Start", - "walletName": "Oasis ROSE Wallet", + "walletName": "ROSE Wallet", "privateError": "Wrong private key", "importRepeat": "Do not import repeatedly", "confirmDeleteNode": "Delete confirmation", @@ -238,7 +238,7 @@ "txError":"Abnormal transaction", "userReject":"user reject", "webApprove":"Approve", - "walletConnect":"Connect by Oasis ROSE Wallet", + "walletConnect":"Connect by ROSE Wallet", "sign":"Signature", "waitNonce":"Checking Nonce", "connectFirst":"Please connect first", @@ -246,7 +246,7 @@ "dappDisconnect":"Disconnect", "disconnectSuccess":"Disconnect Success", "followConnect":"You have {{number}} accounts connected to the website.", - "needConnectTip":"Oasis ROSE Wallet is not connected to this website. To connect to this website please find the connect button in the website.", + "needConnectTip":"ROSE Wallet is not connected to this website. To connect to this website please find the connect button in the website.", "selectFirst":"Please Select connect address", "connectSuccess":"Connect Success", diff --git a/src/i18n/zh_CN.json b/src/i18n/zh_CN.json index f34b75a..1828583 100644 --- a/src/i18n/zh_CN.json +++ b/src/i18n/zh_CN.json @@ -238,7 +238,7 @@ "dappDisconnect":"未连接", "disconnectSuccess":"断开连接成功", "followConnect":"您有 {{number}} 个账户连接到了该网站。", - "needConnectTip":"Oasis ROSE Wallet 没有连接到这个网站。要连接到此网站请在网站中找到连接按钮。", + "needConnectTip":"ROSE Wallet 没有连接到这个网站。要连接到此网站请在网站中找到连接按钮。", "selectFirst":"请先选择需要连接的地址", "connectSuccess":"连接成功", "changeToAccount":"切换至该账户",