Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9c976b81b | ||
|
|
4f0527d3cc | ||
|
|
2e7f340362 | ||
|
|
9fe8e3ace1 |
@@ -1,5 +1,12 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 9.10.4 Dec 25, 2022
|
||||
|
||||
Changes:
|
||||
|
||||
- Align runtime `paymentInfo` calls with Substrate (w/ decoding fallbacks)
|
||||
|
||||
|
||||
## 9.10.3 Dec 17, 2022
|
||||
|
||||
Changes:
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
3307 Jaco 9.10.3 (#5381)
|
||||
3309 Jaco 9.10.4 (#5388)
|
||||
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)
|
||||
|
||||
+3
-3
@@ -11,10 +11,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"versions": {
|
||||
"git": "9.10.3",
|
||||
"npm": "9.10.3"
|
||||
"git": "9.10.4",
|
||||
"npm": "9.10.4"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/api-base": "9.10.3",
|
||||
"@polkadot/rpc-augment": "9.10.3",
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/types-augment": "9.10.3",
|
||||
"@polkadot/types-codec": "9.10.3",
|
||||
"@polkadot/api-base": "9.10.4",
|
||||
"@polkadot/rpc-augment": "9.10.4",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/types-augment": "9.10.4",
|
||||
"@polkadot/types-codec": "9.10.4",
|
||||
"@polkadot/util": "^10.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types-support": "9.10.3"
|
||||
"@polkadot/types-support": "9.10.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/rpc-core": "9.10.3",
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/rpc-core": "9.10.4",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"rxjs": "^7.8.0"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,20 +20,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/api": "9.10.3",
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/types-codec": "9.10.3",
|
||||
"@polkadot/types-create": "9.10.3",
|
||||
"@polkadot/api": "9.10.4",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/types-codec": "9.10.4",
|
||||
"@polkadot/types-create": "9.10.4",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"@polkadot/util-crypto": "^10.2.1",
|
||||
"rxjs": "^7.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "9.10.3",
|
||||
"@polkadot/api-augment": "9.10.4",
|
||||
"@polkadot/keyring": "^10.2.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: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,25 +20,25 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/api": "9.10.3",
|
||||
"@polkadot/api-augment": "9.10.3",
|
||||
"@polkadot/api-base": "9.10.3",
|
||||
"@polkadot/rpc-core": "9.10.3",
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/types-codec": "9.10.3",
|
||||
"@polkadot/api": "9.10.4",
|
||||
"@polkadot/api-augment": "9.10.4",
|
||||
"@polkadot/api-base": "9.10.4",
|
||||
"@polkadot/rpc-core": "9.10.4",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/types-codec": "9.10.4",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"@polkadot/util-crypto": "^10.2.1",
|
||||
"rxjs": "^7.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "9.10.3",
|
||||
"@polkadot/api-augment": "9.10.3",
|
||||
"@polkadot/rpc-augment": "9.10.3",
|
||||
"@polkadot/rpc-provider": "9.10.3",
|
||||
"@polkadot/types-support": "9.10.3"
|
||||
"@polkadot/api": "9.10.4",
|
||||
"@polkadot/api-augment": "9.10.4",
|
||||
"@polkadot/rpc-augment": "9.10.4",
|
||||
"@polkadot/rpc-provider": "9.10.4",
|
||||
"@polkadot/types-support": "9.10.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
+14
-14
@@ -20,29 +20,29 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/api-augment": "9.10.3",
|
||||
"@polkadot/api-base": "9.10.3",
|
||||
"@polkadot/api-derive": "9.10.3",
|
||||
"@polkadot/api-augment": "9.10.4",
|
||||
"@polkadot/api-base": "9.10.4",
|
||||
"@polkadot/api-derive": "9.10.4",
|
||||
"@polkadot/keyring": "^10.2.1",
|
||||
"@polkadot/rpc-augment": "9.10.3",
|
||||
"@polkadot/rpc-core": "9.10.3",
|
||||
"@polkadot/rpc-provider": "9.10.3",
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/types-augment": "9.10.3",
|
||||
"@polkadot/types-codec": "9.10.3",
|
||||
"@polkadot/types-create": "9.10.3",
|
||||
"@polkadot/types-known": "9.10.3",
|
||||
"@polkadot/rpc-augment": "9.10.4",
|
||||
"@polkadot/rpc-core": "9.10.4",
|
||||
"@polkadot/rpc-provider": "9.10.4",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/types-augment": "9.10.4",
|
||||
"@polkadot/types-codec": "9.10.4",
|
||||
"@polkadot/types-create": "9.10.4",
|
||||
"@polkadot/types-known": "9.10.4",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"@polkadot/util-crypto": "^10.2.1",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"rxjs": "^7.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "9.10.3",
|
||||
"@polkadot/types-support": "9.10.3"
|
||||
"@polkadot/api-augment": "9.10.4",
|
||||
"@polkadot/types-support": "9.10.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/rpc-core": "9.10.3",
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/types-codec": "9.10.3",
|
||||
"@polkadot/rpc-core": "9.10.4",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/types-codec": "9.10.4",
|
||||
"@polkadot/util": "^10.2.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: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/rpc-augment": "9.10.3",
|
||||
"@polkadot/rpc-provider": "9.10.3",
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/rpc-augment": "9.10.4",
|
||||
"@polkadot/rpc-provider": "9.10.4",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"rxjs": "^7.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^10.2.1",
|
||||
"@polkadot/rpc-augment": "9.10.3"
|
||||
"@polkadot/rpc-augment": "9.10.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/keyring": "^10.2.1",
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/types-support": "9.10.3",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/types-support": "9.10.4",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"@polkadot/util-crypto": "^10.2.1",
|
||||
"@polkadot/x-fetch": "^10.2.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: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
|
||||
@@ -33,15 +33,15 @@
|
||||
"@babel/core": "^7.20.5",
|
||||
"@babel/register": "^7.18.9",
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/api": "9.10.3",
|
||||
"@polkadot/api-augment": "9.10.3",
|
||||
"@polkadot/rpc-augment": "9.10.3",
|
||||
"@polkadot/rpc-provider": "9.10.3",
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/types-augment": "9.10.3",
|
||||
"@polkadot/types-codec": "9.10.3",
|
||||
"@polkadot/types-create": "9.10.3",
|
||||
"@polkadot/types-support": "9.10.3",
|
||||
"@polkadot/api": "9.10.4",
|
||||
"@polkadot/api-augment": "9.10.4",
|
||||
"@polkadot/rpc-augment": "9.10.4",
|
||||
"@polkadot/rpc-provider": "9.10.4",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/types-augment": "9.10.4",
|
||||
"@polkadot/types-codec": "9.10.4",
|
||||
"@polkadot/types-create": "9.10.4",
|
||||
"@polkadot/types-support": "9.10.4",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"@polkadot/util-crypto": "^10.2.1",
|
||||
"@polkadot/x-ws": "^10.2.1",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/types-codec": "9.10.3",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/types-codec": "9.10.4",
|
||||
"@polkadot/util": "^10.2.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: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
@@ -28,9 +28,9 @@
|
||||
"@polkadot/x-bigint": "^10.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/types-augment": "9.10.3",
|
||||
"@polkadot/types-support": "9.10.3",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/types-augment": "9.10.4",
|
||||
"@polkadot/types-support": "9.10.4",
|
||||
"@polkadot/util-crypto": "^10.2.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: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/types-codec": "9.10.3",
|
||||
"@polkadot/types-codec": "9.10.4",
|
||||
"@polkadot/util": "^10.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "9.10.3"
|
||||
"@polkadot/types": "9.10.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,17 +20,17 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/networks": "^10.2.1",
|
||||
"@polkadot/types": "9.10.3",
|
||||
"@polkadot/types-codec": "9.10.3",
|
||||
"@polkadot/types-create": "9.10.3",
|
||||
"@polkadot/types": "9.10.4",
|
||||
"@polkadot/types-codec": "9.10.4",
|
||||
"@polkadot/types-create": "9.10.4",
|
||||
"@polkadot/util": "^10.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "9.10.3"
|
||||
"@polkadot/api": "9.10.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -20,20 +20,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.10.3",
|
||||
"version": "9.10.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/keyring": "^10.2.1",
|
||||
"@polkadot/types-augment": "9.10.3",
|
||||
"@polkadot/types-codec": "9.10.3",
|
||||
"@polkadot/types-create": "9.10.3",
|
||||
"@polkadot/types-augment": "9.10.4",
|
||||
"@polkadot/types-codec": "9.10.4",
|
||||
"@polkadot/types-create": "9.10.4",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"@polkadot/util-crypto": "^10.2.1",
|
||||
"rxjs": "^7.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^10.2.1",
|
||||
"@polkadot/types-support": "9.10.3"
|
||||
"@polkadot/types-support": "9.10.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,6 +29,13 @@ export default {
|
||||
partialFee: 'Balance'
|
||||
},
|
||||
RuntimeDispatchInfoV1: {
|
||||
// NOTE: Generally we always point high -> low, however in this case we do have some _potential_
|
||||
// discrepancies where some nodes may not return the correct RPC responses. Basically any node that
|
||||
// is on WeightV2 and does not yet include https://github.com/paritytech/substrate/pull/12633 would
|
||||
// have unparsable results. So effectively this makes the API not fail in those cases, however it
|
||||
// will create "some" chaos on the side of the users who does expect the correct response.
|
||||
// TL:DR Somebody _will_ still break since in cases where the RPCs are "between fixes"
|
||||
__fallback: 'RuntimeDispatchInfoV2',
|
||||
weight: 'WeightV1',
|
||||
class: 'DispatchClass',
|
||||
partialFee: 'Balance'
|
||||
|
||||
@@ -74,10 +74,11 @@ export const runtime: DefinitionsCall = {
|
||||
type: 'u32'
|
||||
}
|
||||
],
|
||||
// NOTE: _Should_ be V1 (as per current Substrate), however the interface was changed mid-flight between
|
||||
// versions. So we have some of each depending on runtime. (We do detect the weight type, so correct)
|
||||
// type: 'RuntimeDispatchInfoV1'
|
||||
type: 'RuntimeDispatchInfo'
|
||||
// NOTE: For some versions of the runtime which have not been corrected, there _could_ be a
|
||||
// wrong reponse returned, i.e. RuntimeDispatchInfoV2. (See the comment applying to both
|
||||
// RPC and state_call in definitions -> RuntimeDispatchInfoV1 for the fallbacks)
|
||||
// TL;DR This is correct based on Substrate, but _may_ yield fallbacks on certain runtimes
|
||||
type: 'RuntimeDispatchInfoV1'
|
||||
}
|
||||
}, V1_V2_SHARED_PAY),
|
||||
version: 1
|
||||
@@ -117,10 +118,9 @@ export const runtime: DefinitionsCall = {
|
||||
type: 'u32'
|
||||
}
|
||||
],
|
||||
// NOTE: _Should_ be V1 (as per current Substrate), however the interface was changed mid-flight between
|
||||
// versions. So we have some of each depending on runtime. (We do detect the weight type, so correct)
|
||||
// type: 'RuntimeDispatchInfoV1'
|
||||
type: 'RuntimeDispatchInfo'
|
||||
// NOTE: As per the above comment, the below is correct according to Substrate, but
|
||||
// _may_ yield fallback decoding on some versions of the runtime
|
||||
type: 'RuntimeDispatchInfoV1'
|
||||
}
|
||||
}, V1_V2_SHARED_CALL),
|
||||
version: 1
|
||||
|
||||
@@ -26,6 +26,7 @@ export interface RuntimeDispatchInfo extends Struct {
|
||||
|
||||
/** @name RuntimeDispatchInfoV1 */
|
||||
export interface RuntimeDispatchInfoV1 extends Struct {
|
||||
readonly __fallback: RuntimeDispatchInfoV2;
|
||||
readonly weight: WeightV1;
|
||||
readonly class: DispatchClass;
|
||||
readonly partialFee: Balance;
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '9.10.3' };
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '9.10.4' };
|
||||
|
||||
@@ -1987,28 +1987,28 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@9.10.3, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
"@polkadot/api-augment@9.10.4, @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.20.6
|
||||
"@polkadot/api-base": 9.10.3
|
||||
"@polkadot/rpc-augment": 9.10.3
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/types-augment": 9.10.3
|
||||
"@polkadot/types-codec": 9.10.3
|
||||
"@polkadot/types-support": 9.10.3
|
||||
"@polkadot/api-base": 9.10.4
|
||||
"@polkadot/rpc-augment": 9.10.4
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/types-augment": 9.10.4
|
||||
"@polkadot/types-codec": 9.10.4
|
||||
"@polkadot/types-support": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-base@9.10.3, @polkadot/api-base@workspace:packages/api-base":
|
||||
"@polkadot/api-base@9.10.4, @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.20.6
|
||||
"@polkadot/rpc-core": 9.10.3
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/rpc-core": 9.10.4
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
rxjs: ^7.8.0
|
||||
languageName: unknown
|
||||
@@ -2019,56 +2019,56 @@ __metadata:
|
||||
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.6
|
||||
"@polkadot/api": 9.10.3
|
||||
"@polkadot/api-augment": 9.10.3
|
||||
"@polkadot/api": 9.10.4
|
||||
"@polkadot/api-augment": 9.10.4
|
||||
"@polkadot/keyring": ^10.2.1
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/types-codec": 9.10.3
|
||||
"@polkadot/types-create": 9.10.3
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/types-codec": 9.10.4
|
||||
"@polkadot/types-create": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
"@polkadot/util-crypto": ^10.2.1
|
||||
rxjs: ^7.8.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@9.10.3, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@9.10.4, @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.20.6
|
||||
"@polkadot/api": 9.10.3
|
||||
"@polkadot/api-augment": 9.10.3
|
||||
"@polkadot/api-base": 9.10.3
|
||||
"@polkadot/rpc-augment": 9.10.3
|
||||
"@polkadot/rpc-core": 9.10.3
|
||||
"@polkadot/rpc-provider": 9.10.3
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/types-codec": 9.10.3
|
||||
"@polkadot/types-support": 9.10.3
|
||||
"@polkadot/api": 9.10.4
|
||||
"@polkadot/api-augment": 9.10.4
|
||||
"@polkadot/api-base": 9.10.4
|
||||
"@polkadot/rpc-augment": 9.10.4
|
||||
"@polkadot/rpc-core": 9.10.4
|
||||
"@polkadot/rpc-provider": 9.10.4
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/types-codec": 9.10.4
|
||||
"@polkadot/types-support": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
"@polkadot/util-crypto": ^10.2.1
|
||||
rxjs: ^7.8.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@9.10.3, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@9.10.4, @polkadot/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.6
|
||||
"@polkadot/api-augment": 9.10.3
|
||||
"@polkadot/api-base": 9.10.3
|
||||
"@polkadot/api-derive": 9.10.3
|
||||
"@polkadot/api-augment": 9.10.4
|
||||
"@polkadot/api-base": 9.10.4
|
||||
"@polkadot/api-derive": 9.10.4
|
||||
"@polkadot/keyring": ^10.2.1
|
||||
"@polkadot/rpc-augment": 9.10.3
|
||||
"@polkadot/rpc-core": 9.10.3
|
||||
"@polkadot/rpc-provider": 9.10.3
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/types-augment": 9.10.3
|
||||
"@polkadot/types-codec": 9.10.3
|
||||
"@polkadot/types-create": 9.10.3
|
||||
"@polkadot/types-known": 9.10.3
|
||||
"@polkadot/types-support": 9.10.3
|
||||
"@polkadot/rpc-augment": 9.10.4
|
||||
"@polkadot/rpc-core": 9.10.4
|
||||
"@polkadot/rpc-provider": 9.10.4
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/types-augment": 9.10.4
|
||||
"@polkadot/types-codec": 9.10.4
|
||||
"@polkadot/types-create": 9.10.4
|
||||
"@polkadot/types-known": 9.10.4
|
||||
"@polkadot/types-support": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
"@polkadot/util-crypto": ^10.2.1
|
||||
eventemitter3: ^4.0.7
|
||||
@@ -2205,40 +2205,40 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@9.10.3, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
"@polkadot/rpc-augment@9.10.4, @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.20.6
|
||||
"@polkadot/rpc-core": 9.10.3
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/types-codec": 9.10.3
|
||||
"@polkadot/rpc-core": 9.10.4
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/types-codec": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-core@9.10.3, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@9.10.4, @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.20.6
|
||||
"@polkadot/keyring": ^10.2.1
|
||||
"@polkadot/rpc-augment": 9.10.3
|
||||
"@polkadot/rpc-provider": 9.10.3
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/rpc-augment": 9.10.4
|
||||
"@polkadot/rpc-provider": 9.10.4
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
rxjs: ^7.8.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@9.10.3, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@9.10.4, @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.20.6
|
||||
"@polkadot/keyring": ^10.2.1
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/types-support": 9.10.3
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/types-support": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
"@polkadot/util-crypto": ^10.2.1
|
||||
"@polkadot/x-fetch": ^10.2.1
|
||||
@@ -2258,15 +2258,15 @@ __metadata:
|
||||
"@babel/core": ^7.20.5
|
||||
"@babel/register": ^7.18.9
|
||||
"@babel/runtime": ^7.20.6
|
||||
"@polkadot/api": 9.10.3
|
||||
"@polkadot/api-augment": 9.10.3
|
||||
"@polkadot/rpc-augment": 9.10.3
|
||||
"@polkadot/rpc-provider": 9.10.3
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/types-augment": 9.10.3
|
||||
"@polkadot/types-codec": 9.10.3
|
||||
"@polkadot/types-create": 9.10.3
|
||||
"@polkadot/types-support": 9.10.3
|
||||
"@polkadot/api": 9.10.4
|
||||
"@polkadot/api-augment": 9.10.4
|
||||
"@polkadot/rpc-augment": 9.10.4
|
||||
"@polkadot/rpc-provider": 9.10.4
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/types-augment": 9.10.4
|
||||
"@polkadot/types-codec": 9.10.4
|
||||
"@polkadot/types-create": 9.10.4
|
||||
"@polkadot/types-support": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
"@polkadot/util-crypto": ^10.2.1
|
||||
"@polkadot/x-ws": ^10.2.1
|
||||
@@ -2284,57 +2284,57 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-augment@9.10.3, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
"@polkadot/types-augment@9.10.4, @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.20.6
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/types-codec": 9.10.3
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/types-codec": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-codec@9.10.3, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
"@polkadot/types-codec@9.10.4, @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.20.6
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/types-augment": 9.10.3
|
||||
"@polkadot/types-support": 9.10.3
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/types-augment": 9.10.4
|
||||
"@polkadot/types-support": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
"@polkadot/util-crypto": ^10.2.1
|
||||
"@polkadot/x-bigint": ^10.2.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-create@9.10.3, @polkadot/types-create@workspace:packages/types-create":
|
||||
"@polkadot/types-create@9.10.4, @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.20.6
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/types-codec": 9.10.3
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/types-codec": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@9.10.3, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@9.10.4, @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.20.6
|
||||
"@polkadot/api": 9.10.3
|
||||
"@polkadot/api": 9.10.4
|
||||
"@polkadot/networks": ^10.2.1
|
||||
"@polkadot/types": 9.10.3
|
||||
"@polkadot/types-codec": 9.10.3
|
||||
"@polkadot/types-create": 9.10.3
|
||||
"@polkadot/types": 9.10.4
|
||||
"@polkadot/types-codec": 9.10.4
|
||||
"@polkadot/types-create": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@9.10.3, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@9.10.4, @polkadot/types-support@workspace:packages/types-support":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-support@workspace:packages/types-support"
|
||||
dependencies:
|
||||
@@ -2343,16 +2343,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types@9.10.3, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@9.10.4, @polkadot/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types@workspace:packages/types"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.6
|
||||
"@polkadot/keyring": ^10.2.1
|
||||
"@polkadot/types-augment": 9.10.3
|
||||
"@polkadot/types-codec": 9.10.3
|
||||
"@polkadot/types-create": 9.10.3
|
||||
"@polkadot/types-support": 9.10.3
|
||||
"@polkadot/types-augment": 9.10.4
|
||||
"@polkadot/types-codec": 9.10.4
|
||||
"@polkadot/types-create": 9.10.4
|
||||
"@polkadot/types-support": 9.10.4
|
||||
"@polkadot/util": ^10.2.1
|
||||
"@polkadot/util-crypto": ^10.2.1
|
||||
rxjs: ^7.8.0
|
||||
|
||||
Reference in New Issue
Block a user