Browse Source

Purge left-over app-vanitygen references (#629)

Jaco Greeff 6 years ago
parent
commit
f065e9945d
4 changed files with 4 additions and 16 deletions
  1. 0 1
      README.md
  2. 4 0
      packages/app-accounts/README.md
  3. 0 1
      packages/apps/package.json
  4. 0 14
      yarn.lock

+ 0 - 1
README.md

@@ -30,7 +30,6 @@ The repo is split into a number of packages, each representing an application. T
 - [app-storage](packages/app-storage/) A simple node storage query application. Multiple queries can be queued and updates as new values become available.
 - [app-toolbox](packages/app-toolbox/) Utilities to manage data.
 - [app-transfer](packages/app-transfer/) A basic account management app, allowing transfer of DOTs between accounts.
-- [app-vanitygen](packages/app-vanitygen/) A toy that allows you to generate vanity addresses. Running `yarn run vanitygen --match <string>` runs the generator as a Node CLI app. (Orders of a magnitude faster due to the use of libsoldium bindings)
 
 In addition the following libraries are also included in the repo. These are to be moved to the [@polkadot/ui](https://github.com/polkadot-js/ui/) repository once it reaches a base level of stability and usability. (At this point with the framework being tested on the apps above, it makes development easier having it close)
 

+ 4 - 0
packages/app-accounts/README.md

@@ -1 +1,5 @@
 # @polkadot/app-accounts
+
+## vanity
+
+Running `yarn run vanitygen --match <string>` runs the generator as a Node CLI app. (Orders of a magnitude faster due to the use of libsoldium bindings)

+ 0 - 1
packages/apps/package.json

@@ -24,7 +24,6 @@
     "@polkadot/app-storage": "^0.22.29",
     "@polkadot/app-toolbox": "^0.22.29",
     "@polkadot/app-transfer": "^0.22.29",
-    "@polkadot/app-vanitygen": "^0.22.18",
     "@polkadot/ui-app": "^0.22.29",
     "@polkadot/ui-assets": "^0.25.7",
     "@polkadot/ui-signer": "^0.22.29"

+ 0 - 14
yarn.lock

@@ -1413,20 +1413,6 @@
     "@types/rx" "^4.1.1"
     rxjs "^6.3.3"
 
-"@polkadot/app-vanitygen@^0.22.18":
-  version "0.22.18"
-  resolved "https://registry.yarnpkg.com/@polkadot/app-vanitygen/-/app-vanitygen-0.22.18.tgz#2bbef8809c2f7bc7ccf479f1331b92ce0b9c4286"
-  integrity sha512-2V6r7Xgi0YXtdVErCTGXlPf0Y8OUXxLgaCmd+rMmFr4eOLv6F/u+rq/2Nax/QMue8o/Qu1mWo3vLpEK9bp8H4g==
-  dependencies:
-    "@babel/runtime" "^7.2.0"
-    "@polkadot/ui-app" "^0.22.18"
-    "@types/yargs" "^12.0.5"
-    babel-plugin-module-resolver "^3.1.1"
-    libsodium-wrappers "^0.7.3"
-    yargs "^12.0.5"
-  optionalDependencies:
-    sodium "^3.0.2"
-
 "@polkadot/dev-react@^0.23.13":
   version "0.23.13"
   resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.23.13.tgz#ba62bdc9bd7402acf21cdf9559444db89dea0b6e"