Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8eb0524fed | ||
|
|
bab50b2d74 |
+2
-1
@@ -49,4 +49,5 @@
|
||||
|
||||
7.0.2
|
||||
|
||||
7.14.2
|
||||
7.14.2
|
||||
7.14.3
|
||||
+8
-1
@@ -1,6 +1,13 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 7.14.2 Mat 28, 2022
|
||||
## 7.14.3 Mar 28, 2022
|
||||
|
||||
Changes:
|
||||
|
||||
- Ensure `BitVec` with MSB does not fail (used in Polkadot `DeliveredMessages`)
|
||||
|
||||
|
||||
## 7.14.2 Mar 28, 2022
|
||||
|
||||
Changes:
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
2885 Jaco Don't export `ScProvider` top-level in `@polkadot/rpc-provider` (#4694)
|
||||
2886 Jaco 7.14.3 (#4699)
|
||||
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
|
||||
37 Keith Ingram Update contract types and rpc (#4541)
|
||||
35 Stefanie Doll Updated child storage parameters (#1709)
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "commonjs",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/api-base": "7.14.2",
|
||||
"@polkadot/rpc-augment": "7.14.2",
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/types-augment": "7.14.2",
|
||||
"@polkadot/types-codec": "7.14.2",
|
||||
"@polkadot/api-base": "7.14.3",
|
||||
"@polkadot/rpc-augment": "7.14.3",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/types-augment": "7.14.3",
|
||||
"@polkadot/types-codec": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types-support": "7.14.2"
|
||||
"@polkadot/types-support": "7.14.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/rpc-core": "7.14.2",
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/rpc-core": "7.14.3",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1",
|
||||
"rxjs": "^7.5.5"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,20 +20,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/api": "7.14.2",
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/types-codec": "7.14.2",
|
||||
"@polkadot/types-create": "7.14.2",
|
||||
"@polkadot/api": "7.14.3",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/types-codec": "7.14.3",
|
||||
"@polkadot/types-create": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1",
|
||||
"@polkadot/util-crypto": "^8.7.1",
|
||||
"rxjs": "^7.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "7.14.2",
|
||||
"@polkadot/api-augment": "7.14.3",
|
||||
"@polkadot/keyring": "^8.7.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,25 +20,25 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/api": "7.14.2",
|
||||
"@polkadot/api-augment": "7.14.2",
|
||||
"@polkadot/api-base": "7.14.2",
|
||||
"@polkadot/rpc-core": "7.14.2",
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/types-codec": "7.14.2",
|
||||
"@polkadot/api": "7.14.3",
|
||||
"@polkadot/api-augment": "7.14.3",
|
||||
"@polkadot/api-base": "7.14.3",
|
||||
"@polkadot/rpc-core": "7.14.3",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/types-codec": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1",
|
||||
"@polkadot/util-crypto": "^8.7.1",
|
||||
"rxjs": "^7.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "7.14.2",
|
||||
"@polkadot/api-augment": "7.14.2",
|
||||
"@polkadot/rpc-augment": "7.14.2",
|
||||
"@polkadot/rpc-provider": "7.14.2",
|
||||
"@polkadot/types-support": "7.14.2"
|
||||
"@polkadot/api": "7.14.3",
|
||||
"@polkadot/api-augment": "7.14.3",
|
||||
"@polkadot/rpc-augment": "7.14.3",
|
||||
"@polkadot/rpc-provider": "7.14.3",
|
||||
"@polkadot/types-support": "7.14.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
+14
-14
@@ -20,29 +20,29 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/api-augment": "7.14.2",
|
||||
"@polkadot/api-base": "7.14.2",
|
||||
"@polkadot/api-derive": "7.14.2",
|
||||
"@polkadot/api-augment": "7.14.3",
|
||||
"@polkadot/api-base": "7.14.3",
|
||||
"@polkadot/api-derive": "7.14.3",
|
||||
"@polkadot/keyring": "^8.7.1",
|
||||
"@polkadot/rpc-augment": "7.14.2",
|
||||
"@polkadot/rpc-core": "7.14.2",
|
||||
"@polkadot/rpc-provider": "7.14.2",
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/types-augment": "7.14.2",
|
||||
"@polkadot/types-codec": "7.14.2",
|
||||
"@polkadot/types-create": "7.14.2",
|
||||
"@polkadot/types-known": "7.14.2",
|
||||
"@polkadot/rpc-augment": "7.14.3",
|
||||
"@polkadot/rpc-core": "7.14.3",
|
||||
"@polkadot/rpc-provider": "7.14.3",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/types-augment": "7.14.3",
|
||||
"@polkadot/types-codec": "7.14.3",
|
||||
"@polkadot/types-create": "7.14.3",
|
||||
"@polkadot/types-known": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1",
|
||||
"@polkadot/util-crypto": "^8.7.1",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"rxjs": "^7.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "7.14.2",
|
||||
"@polkadot/types-support": "7.14.2"
|
||||
"@polkadot/api-augment": "7.14.3",
|
||||
"@polkadot/types-support": "7.14.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/rpc-core": "7.14.2",
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/types-codec": "7.14.2",
|
||||
"@polkadot/rpc-core": "7.14.3",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/types-codec": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/rpc-augment": "7.14.2",
|
||||
"@polkadot/rpc-provider": "7.14.2",
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/rpc-augment": "7.14.3",
|
||||
"@polkadot/rpc-provider": "7.14.3",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1",
|
||||
"rxjs": "^7.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^8.7.1",
|
||||
"@polkadot/rpc-augment": "7.14.2"
|
||||
"@polkadot/rpc-augment": "7.14.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/keyring": "^8.7.1",
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/types-support": "7.14.2",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/types-support": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1",
|
||||
"@polkadot/util-crypto": "^8.7.1",
|
||||
"@polkadot/x-fetch": "^8.7.1",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
|
||||
@@ -33,15 +33,15 @@
|
||||
"@babel/core": "^7.17.8",
|
||||
"@babel/register": "^7.17.7",
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/api": "7.14.2",
|
||||
"@polkadot/api-augment": "7.14.2",
|
||||
"@polkadot/rpc-augment": "7.14.2",
|
||||
"@polkadot/rpc-provider": "7.14.2",
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/types-augment": "7.14.2",
|
||||
"@polkadot/types-codec": "7.14.2",
|
||||
"@polkadot/types-create": "7.14.2",
|
||||
"@polkadot/types-support": "7.14.2",
|
||||
"@polkadot/api": "7.14.3",
|
||||
"@polkadot/api-augment": "7.14.3",
|
||||
"@polkadot/rpc-augment": "7.14.3",
|
||||
"@polkadot/rpc-provider": "7.14.3",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/types-augment": "7.14.3",
|
||||
"@polkadot/types-codec": "7.14.3",
|
||||
"@polkadot/types-create": "7.14.3",
|
||||
"@polkadot/types-support": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1",
|
||||
"@polkadot/x-ws": "^8.7.1",
|
||||
"handlebars": "^4.7.7",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/types-codec": "7.14.2",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/types-codec": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,16 +20,16 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/util": "^8.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/types-augment": "7.14.2",
|
||||
"@polkadot/types-support": "7.14.2",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/types-augment": "7.14.3",
|
||||
"@polkadot/types-support": "7.14.3",
|
||||
"@polkadot/util-crypto": "^8.7.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/types-codec": "7.14.2",
|
||||
"@polkadot/types-codec": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "7.14.2"
|
||||
"@polkadot/types": "7.14.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/networks": "^8.7.1",
|
||||
"@polkadot/types": "7.14.2",
|
||||
"@polkadot/types-codec": "7.14.2",
|
||||
"@polkadot/types-create": "7.14.2",
|
||||
"@polkadot/types": "7.14.3",
|
||||
"@polkadot/types-codec": "7.14.3",
|
||||
"@polkadot/types-create": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -20,20 +20,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@polkadot/keyring": "^8.7.1",
|
||||
"@polkadot/types-augment": "7.14.2",
|
||||
"@polkadot/types-codec": "7.14.2",
|
||||
"@polkadot/types-create": "7.14.2",
|
||||
"@polkadot/types-augment": "7.14.3",
|
||||
"@polkadot/types-codec": "7.14.3",
|
||||
"@polkadot/types-create": "7.14.3",
|
||||
"@polkadot/util": "^8.7.1",
|
||||
"@polkadot/util-crypto": "^8.7.1",
|
||||
"rxjs": "^7.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^8.7.1",
|
||||
"@polkadot/types-support": "7.14.2"
|
||||
"@polkadot/types-support": "7.14.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -529,8 +529,8 @@ export class PortableRegistry extends Struct implements ILookup {
|
||||
|
||||
// NOTE: Currently the BitVec type is one-way only, i.e. we only use it to decode, not
|
||||
// re-encode stuff. As such we ignore the msb/lsb identifier given by bitOrderType, or rather
|
||||
// we don't pass it though at all, however we only currently cater for the default Lsb
|
||||
assert(BITVEC_NS_LSB.includes(bitOrder.namespace || ''), () => `Unexpected bitOrder found as ${bitOrder.namespace || '<unknown>'}`);
|
||||
// we don't pass it though at all (all displays in LSB)
|
||||
assert(BITVEC_NS.includes(bitOrder.namespace || ''), () => `Unexpected bitOrder found as ${bitOrder.namespace || '<unknown>'}`);
|
||||
assert(bitStore.info === TypeDefInfo.Plain && bitStore.type === 'u8', () => `Only u8 bitStore is currently supported, found ${bitStore.type}`);
|
||||
|
||||
return {
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '7.14.2' };
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '7.14.3' };
|
||||
|
||||
@@ -1902,28 +1902,28 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@7.14.2, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
"@polkadot/api-augment@7.14.3, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-augment@workspace:packages/api-augment"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/api-base": 7.14.2
|
||||
"@polkadot/rpc-augment": 7.14.2
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/types-augment": 7.14.2
|
||||
"@polkadot/types-codec": 7.14.2
|
||||
"@polkadot/types-support": 7.14.2
|
||||
"@polkadot/api-base": 7.14.3
|
||||
"@polkadot/rpc-augment": 7.14.3
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/types-augment": 7.14.3
|
||||
"@polkadot/types-codec": 7.14.3
|
||||
"@polkadot/types-support": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-base@7.14.2, @polkadot/api-base@workspace:packages/api-base":
|
||||
"@polkadot/api-base@7.14.3, @polkadot/api-base@workspace:packages/api-base":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-base@workspace:packages/api-base"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/rpc-core": 7.14.2
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/rpc-core": 7.14.3
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
rxjs: ^7.5.5
|
||||
languageName: unknown
|
||||
@@ -1934,56 +1934,56 @@ __metadata:
|
||||
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/api": 7.14.2
|
||||
"@polkadot/api-augment": 7.14.2
|
||||
"@polkadot/api": 7.14.3
|
||||
"@polkadot/api-augment": 7.14.3
|
||||
"@polkadot/keyring": ^8.7.1
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/types-codec": 7.14.2
|
||||
"@polkadot/types-create": 7.14.2
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/types-codec": 7.14.3
|
||||
"@polkadot/types-create": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
"@polkadot/util-crypto": ^8.7.1
|
||||
rxjs: ^7.5.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@7.14.2, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@7.14.3, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/api": 7.14.2
|
||||
"@polkadot/api-augment": 7.14.2
|
||||
"@polkadot/api-base": 7.14.2
|
||||
"@polkadot/rpc-augment": 7.14.2
|
||||
"@polkadot/rpc-core": 7.14.2
|
||||
"@polkadot/rpc-provider": 7.14.2
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/types-codec": 7.14.2
|
||||
"@polkadot/types-support": 7.14.2
|
||||
"@polkadot/api": 7.14.3
|
||||
"@polkadot/api-augment": 7.14.3
|
||||
"@polkadot/api-base": 7.14.3
|
||||
"@polkadot/rpc-augment": 7.14.3
|
||||
"@polkadot/rpc-core": 7.14.3
|
||||
"@polkadot/rpc-provider": 7.14.3
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/types-codec": 7.14.3
|
||||
"@polkadot/types-support": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
"@polkadot/util-crypto": ^8.7.1
|
||||
rxjs: ^7.5.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@7.14.2, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@7.14.3, @polkadot/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/api-augment": 7.14.2
|
||||
"@polkadot/api-base": 7.14.2
|
||||
"@polkadot/api-derive": 7.14.2
|
||||
"@polkadot/api-augment": 7.14.3
|
||||
"@polkadot/api-base": 7.14.3
|
||||
"@polkadot/api-derive": 7.14.3
|
||||
"@polkadot/keyring": ^8.7.1
|
||||
"@polkadot/rpc-augment": 7.14.2
|
||||
"@polkadot/rpc-core": 7.14.2
|
||||
"@polkadot/rpc-provider": 7.14.2
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/types-augment": 7.14.2
|
||||
"@polkadot/types-codec": 7.14.2
|
||||
"@polkadot/types-create": 7.14.2
|
||||
"@polkadot/types-known": 7.14.2
|
||||
"@polkadot/types-support": 7.14.2
|
||||
"@polkadot/rpc-augment": 7.14.3
|
||||
"@polkadot/rpc-core": 7.14.3
|
||||
"@polkadot/rpc-provider": 7.14.3
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/types-augment": 7.14.3
|
||||
"@polkadot/types-codec": 7.14.3
|
||||
"@polkadot/types-create": 7.14.3
|
||||
"@polkadot/types-known": 7.14.3
|
||||
"@polkadot/types-support": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
"@polkadot/util-crypto": ^8.7.1
|
||||
eventemitter3: ^4.0.7
|
||||
@@ -2108,40 +2108,40 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@7.14.2, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
"@polkadot/rpc-augment@7.14.3, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/rpc-core": 7.14.2
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/types-codec": 7.14.2
|
||||
"@polkadot/rpc-core": 7.14.3
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/types-codec": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-core@7.14.2, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@7.14.3, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/keyring": ^8.7.1
|
||||
"@polkadot/rpc-augment": 7.14.2
|
||||
"@polkadot/rpc-provider": 7.14.2
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/rpc-augment": 7.14.3
|
||||
"@polkadot/rpc-provider": 7.14.3
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
rxjs: ^7.5.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@7.14.2, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@7.14.3, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/keyring": ^8.7.1
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/types-support": 7.14.2
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/types-support": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
"@polkadot/util-crypto": ^8.7.1
|
||||
"@polkadot/x-fetch": ^8.7.1
|
||||
@@ -2161,15 +2161,15 @@ __metadata:
|
||||
"@babel/core": ^7.17.8
|
||||
"@babel/register": ^7.17.7
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/api": 7.14.2
|
||||
"@polkadot/api-augment": 7.14.2
|
||||
"@polkadot/rpc-augment": 7.14.2
|
||||
"@polkadot/rpc-provider": 7.14.2
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/types-augment": 7.14.2
|
||||
"@polkadot/types-codec": 7.14.2
|
||||
"@polkadot/types-create": 7.14.2
|
||||
"@polkadot/types-support": 7.14.2
|
||||
"@polkadot/api": 7.14.3
|
||||
"@polkadot/api-augment": 7.14.3
|
||||
"@polkadot/rpc-augment": 7.14.3
|
||||
"@polkadot/rpc-provider": 7.14.3
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/types-augment": 7.14.3
|
||||
"@polkadot/types-codec": 7.14.3
|
||||
"@polkadot/types-create": 7.14.3
|
||||
"@polkadot/types-support": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
"@polkadot/x-ws": ^8.7.1
|
||||
"@types/websocket": ^1.0.5
|
||||
@@ -2186,55 +2186,55 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-augment@7.14.2, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
"@polkadot/types-augment@7.14.3, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-augment@workspace:packages/types-augment"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/types-codec": 7.14.2
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/types-codec": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-codec@7.14.2, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
"@polkadot/types-codec@7.14.3, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-codec@workspace:packages/types-codec"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/types-augment": 7.14.2
|
||||
"@polkadot/types-support": 7.14.2
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/types-augment": 7.14.3
|
||||
"@polkadot/types-support": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
"@polkadot/util-crypto": ^8.7.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-create@7.14.2, @polkadot/types-create@workspace:packages/types-create":
|
||||
"@polkadot/types-create@7.14.3, @polkadot/types-create@workspace:packages/types-create":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-create@workspace:packages/types-create"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/types-codec": 7.14.2
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/types-codec": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@7.14.2, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@7.14.3, @polkadot/types-known@workspace:packages/types-known":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-known@workspace:packages/types-known"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/networks": ^8.7.1
|
||||
"@polkadot/types": 7.14.2
|
||||
"@polkadot/types-codec": 7.14.2
|
||||
"@polkadot/types-create": 7.14.2
|
||||
"@polkadot/types": 7.14.3
|
||||
"@polkadot/types-codec": 7.14.3
|
||||
"@polkadot/types-create": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@7.14.2, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@7.14.3, @polkadot/types-support@workspace:packages/types-support":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-support@workspace:packages/types-support"
|
||||
dependencies:
|
||||
@@ -2243,16 +2243,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types@7.14.2, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@7.14.3, @polkadot/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types@workspace:packages/types"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.8
|
||||
"@polkadot/keyring": ^8.7.1
|
||||
"@polkadot/types-augment": 7.14.2
|
||||
"@polkadot/types-codec": 7.14.2
|
||||
"@polkadot/types-create": 7.14.2
|
||||
"@polkadot/types-support": 7.14.2
|
||||
"@polkadot/types-augment": 7.14.3
|
||||
"@polkadot/types-codec": 7.14.3
|
||||
"@polkadot/types-create": 7.14.3
|
||||
"@polkadot/types-support": 7.14.3
|
||||
"@polkadot/util": ^8.7.1
|
||||
"@polkadot/util-crypto": ^8.7.1
|
||||
rxjs: ^7.5.5
|
||||
|
||||
Reference in New Issue
Block a user