Compare commits

...
12 Commits
Author SHA1 Message Date
github-actions[bot] 3c020c2e1b [CI Skip] release/stable 16.4.4
skip-checks: true
2025-08-13 12:25:12 +00:00
Valentin Fernandez fc69476b85 16.4.4 (#6196) 2025-08-13 09:19:29 -03:00
github-actions[bot] bba524109a [CI Skip] bump/beta 16.4.4-0-x
skip-checks: true
2025-08-12 15:31:06 +00:00
Valentin Fernandez a070d695e3 bump polkadot/common to 13.5.5 (#6195) 2025-08-12 12:25:04 -03:00
github-actions[bot] 29cd5ef00b [CI Skip] release/stable 16.4.3
skip-checks: true
2025-07-29 06:25:52 +00:00
rajk93 7619ffd8cb 16.4.3 (#6194) 2025-07-29 11:50:04 +05:30
github-actions[bot] 3642889921 [CI Skip] bump/beta 16.4.3-2-x
skip-checks: true
2025-07-29 05:33:46 +00:00
rajk93 40cbba1984 chore: update polkadot dependencies (#6193) 2025-07-29 10:57:58 +05:30
github-actions[bot] 5d8c70413b [CI Skip] bump/beta 16.4.3-1-x
skip-checks: true
2025-07-25 02:54:10 +00:00
ZeroX-Toml 6b9e1b4d21 Refactor signing functions to use blake2AsU8a for hashing instead of registry.hash in conditional sign of extrinsic payload (#6183)
* fix: Refactor signing functions to use blake2AsU8a for hashing instead of registry.hash in conditional sign of extrinsic payload

* fix: resolve lint error and discard unused hash

* fix: resolve lint err
2025-07-25 08:18:25 +05:30
github-actions[bot] 3e8d4e0e24 [CI Skip] bump/beta 16.4.3-0-x
skip-checks: true
2025-07-22 16:15:23 +00:00
Manuel Mauro 81e85edc5a Add EIP-7702 transaction type (#6188)
* feat:  add EIP-7702 transaction types

* feat:  update signature types

* feat:  add ReceiptV4
2025-07-22 21:39:33 +05:30
39 changed files with 496 additions and 346 deletions
+28 -8
View File
@@ -1,24 +1,44 @@
# CHANGELOG
## 16.4.4 Aug 13, 2025
Changes:
- bump polkadot/common to 13.5.5 ([#6195](https://github.com/polkadot-js/api/pull/6195))
## 16.4.3 Jul 29, 2025
Changes:
- Bump @polkadot/common to 13.5.4 ([#6193](https://github.com/polkadot-js/api/pull/6193))
## 16.4.2 Jul 22, 2025
- Add validation for cache capacity and TTL in LRUCache ([#6187](https://github.com/polkadot-js/api/pull/6187))
Changes:
- Add validation for cache capacity and TTL in LRUCache ([#6187](https://github.com/polkadot-js/api/pull/6187))
## 16.4.1 Jul 8, 2025
- Update Kusama types to 1.6.0 ([#6175](https://github.com/polkadot-js/api/pull/6175))
- fix(api-contracts): correctly decode pallet_revive events ([#6181](https://github.com/polkadot-js/api/pull/6181))
Changes:
- Update Kusama types to 1.6.0 ([#6175](https://github.com/polkadot-js/api/pull/6175))
- fix(api-contracts): correctly decode pallet_revive events ([#6181](https://github.com/polkadot-js/api/pull/6181))
## 16.3.1 Jul 1, 2025
- Update Substrate types to Polkadot stable2503-5 ([#6172](https://github.com/polkadot-js/api/pull/6172))
- Update Polkadot types to polkadot-fellows/runtimes release 1.6.0 ([#6173](https://github.com/polkadot-js/api/pull/6173))
- Update AssetHub Polkadot types to 1.6.0 ([#6174](https://github.com/polkadot-js/api/pull/6174))
Changes:
- Update Substrate types to Polkadot stable2503-5 ([#6172](https://github.com/polkadot-js/api/pull/6172))
- Update Polkadot types to polkadot-fellows/runtimes release 1.6.0 ([#6173](https://github.com/polkadot-js/api/pull/6173))
- Update AssetHub Polkadot types to 1.6.0 ([#6174](https://github.com/polkadot-js/api/pull/6174))
- Update AssetHub Kusama types to 1.6.0 ([#6176](https://github.com/polkadot-js/api/pull/6176))
- Fix signature issue in signAsync + send flow [#6177](https://github.com/polkadot-js/api/pull/6177)
- Bump @polkadot/common to 13.5.2 ([#6179](https://github.com/polkadot-js/api/pull/6179))
- Fix signature issue in signAsync + send flow [#6177](https://github.com/polkadot-js/api/pull/6177)
- Bump @polkadot/common to 13.5.2 ([#6179](https://github.com/polkadot-js/api/pull/6179))
## 16.2.2 Jun 17, 2025
+4 -2
View File
@@ -1,7 +1,7 @@
3512 Jaco Bump deps (#5785)
164 Tarik Gul Upgrade polkadot/common to 13.5.1 (#6150)
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
49 Valentin Fernandez 16.4.1 (#6186)
51 Valentin Fernandez 16.4.4 (#6196)
37 Keith Ingram Update contract types and rpc (#4541)
35 Stefanie Doll Updated child storage parameters (#1709)
20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970)
@@ -10,10 +10,10 @@
14 Nikos Kontakis Bump substrate connect to 0.7.16 (#5307)
11 Ian He HttpProvider support clone() (#3949)
10 Axel Chalon Make Enum/Tuple constructor use value directly if instance (#1954)
8 rajk93 16.4.3 (#6194)
6 Andreea Eftene Update check for contract instantiation (#5699)
6 Arjun Porwal Add validation for cache capacity and TTL in LRUCache (#6187)
6 Branislav Kontur Fix for fungiblesApi (#5944)
6 rajk93 16.4.2 (#6190)
5 Alberto Nicolas Penayo added use of accountNonceApi (#5915)
5 Chevdor Fix metadata package link (#3458)
5 Jake Naviasky Fixing approvalFlagsToBools. (#1250)
@@ -108,6 +108,7 @@
1 Lauro Gripa Fix multi call of `defenderVotes` and `isDefenderVoter` flag in `society.members` derivation (#5834)
1 Lezek123 BTreeSet and BTreeMap - encoding and serialization fixes (#3789)
1 Lovesh Harchandani Fix name of "getBlock" in package "api-derive" and export it in "index.ts" (#2857)
1 Manuel Mauro Add EIP-7702 transaction type (#6188)
1 Marc Fornós add beefy compact signed commitment definition (#5781)
1 Mario Neises fix usage with typescript (#405)
1 Mario Pino Add PolkaStats to API users (#1593)
@@ -149,4 +150,5 @@
1 yjh fix MetadataVersioned.asV12 (#2983)
1 Yuri fixes #3693 Fix uniques return types (#3694)
1 Zeke Mostov fix: Allow sudo for polkadot indexed proxy enum (#3286)
1 ZeroX-Toml Refactor signing functions to use blake2AsU8a for hashing instead of registry.hash in conditional sign of extrinsic payload (#6183)
1 zjb0807 Throws detailed error information (#6116)
+3 -3
View File
@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"versions": {
"git": "16.4.2",
"npm": "16.4.2"
"git": "16.4.4",
"npm": "16.4.4"
},
"workspaces": [
"packages/*"
+7 -7
View File
@@ -18,15 +18,15 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "16.4.2",
"@polkadot/rpc-augment": "16.4.2",
"@polkadot/types": "16.4.2",
"@polkadot/types-augment": "16.4.2",
"@polkadot/types-codec": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/api-base": "16.4.4",
"@polkadot/rpc-augment": "16.4.4",
"@polkadot/types": "16.4.4",
"@polkadot/types-augment": "16.4.4",
"@polkadot/types-codec": "16.4.4",
"@polkadot/util": "^13.5.5",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.4.4' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "16.4.2",
"@polkadot/types": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/rpc-core": "16.4.4",
"@polkadot/types": "16.4.4",
"@polkadot/util": "^13.5.5",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.4.4' };
+11 -11
View File
@@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/api": "16.4.2",
"@polkadot/api-augment": "16.4.2",
"@polkadot/types": "16.4.2",
"@polkadot/types-codec": "16.4.2",
"@polkadot/types-create": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/util-crypto": "^13.5.3",
"@polkadot/api": "16.4.4",
"@polkadot/api-augment": "16.4.4",
"@polkadot/types": "16.4.4",
"@polkadot/types-codec": "16.4.4",
"@polkadot/types-create": "16.4.4",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "16.4.2",
"@polkadot/keyring": "^13.5.3",
"@polkadot/types-support": "16.4.2"
"@polkadot/api-augment": "16.4.4",
"@polkadot/keyring": "^13.5.5",
"@polkadot/types-support": "16.4.4"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.4.4' };
+14 -14
View File
@@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/api": "16.4.2",
"@polkadot/api-augment": "16.4.2",
"@polkadot/api-base": "16.4.2",
"@polkadot/rpc-core": "16.4.2",
"@polkadot/types": "16.4.2",
"@polkadot/types-codec": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/util-crypto": "^13.5.3",
"@polkadot/api": "16.4.4",
"@polkadot/api-augment": "16.4.4",
"@polkadot/api-base": "16.4.4",
"@polkadot/rpc-core": "16.4.4",
"@polkadot/types": "16.4.4",
"@polkadot/types-codec": "16.4.4",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "16.4.2",
"@polkadot/api-augment": "16.4.2",
"@polkadot/rpc-augment": "16.4.2",
"@polkadot/rpc-provider": "16.4.2",
"@polkadot/types-support": "16.4.2"
"@polkadot/api": "16.4.4",
"@polkadot/api-augment": "16.4.4",
"@polkadot/rpc-augment": "16.4.4",
"@polkadot/rpc-provider": "16.4.4",
"@polkadot/types-support": "16.4.4"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.4.4' };
+17 -17
View File
@@ -18,29 +18,29 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "16.4.2",
"@polkadot/api-base": "16.4.2",
"@polkadot/api-derive": "16.4.2",
"@polkadot/keyring": "^13.5.3",
"@polkadot/rpc-augment": "16.4.2",
"@polkadot/rpc-core": "16.4.2",
"@polkadot/rpc-provider": "16.4.2",
"@polkadot/types": "16.4.2",
"@polkadot/types-augment": "16.4.2",
"@polkadot/types-codec": "16.4.2",
"@polkadot/types-create": "16.4.2",
"@polkadot/types-known": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/util-crypto": "^13.5.3",
"@polkadot/api-augment": "16.4.4",
"@polkadot/api-base": "16.4.4",
"@polkadot/api-derive": "16.4.4",
"@polkadot/keyring": "^13.5.5",
"@polkadot/rpc-augment": "16.4.4",
"@polkadot/rpc-core": "16.4.4",
"@polkadot/rpc-provider": "16.4.4",
"@polkadot/types": "16.4.4",
"@polkadot/types-augment": "16.4.4",
"@polkadot/types-codec": "16.4.4",
"@polkadot/types-create": "16.4.4",
"@polkadot/types-known": "16.4.4",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "16.4.2",
"@polkadot/types-support": "16.4.2"
"@polkadot/api-augment": "16.4.4",
"@polkadot/types-support": "16.4.4"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '16.4.4' };
+5 -5
View File
@@ -18,13 +18,13 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "16.4.2",
"@polkadot/types": "16.4.2",
"@polkadot/types-codec": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/rpc-core": "16.4.4",
"@polkadot/types": "16.4.4",
"@polkadot/types-codec": "16.4.4",
"@polkadot/util": "^13.5.5",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '16.4.4' };
+7 -7
View File
@@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "16.4.2",
"@polkadot/rpc-provider": "16.4.2",
"@polkadot/types": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/rpc-augment": "16.4.4",
"@polkadot/rpc-provider": "16.4.4",
"@polkadot/types": "16.4.4",
"@polkadot/util": "^13.5.5",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.3",
"@polkadot/rpc-augment": "16.4.2"
"@polkadot/keyring": "^13.5.5",
"@polkadot/rpc-augment": "16.4.4"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '16.4.4' };
+9 -9
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.3",
"@polkadot/types": "16.4.2",
"@polkadot/types-support": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/util-crypto": "^13.5.3",
"@polkadot/x-fetch": "^13.5.3",
"@polkadot/x-global": "^13.5.3",
"@polkadot/x-ws": "^13.5.3",
"@polkadot/keyring": "^13.5.5",
"@polkadot/types": "16.4.4",
"@polkadot/types-support": "16.4.4",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"@polkadot/x-fetch": "^13.5.5",
"@polkadot/x-global": "^13.5.5",
"@polkadot/x-ws": "^13.5.5",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.5.5",
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '16.4.4' };
+14 -14
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
@@ -28,19 +28,19 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "16.4.2",
"@polkadot/api-augment": "16.4.2",
"@polkadot/api-derive": "16.4.2",
"@polkadot/rpc-augment": "16.4.2",
"@polkadot/rpc-provider": "16.4.2",
"@polkadot/types": "16.4.2",
"@polkadot/types-augment": "16.4.2",
"@polkadot/types-codec": "16.4.2",
"@polkadot/types-create": "16.4.2",
"@polkadot/types-support": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/util-crypto": "^13.5.3",
"@polkadot/x-ws": "^13.5.3",
"@polkadot/api": "16.4.4",
"@polkadot/api-augment": "16.4.4",
"@polkadot/api-derive": "16.4.4",
"@polkadot/rpc-augment": "16.4.4",
"@polkadot/rpc-provider": "16.4.4",
"@polkadot/types": "16.4.4",
"@polkadot/types-augment": "16.4.4",
"@polkadot/types-codec": "16.4.4",
"@polkadot/types-create": "16.4.4",
"@polkadot/types-support": "16.4.4",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"@polkadot/x-ws": "^13.5.5",
"comment-parser": "^1.4.1",
"handlebars": "^4.7.8",
"tslib": "^2.8.1",
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '16.4.4' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/types": "16.4.2",
"@polkadot/types-codec": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/types": "16.4.4",
"@polkadot/types-codec": "16.4.4",
"@polkadot/util": "^13.5.5",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '16.4.4' };
@@ -33,7 +33,7 @@ import type { BlockStats } from '@polkadot/types/interfaces/dev';
import type { CallDryRunEffects, DispatchResultWithPostInfo, PostDispatchInfo, XcmDryRunApiError, XcmDryRunEffects } from '@polkadot/types/interfaces/dryRunApi';
import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';
import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';
import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFeeHistory, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthReceiptV0, EthReceiptV3, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';
import type { BlockV0, BlockV1, BlockV2, BlockV3, EIP1559Transaction, EIP2930Transaction, EIP7702Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthAuthorizationList, EthAuthorizationListItem, EthAuthorizationSignature, EthBlock, EthBloom, EthCallRequest, EthFeeHistory, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLegacyTransactionSignature, EthLog, EthReceipt, EthReceiptV0, EthReceiptV3, EthReceiptV4, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2, TransactionV3 } from '@polkadot/types/interfaces/eth';
import type { EvmAccount, EvmCallInfo, EvmCallInfoV2, EvmCreateInfo, EvmCreateInfoV2, EvmLog, EvmVicinity, EvmWeightInfo, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';
import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicPayloadV5, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicSignatureV5, ExtrinsicUnknown, ExtrinsicV4, ExtrinsicV5, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@polkadot/types/interfaces/extrinsics';
import type { FungiblesAccessError } from '@polkadot/types/interfaces/fungibles';
@@ -204,6 +204,7 @@ declare module '@polkadot/types/types/registry' {
BlockV0: BlockV0;
BlockV1: BlockV1;
BlockV2: BlockV2;
BlockV3: BlockV3;
BlockWeights: BlockWeights;
BodyId: BodyId;
BodyIdV2: BodyIdV2;
@@ -405,6 +406,7 @@ declare module '@polkadot/types/types/registry' {
Ed25519Signature: Ed25519Signature;
EIP1559Transaction: EIP1559Transaction;
EIP2930Transaction: EIP2930Transaction;
EIP7702Transaction: EIP7702Transaction;
ElectionCompute: ElectionCompute;
ElectionPhase: ElectionPhase;
ElectionResult: ElectionResult;
@@ -434,6 +436,9 @@ declare module '@polkadot/types/types/registry' {
EthAccessListItem: EthAccessListItem;
EthAccount: EthAccount;
EthAddress: EthAddress;
EthAuthorizationList: EthAuthorizationList;
EthAuthorizationListItem: EthAuthorizationListItem;
EthAuthorizationSignature: EthAuthorizationSignature;
EthBlock: EthBlock;
EthBloom: EthBloom;
EthCallRequest: EthCallRequest;
@@ -449,10 +454,12 @@ declare module '@polkadot/types/types/registry' {
EthFilterTopicEntry: EthFilterTopicEntry;
EthFilterTopicInner: EthFilterTopicInner;
EthHeader: EthHeader;
EthLegacyTransactionSignature: EthLegacyTransactionSignature;
EthLog: EthLog;
EthReceipt: EthReceipt;
EthReceiptV0: EthReceiptV0;
EthReceiptV3: EthReceiptV3;
EthReceiptV4: EthReceiptV4;
EthRichBlock: EthRichBlock;
EthRichHeader: EthRichHeader;
EthStorageProof: EthStorageProof;
@@ -1226,6 +1233,7 @@ declare module '@polkadot/types/types/registry' {
TransactionV0: TransactionV0;
TransactionV1: TransactionV1;
TransactionV2: TransactionV2;
TransactionV3: TransactionV3;
TransactionValidity: TransactionValidity;
TransactionValidityError: TransactionValidityError;
TransientValidationData: TransientValidationData;
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.3",
"@polkadot/x-bigint": "^13.5.3",
"@polkadot/util": "^13.5.5",
"@polkadot/x-bigint": "^13.5.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "16.4.2",
"@polkadot/types-augment": "16.4.2",
"@polkadot/types-support": "16.4.2",
"@polkadot/util-crypto": "^13.5.3"
"@polkadot/types": "16.4.4",
"@polkadot/types-augment": "16.4.4",
"@polkadot/types-support": "16.4.4",
"@polkadot/util-crypto": "^13.5.5"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '16.4.4' };
+4 -4
View File
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/types-codec": "16.4.4",
"@polkadot/util": "^13.5.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "16.4.2"
"@polkadot/types": "16.4.4"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '16.4.4' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.5.3",
"@polkadot/types": "16.4.2",
"@polkadot/types-codec": "16.4.2",
"@polkadot/types-create": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/networks": "^13.5.5",
"@polkadot/types": "16.4.4",
"@polkadot/types-codec": "16.4.4",
"@polkadot/types-create": "16.4.4",
"@polkadot/util": "^13.5.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "16.4.2"
"@polkadot/api": "16.4.4"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '16.4.4' };
+2 -2
View File
@@ -18,10 +18,10 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.3",
"@polkadot/util": "^13.5.5",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '16.4.4' };
+9 -9
View File
@@ -18,20 +18,20 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.4",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.3",
"@polkadot/types-augment": "16.4.2",
"@polkadot/types-codec": "16.4.2",
"@polkadot/types-create": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/util-crypto": "^13.5.3",
"@polkadot/keyring": "^13.5.5",
"@polkadot/types-augment": "16.4.4",
"@polkadot/types-codec": "16.4.4",
"@polkadot/types-create": "16.4.4",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.3",
"@polkadot/types-support": "16.4.2"
"@polkadot/keyring": "^13.5.5",
"@polkadot/types-support": "16.4.4"
}
}
+4 -2
View File
@@ -5,10 +5,12 @@ import type { SignOptions } from '@polkadot/keyring/types';
import type { Registry } from '@polkadot/types-codec/types';
import type { IKeyringPair } from '../types/index.js';
import { blake2AsU8a } from '@polkadot/util-crypto';
// a helper function for both types of payloads, Raw and metadata-known
export function sign (registry: Registry, signerPair: IKeyringPair, u8a: Uint8Array, options?: SignOptions): Uint8Array {
export function sign (_registry: Registry, signerPair: IKeyringPair, u8a: Uint8Array, options?: SignOptions): Uint8Array {
const encoded = u8a.length > 256
? registry.hash(u8a)
? blake2AsU8a(u8a)
: u8a;
return signerPair.sign(encoded, options);
@@ -24,7 +24,7 @@ const V0: DefinitionsTypes = {
action: 'EthTransactionAction',
value: 'U256',
input: 'Bytes',
signature: 'EthTransactionSignature'
signature: 'EthLegacyTransactionSignature'
},
TransactionV0: 'LegacyTransaction'
};
@@ -44,9 +44,7 @@ const V1: DefinitionsTypes = {
value: 'U256',
input: 'Bytes',
accessList: 'EthAccessList',
oddYParity: 'bool',
r: 'H256',
s: 'H256'
signature: 'EthTransactionSignature'
},
TransactionV1: {
_enum: {
@@ -72,9 +70,7 @@ const V2: DefinitionsTypes = {
value: 'U256',
input: 'Bytes',
accessList: 'EthAccessList',
oddYParity: 'bool',
r: 'H256',
s: 'H256'
signature: 'EthTransactionSignature'
},
TransactionV2: {
_enum: {
@@ -85,10 +81,40 @@ const V2: DefinitionsTypes = {
}
};
const V3: DefinitionsTypes = {
BlockV3: {
header: 'EthHeader',
transactions: 'Vec<TransactionV3>',
ommers: 'Vec<EthHeader>'
},
EIP7702Transaction: {
chainId: 'u64',
nonce: 'U256',
maxPriorityFeePerGas: 'U256',
maxFeePerGas: 'U256',
gasLimit: 'U256',
destination: 'EthTransactionAction',
value: 'U256',
data: 'Bytes',
accessList: 'EthAccessList',
authorizationList: 'EthAuthorizationList',
signature: 'EthTransactionSignature'
},
TransactionV3: {
_enum: {
Legacy: 'LegacyTransaction',
EIP2930: 'EIP2930Transaction',
EIP1559: 'EIP1559Transaction',
EIP7702: 'EIP7702Transaction'
}
}
};
const types: DefinitionsTypes = {
...V0,
...V1,
...V2,
...V3,
EthereumAccountId: 'GenericEthereumAccountId',
EthereumAddress: 'GenericEthereumAccountId',
EthereumLookupSource: 'GenericEthereumLookupSource',
@@ -98,6 +124,18 @@ const types: DefinitionsTypes = {
slots: 'Vec<H256>'
},
EthAccessList: 'Vec<EthAccessListItem>',
EthAuthorizationList: 'Vec<EthAuthorizationListItem>',
EthAuthorizationListItem: {
chainId: 'u64',
address: 'H160',
nonce: 'U256',
signature: 'EthAuthorizationSignature'
},
EthAuthorizationSignature: {
oddYParity: 'bool',
r: 'H256',
s: 'H256'
},
EthAccount: {
address: 'EthAddress',
balance: 'U256',
@@ -261,6 +299,7 @@ const types: DefinitionsTypes = {
// not convinced, however the original commit matches, so... (maybe V3 is incorrect?)
EthReceiptV0: 'EthReceipt',
EthReceiptV3: 'EthReceipt',
EthReceiptV4: 'EthReceipt',
EthStorageProof: {
key: 'U256',
value: 'U256',
@@ -321,11 +360,16 @@ const types: DefinitionsTypes = {
accessList: 'Option<Vec<EthAccessListItem>>',
transactionType: 'Option<U256>'
},
EthTransactionSignature: {
EthLegacyTransactionSignature: {
v: 'u64',
r: 'H256',
s: 'H256'
},
EthTransactionSignature: {
oddYParity: 'bool',
r: 'H256',
s: 'H256'
},
EthTransactionAction: {
_enum: {
Call: 'H160',
@@ -285,6 +285,21 @@ export const runtime: DefinitionsCall = {
}
},
version: 2
},
{
methods: {
convert_transaction: {
description: 'Converts an Ethereum-style transaction to Extrinsic',
params: [
{
name: 'transaction',
type: 'TransactionV3'
}
],
type: 'Extrinsic'
}
},
version: 3
}
],
DebugRuntimeApi: [
+67 -8
View File
@@ -26,6 +26,13 @@ export interface BlockV2 extends Struct {
readonly ommers: Vec<EthHeader>;
}
/** @name BlockV3 */
export interface BlockV3 extends Struct {
readonly header: EthHeader;
readonly transactions: Vec<TransactionV3>;
readonly ommers: Vec<EthHeader>;
}
/** @name EIP1559Transaction */
export interface EIP1559Transaction extends Struct {
readonly chainId: u64;
@@ -37,9 +44,7 @@ export interface EIP1559Transaction extends Struct {
readonly value: U256;
readonly input: Bytes;
readonly accessList: EthAccessList;
readonly oddYParity: bool;
readonly r: H256;
readonly s: H256;
readonly signature: EthTransactionSignature;
}
/** @name EIP2930Transaction */
@@ -52,9 +57,22 @@ export interface EIP2930Transaction extends Struct {
readonly value: U256;
readonly input: Bytes;
readonly accessList: EthAccessList;
readonly oddYParity: bool;
readonly r: H256;
readonly s: H256;
readonly signature: EthTransactionSignature;
}
/** @name EIP7702Transaction */
export interface EIP7702Transaction extends Struct {
readonly chainId: u64;
readonly nonce: U256;
readonly maxPriorityFeePerGas: U256;
readonly maxFeePerGas: U256;
readonly gasLimit: U256;
readonly destination: EthTransactionAction;
readonly value: U256;
readonly data: Bytes;
readonly accessList: EthAccessList;
readonly authorizationList: EthAuthorizationList;
readonly signature: EthTransactionSignature;
}
/** @name EthAccessList */
@@ -80,6 +98,24 @@ export interface EthAccount extends Struct {
/** @name EthAddress */
export interface EthAddress extends H160 {}
/** @name EthAuthorizationList */
export interface EthAuthorizationList extends Vec<EthAuthorizationListItem> {}
/** @name EthAuthorizationListItem */
export interface EthAuthorizationListItem extends Struct {
readonly chainId: u64;
readonly address: H160;
readonly nonce: U256;
readonly signature: EthAuthorizationSignature;
}
/** @name EthAuthorizationSignature */
export interface EthAuthorizationSignature extends Struct {
readonly oddYParity: bool;
readonly r: H256;
readonly s: H256;
}
/** @name EthBlock */
export interface EthBlock extends Struct {
readonly header: EthHeader;
@@ -192,6 +228,13 @@ export interface EthHeader extends Struct {
readonly nonce: H64;
}
/** @name EthLegacyTransactionSignature */
export interface EthLegacyTransactionSignature extends Struct {
readonly v: u64;
readonly r: H256;
readonly s: H256;
}
/** @name EthLog */
export interface EthLog extends Struct {
readonly address: EthAddress;
@@ -229,6 +272,9 @@ export interface EthReceiptV0 extends EthReceipt {}
/** @name EthReceiptV3 */
export interface EthReceiptV3 extends EthReceipt {}
/** @name EthReceiptV4 */
export interface EthReceiptV4 extends EthReceipt {}
/** @name EthRichBlock */
export interface EthRichBlock extends Struct {
readonly blockHash: Option<H256>;
@@ -385,7 +431,7 @@ export interface EthTransactionRequest extends Struct {
/** @name EthTransactionSignature */
export interface EthTransactionSignature extends Struct {
readonly v: u64;
readonly oddYParity: bool;
readonly r: H256;
readonly s: H256;
}
@@ -417,7 +463,7 @@ export interface LegacyTransaction extends Struct {
readonly action: EthTransactionAction;
readonly value: U256;
readonly input: Bytes;
readonly signature: EthTransactionSignature;
readonly signature: EthLegacyTransactionSignature;
}
/** @name TransactionV0 */
@@ -443,4 +489,17 @@ export interface TransactionV2 extends Enum {
readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
}
/** @name TransactionV3 */
export interface TransactionV3 extends Enum {
readonly isLegacy: boolean;
readonly asLegacy: LegacyTransaction;
readonly isEip2930: boolean;
readonly asEip2930: EIP2930Transaction;
readonly isEip1559: boolean;
readonly asEip1559: EIP1559Transaction;
readonly isEip7702: boolean;
readonly asEip7702: EIP7702Transaction;
readonly type: 'Legacy' | 'Eip2930' | 'Eip1559' | 'Eip7702';
}
export type PHANTOM_ETH = 'eth';
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '16.4.2' };
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '16.4.4' };
+178 -178
View File
@@ -447,27 +447,27 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/api-augment@npm:16.4.2, @polkadot/api-augment@workspace:packages/api-augment":
"@polkadot/api-augment@npm:16.4.4, @polkadot/api-augment@workspace:packages/api-augment":
version: 0.0.0-use.local
resolution: "@polkadot/api-augment@workspace:packages/api-augment"
dependencies:
"@polkadot/api-base": "npm:16.4.2"
"@polkadot/rpc-augment": "npm:16.4.2"
"@polkadot/types": "npm:16.4.2"
"@polkadot/types-augment": "npm:16.4.2"
"@polkadot/types-codec": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/api-base": "npm:16.4.4"
"@polkadot/rpc-augment": "npm:16.4.4"
"@polkadot/types": "npm:16.4.4"
"@polkadot/types-augment": "npm:16.4.4"
"@polkadot/types-codec": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api-base@npm:16.4.2, @polkadot/api-base@workspace:packages/api-base":
"@polkadot/api-base@npm:16.4.4, @polkadot/api-base@workspace:packages/api-base":
version: 0.0.0-use.local
resolution: "@polkadot/api-base@workspace:packages/api-base"
dependencies:
"@polkadot/rpc-core": "npm:16.4.2"
"@polkadot/types": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/rpc-core": "npm:16.4.4"
"@polkadot/types": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
@@ -477,59 +477,59 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@polkadot/api": "npm:16.4.2"
"@polkadot/api-augment": "npm:16.4.2"
"@polkadot/keyring": "npm:^13.5.3"
"@polkadot/types": "npm:16.4.2"
"@polkadot/types-codec": "npm:16.4.2"
"@polkadot/types-create": "npm:16.4.2"
"@polkadot/types-support": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/util-crypto": "npm:^13.5.3"
"@polkadot/api": "npm:16.4.4"
"@polkadot/api-augment": "npm:16.4.4"
"@polkadot/keyring": "npm:^13.5.5"
"@polkadot/types": "npm:16.4.4"
"@polkadot/types-codec": "npm:16.4.4"
"@polkadot/types-create": "npm:16.4.4"
"@polkadot/types-support": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api-derive@npm:16.4.2, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/api-derive@npm:16.4.4, @polkadot/api-derive@workspace:packages/api-derive":
version: 0.0.0-use.local
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
dependencies:
"@polkadot/api": "npm:16.4.2"
"@polkadot/api-augment": "npm:16.4.2"
"@polkadot/api-base": "npm:16.4.2"
"@polkadot/rpc-augment": "npm:16.4.2"
"@polkadot/rpc-core": "npm:16.4.2"
"@polkadot/rpc-provider": "npm:16.4.2"
"@polkadot/types": "npm:16.4.2"
"@polkadot/types-codec": "npm:16.4.2"
"@polkadot/types-support": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/util-crypto": "npm:^13.5.3"
"@polkadot/api": "npm:16.4.4"
"@polkadot/api-augment": "npm:16.4.4"
"@polkadot/api-base": "npm:16.4.4"
"@polkadot/rpc-augment": "npm:16.4.4"
"@polkadot/rpc-core": "npm:16.4.4"
"@polkadot/rpc-provider": "npm:16.4.4"
"@polkadot/types": "npm:16.4.4"
"@polkadot/types-codec": "npm:16.4.4"
"@polkadot/types-support": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api@npm:16.4.2, @polkadot/api@workspace:packages/api":
"@polkadot/api@npm:16.4.4, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@polkadot/api-augment": "npm:16.4.2"
"@polkadot/api-base": "npm:16.4.2"
"@polkadot/api-derive": "npm:16.4.2"
"@polkadot/keyring": "npm:^13.5.3"
"@polkadot/rpc-augment": "npm:16.4.2"
"@polkadot/rpc-core": "npm:16.4.2"
"@polkadot/rpc-provider": "npm:16.4.2"
"@polkadot/types": "npm:16.4.2"
"@polkadot/types-augment": "npm:16.4.2"
"@polkadot/types-codec": "npm:16.4.2"
"@polkadot/types-create": "npm:16.4.2"
"@polkadot/types-known": "npm:16.4.2"
"@polkadot/types-support": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/util-crypto": "npm:^13.5.3"
"@polkadot/api-augment": "npm:16.4.4"
"@polkadot/api-base": "npm:16.4.4"
"@polkadot/api-derive": "npm:16.4.4"
"@polkadot/keyring": "npm:^13.5.5"
"@polkadot/rpc-augment": "npm:16.4.4"
"@polkadot/rpc-core": "npm:16.4.4"
"@polkadot/rpc-provider": "npm:16.4.4"
"@polkadot/types": "npm:16.4.4"
"@polkadot/types-augment": "npm:16.4.4"
"@polkadot/types-codec": "npm:16.4.4"
"@polkadot/types-create": "npm:16.4.4"
"@polkadot/types-known": "npm:16.4.4"
"@polkadot/types-support": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
eventemitter3: "npm:^5.0.1"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
@@ -632,69 +632,69 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/keyring@npm:^13.5.3":
version: 13.5.3
resolution: "@polkadot/keyring@npm:13.5.3"
"@polkadot/keyring@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/keyring@npm:13.5.5"
dependencies:
"@polkadot/util": "npm:13.5.3"
"@polkadot/util-crypto": "npm:13.5.3"
"@polkadot/util": "npm:13.5.5"
"@polkadot/util-crypto": "npm:13.5.5"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.3
"@polkadot/util-crypto": 13.5.3
checksum: 10/3963e3f41a3ec0c46db506af8e821d4fb908f0b8c0c20acbc8eff9ba432a847e105a28376526c94b7d9b17f5374e35dee7c141a375c63aaae7928a1616b2065a
"@polkadot/util": 13.5.5
"@polkadot/util-crypto": 13.5.5
checksum: 10/45a1a769c7f4ad5f3cc76391cf1f7cc2d06c23ed3712ec743dc0d0f8182ac91c384d620dcc37adc77ff0f94147b3c298a0d932ac976725527e56f7e976837c2f
languageName: node
linkType: hard
"@polkadot/networks@npm:13.5.3, @polkadot/networks@npm:^13.5.3":
version: 13.5.3
resolution: "@polkadot/networks@npm:13.5.3"
"@polkadot/networks@npm:13.5.5, @polkadot/networks@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/networks@npm:13.5.5"
dependencies:
"@polkadot/util": "npm:13.5.3"
"@polkadot/util": "npm:13.5.5"
"@substrate/ss58-registry": "npm:^1.51.0"
tslib: "npm:^2.8.0"
checksum: 10/2b669b98d02767bb59bd849928bce05ae8e2fad783b912e7bb7b9e252223bc6fa7f198173aaeaedd9c5aa966b06a54136c0a011f74e1aa2f236466d217f0f256
checksum: 10/305d4586c438545818d6e2ca84eaa0b2f2226e7028525bec1b1e51f7048e26990b5ed1ffb5b67323378b90eaade320403bd67a3a5eda3336c2f7c59825239f75
languageName: node
linkType: hard
"@polkadot/rpc-augment@npm:16.4.2, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@npm:16.4.4, @polkadot/rpc-augment@workspace:packages/rpc-augment":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment"
dependencies:
"@polkadot/rpc-core": "npm:16.4.2"
"@polkadot/types": "npm:16.4.2"
"@polkadot/types-codec": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/rpc-core": "npm:16.4.4"
"@polkadot/types": "npm:16.4.4"
"@polkadot/types-codec": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-core@npm:16.4.2, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/rpc-core@npm:16.4.4, @polkadot/rpc-core@workspace:packages/rpc-core":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
dependencies:
"@polkadot/keyring": "npm:^13.5.3"
"@polkadot/rpc-augment": "npm:16.4.2"
"@polkadot/rpc-provider": "npm:16.4.2"
"@polkadot/types": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/keyring": "npm:^13.5.5"
"@polkadot/rpc-augment": "npm:16.4.4"
"@polkadot/rpc-provider": "npm:16.4.4"
"@polkadot/types": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-provider@npm:16.4.2, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/rpc-provider@npm:16.4.4, @polkadot/rpc-provider@workspace:packages/rpc-provider":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
dependencies:
"@polkadot/keyring": "npm:^13.5.3"
"@polkadot/types": "npm:16.4.2"
"@polkadot/types-support": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/util-crypto": "npm:^13.5.3"
"@polkadot/x-fetch": "npm:^13.5.3"
"@polkadot/x-global": "npm:^13.5.3"
"@polkadot/x-ws": "npm:^13.5.3"
"@polkadot/keyring": "npm:^13.5.5"
"@polkadot/types": "npm:16.4.4"
"@polkadot/types-support": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
"@polkadot/x-fetch": "npm:^13.5.5"
"@polkadot/x-global": "npm:^13.5.5"
"@polkadot/x-ws": "npm:^13.5.5"
"@substrate/connect": "npm:0.8.11"
eventemitter3: "npm:^5.0.1"
mock-socket: "npm:^9.3.1"
@@ -710,19 +710,19 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/typegen@workspace:packages/typegen"
dependencies:
"@polkadot/api": "npm:16.4.2"
"@polkadot/api-augment": "npm:16.4.2"
"@polkadot/api-derive": "npm:16.4.2"
"@polkadot/rpc-augment": "npm:16.4.2"
"@polkadot/rpc-provider": "npm:16.4.2"
"@polkadot/types": "npm:16.4.2"
"@polkadot/types-augment": "npm:16.4.2"
"@polkadot/types-codec": "npm:16.4.2"
"@polkadot/types-create": "npm:16.4.2"
"@polkadot/types-support": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/util-crypto": "npm:^13.5.3"
"@polkadot/x-ws": "npm:^13.5.3"
"@polkadot/api": "npm:16.4.4"
"@polkadot/api-augment": "npm:16.4.4"
"@polkadot/api-derive": "npm:16.4.4"
"@polkadot/rpc-augment": "npm:16.4.4"
"@polkadot/rpc-provider": "npm:16.4.4"
"@polkadot/types": "npm:16.4.4"
"@polkadot/types-augment": "npm:16.4.4"
"@polkadot/types-codec": "npm:16.4.4"
"@polkadot/types-create": "npm:16.4.4"
"@polkadot/types-support": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
"@polkadot/x-ws": "npm:^13.5.5"
"@types/yargs": "npm:^17.0.33"
comment-parser: "npm:^1.4.1"
handlebars: "npm:^4.7.8"
@@ -737,113 +737,113 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-augment@npm:16.4.2, @polkadot/types-augment@workspace:packages/types-augment":
"@polkadot/types-augment@npm:16.4.4, @polkadot/types-augment@workspace:packages/types-augment":
version: 0.0.0-use.local
resolution: "@polkadot/types-augment@workspace:packages/types-augment"
dependencies:
"@polkadot/types": "npm:16.4.2"
"@polkadot/types-codec": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/types": "npm:16.4.4"
"@polkadot/types-codec": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-codec@npm:16.4.2, @polkadot/types-codec@workspace:packages/types-codec":
"@polkadot/types-codec@npm:16.4.4, @polkadot/types-codec@workspace:packages/types-codec":
version: 0.0.0-use.local
resolution: "@polkadot/types-codec@workspace:packages/types-codec"
dependencies:
"@polkadot/types": "npm:16.4.2"
"@polkadot/types-augment": "npm:16.4.2"
"@polkadot/types-support": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/util-crypto": "npm:^13.5.3"
"@polkadot/x-bigint": "npm:^13.5.3"
"@polkadot/types": "npm:16.4.4"
"@polkadot/types-augment": "npm:16.4.4"
"@polkadot/types-support": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
"@polkadot/x-bigint": "npm:^13.5.5"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-create@npm:16.4.2, @polkadot/types-create@workspace:packages/types-create":
"@polkadot/types-create@npm:16.4.4, @polkadot/types-create@workspace:packages/types-create":
version: 0.0.0-use.local
resolution: "@polkadot/types-create@workspace:packages/types-create"
dependencies:
"@polkadot/types": "npm:16.4.2"
"@polkadot/types-codec": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/types": "npm:16.4.4"
"@polkadot/types-codec": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-known@npm:16.4.2, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/types-known@npm:16.4.4, @polkadot/types-known@workspace:packages/types-known":
version: 0.0.0-use.local
resolution: "@polkadot/types-known@workspace:packages/types-known"
dependencies:
"@polkadot/api": "npm:16.4.2"
"@polkadot/networks": "npm:^13.5.3"
"@polkadot/types": "npm:16.4.2"
"@polkadot/types-codec": "npm:16.4.2"
"@polkadot/types-create": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/api": "npm:16.4.4"
"@polkadot/networks": "npm:^13.5.5"
"@polkadot/types": "npm:16.4.4"
"@polkadot/types-codec": "npm:16.4.4"
"@polkadot/types-create": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-support@npm:16.4.2, @polkadot/types-support@workspace:packages/types-support":
"@polkadot/types-support@npm:16.4.4, @polkadot/types-support@workspace:packages/types-support":
version: 0.0.0-use.local
resolution: "@polkadot/types-support@workspace:packages/types-support"
dependencies:
"@polkadot/util": "npm:^13.5.3"
"@polkadot/util": "npm:^13.5.5"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types@npm:16.4.2, @polkadot/types@workspace:packages/types":
"@polkadot/types@npm:16.4.4, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@polkadot/keyring": "npm:^13.5.3"
"@polkadot/types-augment": "npm:16.4.2"
"@polkadot/types-codec": "npm:16.4.2"
"@polkadot/types-create": "npm:16.4.2"
"@polkadot/types-support": "npm:16.4.2"
"@polkadot/util": "npm:^13.5.3"
"@polkadot/util-crypto": "npm:^13.5.3"
"@polkadot/keyring": "npm:^13.5.5"
"@polkadot/types-augment": "npm:16.4.4"
"@polkadot/types-codec": "npm:16.4.4"
"@polkadot/types-create": "npm:16.4.4"
"@polkadot/types-support": "npm:16.4.4"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/util-crypto@npm:13.5.3, @polkadot/util-crypto@npm:^13.5.3":
version: 13.5.3
resolution: "@polkadot/util-crypto@npm:13.5.3"
"@polkadot/util-crypto@npm:13.5.5, @polkadot/util-crypto@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/util-crypto@npm:13.5.5"
dependencies:
"@noble/curves": "npm:^1.3.0"
"@noble/hashes": "npm:^1.3.3"
"@polkadot/networks": "npm:13.5.3"
"@polkadot/util": "npm:13.5.3"
"@polkadot/networks": "npm:13.5.5"
"@polkadot/util": "npm:13.5.5"
"@polkadot/wasm-crypto": "npm:^7.4.1"
"@polkadot/wasm-util": "npm:^7.4.1"
"@polkadot/x-bigint": "npm:13.5.3"
"@polkadot/x-randomvalues": "npm:13.5.3"
"@polkadot/x-bigint": "npm:13.5.5"
"@polkadot/x-randomvalues": "npm:13.5.5"
"@scure/base": "npm:^1.1.7"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.3
checksum: 10/0313fc285e769520b135ebb7031ab1a694a96d88191977af0519847be7a0f50f8cf32aafc13132481eb3c40b1160e991b7535400ed18a9cd9a6d40d47cf7f1a7
"@polkadot/util": 13.5.5
checksum: 10/8a198141ff59d81ddef4d4e04283f082224ccc9d868b948fa0490a314165f4dde289fc0b589986c500698d14663345d912978471fe6248a96709f6d4b1a6b9da
languageName: node
linkType: hard
"@polkadot/util@npm:13.5.3, @polkadot/util@npm:^13.5.3":
version: 13.5.3
resolution: "@polkadot/util@npm:13.5.3"
"@polkadot/util@npm:13.5.5, @polkadot/util@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/util@npm:13.5.5"
dependencies:
"@polkadot/x-bigint": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-textdecoder": "npm:13.5.3"
"@polkadot/x-textencoder": "npm:13.5.3"
"@polkadot/x-bigint": "npm:13.5.5"
"@polkadot/x-global": "npm:13.5.5"
"@polkadot/x-textdecoder": "npm:13.5.5"
"@polkadot/x-textencoder": "npm:13.5.5"
"@types/bn.js": "npm:^5.1.6"
bn.js: "npm:^5.2.1"
tslib: "npm:^2.8.0"
checksum: 10/5274dacf09df4b43155f20d0e709bf86c8a95995cf46f62ab23947b9a745e0c9c0a31d504e9984b07903f31f741f0cfa5b7e25bd7bcd7cbeb686be06ca48bd35
checksum: 10/359c4509b72f28fa098623f95a7bd3bbb9aa91c84d7d21e7231d2b1c03af7b85d87cbf5e26f781e6d0149997b4744c2dc21f0446f621a3ed69456eb0c72a6091
languageName: node
linkType: hard
@@ -927,77 +927,77 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/x-bigint@npm:13.5.3, @polkadot/x-bigint@npm:^13.5.3":
version: 13.5.3
resolution: "@polkadot/x-bigint@npm:13.5.3"
"@polkadot/x-bigint@npm:13.5.5, @polkadot/x-bigint@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/x-bigint@npm:13.5.5"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.5"
tslib: "npm:^2.8.0"
checksum: 10/f70d898a83ba8dc476c5164e2466dbfb9ab3722ec205a3dd448e96c2d764b9f30c532cf21d422005574e27b48e22c3cf3e7d2b0fb9b7b67e416941209875bd09
checksum: 10/639b7d8fad99453163f12aa9d2d753b477f940637496ca43c15ea3e73f53f6eed3efe2857445a48f6fc5d8108d4e1ba8ee582e57f907cdab92d49b46480806c4
languageName: node
linkType: hard
"@polkadot/x-fetch@npm:^13.5.3":
version: 13.5.3
resolution: "@polkadot/x-fetch@npm:13.5.3"
"@polkadot/x-fetch@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/x-fetch@npm:13.5.5"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.5"
node-fetch: "npm:^3.3.2"
tslib: "npm:^2.8.0"
checksum: 10/8c2a5579f3af62803a0b945709b7dca88bce958a232e2749218ef30d0e70aede7193c5b330d16e058d9bfca199d3b5e02efcb80051f982c114505d784558dd23
checksum: 10/043e0acdc8807f2eeed0673b5afbf38f1d337b1aba4d77a65fe7d00c6d51511eeb5048167aecb1a1c9546f6026696e5a34a4e6a35a5ad64ad26d754c5e2da362
languageName: node
linkType: hard
"@polkadot/x-global@npm:13.5.3, @polkadot/x-global@npm:^13.5.3":
version: 13.5.3
resolution: "@polkadot/x-global@npm:13.5.3"
"@polkadot/x-global@npm:13.5.5, @polkadot/x-global@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/x-global@npm:13.5.5"
dependencies:
tslib: "npm:^2.8.0"
checksum: 10/3976491290df8f7a5929c85c1f5f962ac968594666a60488060511c41dcf878089caeb41ae662dde70deae6c875abd0a46533c2f0448f5da1831eed1dda53c7d
checksum: 10/c764b836fb01007f075f14ba532a127abc21b0202f6175152aad46bbd3194c01aa30cb17f6b3ad768b5846306020cbc0eaf996128ee4b2233625ed5c8a736aee
languageName: node
linkType: hard
"@polkadot/x-randomvalues@npm:13.5.3":
version: 13.5.3
resolution: "@polkadot/x-randomvalues@npm:13.5.3"
"@polkadot/x-randomvalues@npm:13.5.5":
version: 13.5.5
resolution: "@polkadot/x-randomvalues@npm:13.5.5"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.5"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.3
"@polkadot/util": 13.5.5
"@polkadot/wasm-util": "*"
checksum: 10/dff71cbaa046e3ef3103dfa72ffea32fd89c94bb3396f1882cb28697aee1c4a10b7bd0f7a2a64fbdeaff725c79d6164e9ebb9f3b1c50dbaef51ecd75569f4045
checksum: 10/ad81090f7136651530e213909604914027081bf937adae915059dad51d3d2489ef0bfc73e3d08c30290cf60fbfcce5a1caaa85eb3d1432c3815186894190e09e
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:13.5.3":
version: 13.5.3
resolution: "@polkadot/x-textdecoder@npm:13.5.3"
"@polkadot/x-textdecoder@npm:13.5.5":
version: 13.5.5
resolution: "@polkadot/x-textdecoder@npm:13.5.5"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.5"
tslib: "npm:^2.8.0"
checksum: 10/5914ce2bad6f858ba2d509a6cecde61c9d547c83791697f79a3d4bf7675782ac470c60d62d39974b246ee74d07c58b006ddae22823945ca1e474a6040ab058ce
checksum: 10/892f00428f9b02a8177db67a6d237d27e961ff0d044dae11e300eaa760339a8694dc2728ffa93f6622620e92524c8ad016c756d280af81f327ad9a707bbe237b
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:13.5.3":
version: 13.5.3
resolution: "@polkadot/x-textencoder@npm:13.5.3"
"@polkadot/x-textencoder@npm:13.5.5":
version: 13.5.5
resolution: "@polkadot/x-textencoder@npm:13.5.5"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.5"
tslib: "npm:^2.8.0"
checksum: 10/bf3219c4a37dcc4b3de42e291b7fa137147b9497268699b9f35184967114a80da3de3785e2bf628bb02172f963fb7dc5ba150edb6cd2e28a0a6f7d142d55309f
checksum: 10/9eb831d802e52659cb5df45d942bd58cd7ae363a8b5a36673b94135a6c9364cfeb8ce97dcb3ff89ff400988f285060667ed37f8dad6930e0747a29f16f95d6ef
languageName: node
linkType: hard
"@polkadot/x-ws@npm:^13.5.3":
version: 13.5.3
resolution: "@polkadot/x-ws@npm:13.5.3"
"@polkadot/x-ws@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/x-ws@npm:13.5.5"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.5"
tslib: "npm:^2.8.0"
ws: "npm:^8.18.0"
checksum: 10/d44448acf166aa9d9b7d6b49877b01c571718219a832c9335af540b790d73bb24f6686aacdc60578eee2012a98c2232f0e7cc7c4e4b70e46e841ae5ce735b98f
checksum: 10/21f5f0e64c31472d9b4fab1cfdd1569a0c004144fcfb22d7ac1870aae2abd72b96e3a5ae11f55306369ff5d9789845fb0bcd94fc514a8d18829b05ed609ae85c
languageName: node
linkType: hard