mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-25 01:15:50 +00:00
Rename Substrate entry to "generic" (#327)
* Rename Substrate entry to "generic" * Rewrite yarn.lock * Linting (base package update)
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
step: ['build:release', 'docs:release']
|
step: ['build:release', 'docs:release']
|
||||||
name: ${{ matrix.step }}
|
name: ${{ matrix.step }}
|
||||||
if: "! contains(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/ui'"
|
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/ui'"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@@ -29,8 +29,6 @@ jobs:
|
|||||||
yarn ${{ matrix.step }}
|
yarn ${{ matrix.step }}
|
||||||
|
|
||||||
dummy:
|
dummy:
|
||||||
name: Dummy
|
|
||||||
if: "contains(github.event.head_commit.message, '[CI Skip]')"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: dummy
|
- name: dummy
|
||||||
|
|||||||
+2
-2
@@ -31,8 +31,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.9.6",
|
||||||
"@babel/runtime": "^7.9.6",
|
"@babel/runtime": "^7.9.6",
|
||||||
"@polkadot/dev": "^0.54.1",
|
"@polkadot/dev": "^0.54.3",
|
||||||
"@polkadot/ts": "^0.3.23",
|
"@polkadot/ts": "^0.3.24",
|
||||||
"@types/jest": "^25.2.3",
|
"@types/jest": "^25.2.3",
|
||||||
"babel-plugin-transform-vue-template": "^0.4.2",
|
"babel-plugin-transform-vue-template": "^0.4.2",
|
||||||
"empty": "^0.10.1",
|
"empty": "^0.10.1",
|
||||||
|
|||||||
@@ -40,9 +40,9 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.9.6",
|
||||||
"@babel/runtime": "^7.9.6",
|
"@babel/runtime": "^7.9.6",
|
||||||
"@polkadot/keyring": "^2.10.1",
|
"@polkadot/keyring": "^2.11.1",
|
||||||
"@polkadot/util": "^2.10.1",
|
"@polkadot/util": "^2.11.1",
|
||||||
"@polkadot/util-crypto": "^2.10.1",
|
"@polkadot/util-crypto": "^2.11.1",
|
||||||
"@react-native-community/cli-platform-ios": "^4.9.0",
|
"@react-native-community/cli-platform-ios": "^4.9.0",
|
||||||
"@types/react-test-renderer": "16.9.2",
|
"@types/react-test-renderer": "16.9.2",
|
||||||
"babel-jest": "^26.0.1",
|
"babel-jest": "^26.0.1",
|
||||||
|
|||||||
@@ -26,9 +26,9 @@
|
|||||||
"react-is": "*"
|
"react-is": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/keyring": "^2.10.1",
|
"@polkadot/keyring": "^2.11.1",
|
||||||
"@polkadot/util": "^2.10.1",
|
"@polkadot/util": "^2.11.1",
|
||||||
"@polkadot/util-crypto": "^2.10.1",
|
"@polkadot/util-crypto": "^2.11.1",
|
||||||
"@types/react-copy-to-clipboard": "^4.3.0",
|
"@types/react-copy-to-clipboard": "^4.3.0",
|
||||||
"@types/react-dom": "^16.9.8",
|
"@types/react-dom": "^16.9.8",
|
||||||
"@types/styled-components": "^5.1.0",
|
"@types/styled-components": "^5.1.0",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"react-native": "*"
|
"react-native": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/util-crypto": "^2.10.1",
|
"@polkadot/util-crypto": "^2.11.1",
|
||||||
"@types/react-native": "^0.62.11"
|
"@types/react-native": "^0.62.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,9 +25,9 @@
|
|||||||
"store": "^2.0.12"
|
"store": "^2.0.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/keyring": "^2.10.1",
|
"@polkadot/keyring": "^2.11.1",
|
||||||
"@polkadot/types": "^1.15.1",
|
"@polkadot/types": "^1.17.0-beta.5",
|
||||||
"@polkadot/util": "^2.10.1",
|
"@polkadot/util": "^2.11.1",
|
||||||
"@types/ledgerhq__hw-transport-node-hid": "^4.22.1",
|
"@types/ledgerhq__hw-transport-node-hid": "^4.22.1",
|
||||||
"@types/ledgerhq__hw-transport-webusb": "^4.70.0",
|
"@types/ledgerhq__hw-transport-webusb": "^4.70.0",
|
||||||
"@types/mkdirp": "^1.0.0",
|
"@types/mkdirp": "^1.0.0",
|
||||||
|
|||||||
@@ -326,7 +326,7 @@ export class Keyring extends Base implements KeyringStruct {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Object.keys(meta).forEach((key): void => {
|
Object.keys(meta).forEach((key): void => {
|
||||||
json.meta[key] = meta[key] as unknown;
|
json.meta[key] = meta[key];
|
||||||
});
|
});
|
||||||
|
|
||||||
delete json.meta.isRecent;
|
delete json.meta.isRecent;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"store": "^2.0.12"
|
"store": "^2.0.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/util": "^2.10.1",
|
"@polkadot/util": "^2.11.1",
|
||||||
"@types/store": "^2.0.2"
|
"@types/store": "^2.0.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
@@ -12,21 +12,23 @@ export const PREFIXES: Option[] = [
|
|||||||
text: 'Default for the connected node',
|
text: 'Default for the connected node',
|
||||||
value: -1
|
value: -1
|
||||||
},
|
},
|
||||||
|
// keep as first (well, after default)
|
||||||
{
|
{
|
||||||
info: 'substrate',
|
info: 'substrate',
|
||||||
text: 'Substrate (development)',
|
text: 'Substrate (generic)',
|
||||||
value: 42
|
value: 42
|
||||||
},
|
},
|
||||||
|
// all in ascending order based on value
|
||||||
|
{
|
||||||
|
info: 'polkadot',
|
||||||
|
text: 'Polkadot (live)',
|
||||||
|
value: 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
info: 'kusama',
|
info: 'kusama',
|
||||||
text: 'Kusama (canary)',
|
text: 'Kusama (canary)',
|
||||||
value: 2
|
value: 2
|
||||||
},
|
},
|
||||||
{
|
|
||||||
info: 'polkadot',
|
|
||||||
text: 'Polkadot (live)',
|
|
||||||
value: 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
info: 'edgeware',
|
info: 'edgeware',
|
||||||
text: 'Edgeware (live)',
|
text: 'Edgeware (live)',
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
"@polkadot/util-crypto": "*"
|
"@polkadot/util-crypto": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/util": "^2.10.1",
|
"@polkadot/util": "^2.11.1",
|
||||||
"@polkadot/util-crypto": "^2.10.1",
|
"@polkadot/util-crypto": "^2.11.1",
|
||||||
"@types/color": "^3.0.1",
|
"@types/color": "^3.0.1",
|
||||||
"@types/xmlserializer": "^0.6.0"
|
"@types/xmlserializer": "^0.6.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"vue": "*"
|
"vue": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/util-crypto": "^2.10.1",
|
"@polkadot/util-crypto": "^2.11.1",
|
||||||
"vue": "^2.6.11"
|
"vue": "^2.6.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user