Skip to content
Merged

CC3 #246

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.47.1

- Support for Kusama CC3 (network endpoints)
- Genesis hashes for accounts can now lookup against a range (so CC2-locked accounts will show on CC3)
- Language options have been removed from settings (these will be app-specific)
- QR display loops now have a timeout decay (slower as it loops)

# 0.46.1

- Add an example for using React Native (thanks to https://github.com/cameronfr)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"packages": [
"packages/*"
],
"version": "0.47.0-beta.12"
"version": "0.47.0"
}
2 changes: 1 addition & 1 deletion packages/example-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-react",
"version": "0.47.0-beta.12",
"version": "0.47.0",
"description": "A very basic example with ui-* & react-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-vue",
"version": "0.47.0-beta.12",
"version": "0.47.0",
"description": "A very basic example with ui-* & vue-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
8 changes: 4 additions & 4 deletions packages/exampleReactNative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.47.0-beta.12",
"version": "0.47.0",
"private": true,
"workspaces": {
"nohoist": [
Expand All @@ -23,9 +23,9 @@
"test": "jest"
},
"dependencies": {
"@polkadot/reactnative-identicon": "^0.47.0-beta.12",
"@polkadot/ui-keyring": "^0.47.0-beta.12",
"@polkadot/ui-settings": "^0.47.0-beta.12",
"@polkadot/reactnative-identicon": "^0.47.0",
"@polkadot/ui-keyring": "^0.47.0",
"@polkadot/ui-settings": "^0.47.0",
"@react-native-community/async-storage": "^1.6.2",
"get-yarn-workspaces": "^1.0.2",
"os-browserify": "^0.3.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.47.0-beta.12",
"version": "0.47.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.4",
"@polkadot/ui-settings": "^0.47.0-beta.12",
"@polkadot/ui-shared": "^0.47.0-beta.12",
"@polkadot/ui-settings": "^0.47.0",
"@polkadot/ui-shared": "^0.47.0",
"@types/color": "^3.0.0",
"@types/react-copy-to-clipboard": "^4.3.0",
"color": "^3.1.2",
Expand All @@ -25,8 +25,8 @@
"react": "*"
},
"devDependencies": {
"@polkadot/keyring": "^1.7.0-beta.8",
"@polkadot/util-crypto": "^1.7.0-beta.8",
"@polkadot/keyring": "^1.7.1",
"@polkadot/util-crypto": "^1.7.1",
"xmlserializer": "^0.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/react-qr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-qr",
"version": "0.47.0-beta.12",
"version": "0.47.0",
"description": "Generates and reads QR codes",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactnative-identicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.47.0-beta.12",
"version": "0.47.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.4",
"@polkadot/ui-shared": "^0.47.0-beta.12",
"@polkadot/ui-shared": "^0.47.0",
"react-native-svg": "^9.13.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-assets",
"version": "0.47.0-beta.12",
"version": "0.47.0",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.47.0-beta.12",
"version": "0.47.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down Expand Up @@ -30,9 +30,9 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^1.7.0-beta.8",
"@polkadot/types": "^0.97.0-beta.33",
"@polkadot/util": "^1.7.0-beta.8"
"@polkadot/keyring": "^1.7.1",
"@polkadot/types": "^0.97.0-beta.40",
"@polkadot/util": "^1.7.1"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.73.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.47.0-beta.12",
"version": "0.47.0",
"description": "Manages app settings",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -14,7 +14,7 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/util": "^1.7.0-beta.8"
"@polkadot/util": "^1.7.1"
},
"peerDependencies": {
"@polkadot/util": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-settings/src/defaults/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const CHAIN_INFO: Record<ChainName, ChainData> = {
type: 'Substrate Testnet'
},
kusama: {
chainDisplay: 'Kusama CC2',
chainDisplay: 'Kusama CC3',
logo: 'kusama',
type: 'Polkadot Canary'
}
Expand Down Expand Up @@ -82,7 +82,7 @@ const PROVIDERS: Record<ProviderName, PoviderData> = {
w3f: {
providerDisplay: 'Web3 Foundation',
nodes: {
kusama: 'wss://serinus-5.kusama.network/'
kusama: 'wss://cc3-5.kusama.network/'
}
}
};
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.47.0-beta.12",
"version": "0.47.0",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -17,6 +17,6 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^1.7.0-beta.8"
"@polkadot/util-crypto": "^1.7.1"
}
}
4 changes: 2 additions & 2 deletions packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.47.0-beta.12",
"version": "0.47.0",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
Expand All @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.4",
"@polkadot/ui-shared": "^0.47.0-beta.12",
"@polkadot/ui-shared": "^0.47.0",
"jdenticon": "2.2.0"
},
"peerDependencies": {
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2163,14 +2163,14 @@
typescript "^3.7.2"
vuepress "^1.2.0"

"@polkadot/keyring@^1.7.0-beta.8":
version "1.7.0-beta.8"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-1.7.0-beta.8.tgz#dc6f15ea629df9dcc0b3e220171148647721701f"
integrity sha512-uv+XIcTeihApUs75gDnaQDaxiJ1LmJDfayRREn+1LKlJMgYhCOdNhISSTn/3hLp+hJLHvIVZ8QEg818Tz+G7WA==
"@polkadot/keyring@^1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-1.7.1.tgz#53a3dd87e547aaee0a877e4fc5fdfc4757e60a0d"
integrity sha512-CWCnU0zsaot0QvEiasKfhCiVlZCIVKOQGPzXiVE9JSjoqTQQJ0BEdaEfM4x0/bFFvvsn/8RcjLPpxBPSfe2eOg==
dependencies:
"@babel/runtime" "^7.7.4"
"@polkadot/util" "^1.7.0-beta.8"
"@polkadot/util-crypto" "^1.7.0-beta.8"
"@polkadot/util" "^1.7.1"
"@polkadot/util-crypto" "^1.7.1"

"@polkadot/ts@^0.1.86":
version "0.1.86"
Expand All @@ -2179,24 +2179,24 @@
dependencies:
"@types/chrome" "^0.0.91"

"@polkadot/types@^0.97.0-beta.33":
version "0.97.0-beta.33"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.97.0-beta.33.tgz#d83d46eabc7b6d5c496f21792bff42dc736eefc9"
integrity sha512-MWHxn9pdh7BCR7tZOPp90jnRdhh1T4GP6sctYYDpskTldneMB+URP38rUoCJuH0c/zJ5zl0z1RUiFksU8Qy7Gg==
"@polkadot/types@^0.97.0-beta.40":
version "0.97.0-beta.40"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.97.0-beta.40.tgz#d7f25e3652a4ef75059fa58fa1d53a9034ecbab1"
integrity sha512-Jj4ewqGnwq9T8Mb/r0b5PcqAAtpeBnfmpv7MiSdlsZDRs9iyiqzHn6PMh8AnjCdo+fA0pN8YA//LmQXkFPVpig==
dependencies:
"@babel/runtime" "^7.7.4"
"@polkadot/util" "^1.7.0-beta.8"
"@polkadot/util-crypto" "^1.7.0-beta.8"
"@polkadot/util" "^1.7.1"
"@polkadot/util-crypto" "^1.7.1"
"@types/memoizee" "^0.4.3"
memoizee "^0.4.14"

"@polkadot/util-crypto@^1.7.0-beta.8":
version "1.7.0-beta.8"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-1.7.0-beta.8.tgz#900eb500a8fd02172590988872407bfb4dc612c6"
integrity sha512-bIhPp/l2e5zMVsDzb2FqXWlYFChkgZci2nF2skP5X/eD+XDOla5+iuGCvajpY3VIYm0SDu6OK5qmfXZ/gqs8OA==
"@polkadot/util-crypto@^1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-1.7.1.tgz#6cb1ed1f7ecbea3b41100231830817e7fd116dc6"
integrity sha512-g0JCciJLJXbkc/Q+2QuJgCgS0Xfl7tO97ALdsI00bgSDA7zlh2zhjpx03Ve47hMndmn7K8ClIGrj4nxHx/95Tw==
dependencies:
"@babel/runtime" "^7.7.4"
"@polkadot/util" "^1.7.0-beta.8"
"@polkadot/util" "^1.7.1"
"@polkadot/wasm-crypto" "^0.14.1"
"@types/bip39" "^2.4.2"
"@types/bs58" "^4.0.0"
Expand All @@ -2212,10 +2212,10 @@
tweetnacl "^1.0.1"
xxhashjs "^0.2.2"

"@polkadot/util@^1.7.0-beta.8":
version "1.7.0-beta.8"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-1.7.0-beta.8.tgz#cf7c42f37b141fb647030fd91a805207f691794b"
integrity sha512-Wk+/9ORJJE12pb0D4OadHQM77mUHaTl4Czf1dnWfge0J3pizV3tXojxunFnQwZbCqyJGnYOkbqu+TDPytVVipw==
"@polkadot/util@^1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-1.7.1.tgz#cb262fa5a441097c0c093532f70d0b7e0503fbb1"
integrity sha512-tWvh+vYDIiXDIWgAGd9zyJWlDKxQ5KYTKZ9uTlLxfuy1qXEdVOjlX9Qz5+FACU2742e8tTvtvM9KfK05VK5X/A==
dependencies:
"@babel/runtime" "^7.7.4"
"@types/bn.js" "^4.11.5"
Expand Down