From 6337a1f7f54bb2a50cacede28b19e4ffedfb2652 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Mon, 18 Mar 2019 17:33:33 +0100 Subject: [PATCH] 0.31-stable (#95) --- CHANGELOG.md | 5 +++ lerna.json | 2 +- packages/ui-assets/package.json | 2 +- packages/ui-identicon/package.json | 8 ++--- packages/ui-keyring/package.json | 8 ++--- packages/ui-settings/package.json | 2 +- packages/ui-util/package.json | 4 +-- yarn.lock | 54 +++++++++++++++--------------- 8 files changed, 45 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b96f90e..268bf01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.31.1 + +- Allow for latest keyring with sr25519 derived support +- When using dev mode, it assumes the substrate node has sr25519 derived keys + # 0.30.1 - Swap to publishing -beta.x on merge (non-breaking testing) diff --git a/lerna.json b/lerna.json index df9d4683..38eea72f 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.31.0-beta.0" + "version": "0.31.0" } diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index a855a656..6764f106 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.31.0-beta.0", + "version": "0.31.0", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-identicon/package.json b/packages/ui-identicon/package.json index 2c24e115..28c02a94 100644 --- a/packages/ui-identicon/package.json +++ b/packages/ui-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-identicon", - "version": "0.31.0-beta.0", + "version": "0.31.0", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.3.4", - "@polkadot/ui-settings": "^0.31.0-beta.0", + "@polkadot/ui-settings": "^0.31.0", "@types/color": "^3.0.0", "@types/react-copy-to-clipboard": "^4.2.6", "color": "^3.0.0", @@ -23,8 +23,8 @@ "react": "*" }, "devDependencies": { - "@polkadot/keyring": "^0.38.0-beta.4", - "@polkadot/util-crypto": "^0.38.0-beta.4", + "@polkadot/keyring": "^0.38.1", + "@polkadot/util-crypto": "^0.38.1", "xmlserializer": "^0.6.1" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index ef1814de..f0f30f54 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.31.0-beta.0", + "version": "0.31.0", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -16,9 +16,9 @@ "store": "^2.0.12" }, "devDependencies": { - "@polkadot/keyring": "^0.38.0-beta.4", - "@polkadot/types": "^0.48.0-beta.1", - "@polkadot/util": "^0.38.0-beta.4" + "@polkadot/keyring": "^0.38.1", + "@polkadot/types": "^0.48.1", + "@polkadot/util": "^0.38.1" }, "peerDependencies": { "@polkadot/keyring": "*", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 5082ca75..fa8ac771 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.31.0-beta.0", + "version": "0.31.0", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-util/package.json b/packages/ui-util/package.json index 090186b2..017ea5b7 100644 --- a/packages/ui-util/package.json +++ b/packages/ui-util/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-util", - "version": "0.31.0-beta.0", + "version": "0.31.0", "description": "Utility functions (non-React) that aid in display, formats and determination", "main": "index.js", "author": "Jaco Greeff ", @@ -12,7 +12,7 @@ "@babel/runtime": "^7.3.4" }, "devDependencies": { - "@polkadot/types": "^0.48.0-beta.1" + "@polkadot/types": "^0.48.1" }, "peerDependencies": { "@polkadot/types": "*" diff --git a/yarn.lock b/yarn.lock index e7950edc..009bd4ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1533,45 +1533,40 @@ typescript "^3.3.3333" vuepress "^1.0.0-alpha.40" -"@polkadot/keyring@^0.38.0-beta.4": - version "0.38.0-beta.4" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.38.0-beta.4.tgz#18e89f234fb60764c973f9f992b225105f03aaf4" - integrity sha512-xm5tRsXISF6jWCbL/8pq8yqAsvVp3yFnYlyAd/u+Oj/XEQR5Vij26y7eQUXyX6pFYRtFda/RSaNLWkKDHoUJbQ== +"@polkadot/keyring@^0.38.1": + version "0.38.1" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.38.1.tgz#a06b4bbc70095ea879e25f272f89ae79815dc004" + integrity sha512-J8aTWNar5HmChgSeRMvH3PtTE0AOnsFCSQ+AgcHXSkAYnfh0W2CbL5ZAbdkSyBZfdnvFwC1ei3B6EvIzJ4tB0Q== dependencies: "@babel/runtime" "^7.3.4" - "@polkadot/util" "^0.38.0-beta.4" - "@polkadot/util-crypto" "^0.38.0-beta.4" + "@polkadot/util" "^0.38.1" + "@polkadot/util-crypto" "^0.38.1" "@types/bs58" "^4.0.0" bs58 "^4.0.1" -"@polkadot/schnorrkel-js@^0.2.0-12": - version "0.2.0-12" - resolved "https://registry.yarnpkg.com/@polkadot/schnorrkel-js/-/schnorrkel-js-0.2.0-12.tgz#fd70f3b79d2c7a97874c26ae41bf331ef8763b77" - integrity sha512-S/tbdME58VDzP5nXE4kWseZnrWGkaMFFmEdW43KlwGlWvxNMREpgncUdDfTFip6lDahcKNSU98n+QJJlkaSB+A== - "@polkadot/ts@^0.1.56": version "0.1.56" resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.56.tgz#ffd6e9c95704a7fb90b918193b9dc5c440114b27" integrity sha512-wnt4zXxZXyz6WaubTO/I+nUElwV2DogFzdl6CrKfVn2PTWp8uHN06W9s40FH57ORtmQfDr9rLRP8Nq+oIyElbg== -"@polkadot/types@^0.48.0-beta.1": - version "0.48.0-beta.1" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.48.0-beta.1.tgz#ba501470dc2c1a43e0ce391e37329d1ac4db2c6b" - integrity sha512-wF2HbJ+zduPn1HEzj12KuQd0atd4QrEJxPdLwMHiAJ+3FrfbwSgkMhVaBByMjLL9m7aE7N2C9r2w8/03nm42Xg== +"@polkadot/types@^0.48.1": + version "0.48.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.48.1.tgz#ae05af47a6de07d848f176102fa77a9a827077c2" + integrity sha512-+jwCWObVeK3w6T4Pp+2pUZuZ2BOnsMeLShHntfXAm48E4MLJInfHGXK54LkbspkzfJ6HlR5cJ7dxUrMUGaNTyw== dependencies: "@babel/runtime" "^7.3.4" - "@polkadot/keyring" "^0.38.0-beta.4" - "@polkadot/util" "^0.38.0-beta.4" + "@polkadot/keyring" "^0.38.1" + "@polkadot/util" "^0.38.1" core-js "^2.6.5" -"@polkadot/util-crypto@^0.38.0-beta.4": - version "0.38.0-beta.4" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.38.0-beta.4.tgz#a26bc2409baef56d5d8213a08bf91a92322ecbc8" - integrity sha512-fTxrv7CipaMrmjFi4Dy+r3BqhC8WIOfRAUCRXCkaHBDd2cRyrDrHRrONVAbUhv36B/ZNogaVRd3Aq2uF1TSpzw== +"@polkadot/util-crypto@^0.38.1": + version "0.38.1" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.38.1.tgz#534a30935de6d865397a4eb581ad49fcb7eaa1cc" + integrity sha512-vmFzER/rbALsBymR+J0Lxtzwwy0xLZRJvecFsx52XL/j6AXus0cAeqzjqDO+Tnpg5+t+Fk+f6y4AE5U7bLaRvQ== dependencies: "@babel/runtime" "^7.3.4" - "@polkadot/schnorrkel-js" "^0.2.0-12" - "@polkadot/util" "^0.38.0-beta.4" + "@polkadot/util" "^0.38.1" + "@polkadot/wasm-schnorrkel" "^0.1.1" "@types/bip39" "^2.4.2" "@types/pbkdf2" "^3.0.0" "@types/secp256k1" "^3.5.0" @@ -1584,10 +1579,10 @@ tweetnacl "^1.0.1" xxhashjs "^0.2.2" -"@polkadot/util@^0.38.0-beta.4": - version "0.38.0-beta.4" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.38.0-beta.4.tgz#ae791b53feed18240f1335db47de1ef05ba4be15" - integrity sha512-Aq1Ul1JEQDdZSUhQPztbWrZHqFGkWMMK3bg47xtoxrWdtqYhS52a89i+LANSNqli65Z2KhVSTsBakj/tCMBxNQ== +"@polkadot/util@^0.38.1": + version "0.38.1" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.38.1.tgz#602a16e801b0deaae83af6d0ef0d56978ca84c54" + integrity sha512-js8Lc1GsAIDPqjTefySFNThQTZ0XDS6uU9cWIcfJSSL/rjkAB0noiVf7WOkRMFz847kfeT5cjbQb9ZO+3Iqgyw== dependencies: "@babel/runtime" "^7.3.4" "@types/bn.js" "^4.11.4" @@ -1601,6 +1596,11 @@ ip-regex "^4.0.0" moment "^2.24.0" +"@polkadot/wasm-schnorrkel@^0.1.1": + version "0.1.1" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-schnorrkel/-/wasm-schnorrkel-0.1.1.tgz#3864d0e1393dcea571c80f2ea795d5f667fe90f8" + integrity sha512-5BnRq6kHS1d8PH9NSDql+x1boVY/51lrsC9EvbMFSRpSc67p3h+LjG0/BiJVgMOD7P/HZYy2oACJU0Khrwq2gA== + "@types/accepts@*": version "1.3.5" resolved "https://registry.yarnpkg.com/@types/accepts/-/accepts-1.3.5.tgz#c34bec115cfc746e04fe5a059df4ce7e7b391575"