Swap to HDKD dev keyring (#91)

* Swap to HDKD dev keyring

* CHANGELOG

* Bump deps

* Bump version
This commit is contained in:
Jaco Greeff
2019-03-13 17:12:32 +01:00
committed by GitHub
parent dec711805d
commit e3edfd3fec
10 changed files with 69 additions and 87 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.28.8",
"version": "0.29.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -16,9 +16,9 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^0.34.36",
"@polkadot/types": "^0.45.21",
"@polkadot/util": "^0.34.36"
"@polkadot/keyring": "^0.36.1",
"@polkadot/types": "^0.46.11",
"@polkadot/util": "^0.36.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",
+1 -1
View File
@@ -84,7 +84,7 @@ export default class Base {
}
protected initKeyring (options: KeyringOptions): void {
const keyring = testKeyring({ addressPrefix: this._prefix, ...options });
const keyring = testKeyring({ addressPrefix: this._prefix, ...options }, true);
if (isBoolean(options.isDevelopment)) {
this.setDevMode(options.isDevelopment);