Skip to content

Commit

Permalink
Purge left-over app-vanitygen references (polkadot-js#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jan 20, 2019
1 parent df97d2f commit f065e99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 4 additions & 0 deletions packages/app-accounts/README.md
Original file line number Diff line number Diff line change
@@ -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)
1 change: 0 additions & 1 deletion packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 0 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f065e99

Please sign in to comment.