Compare commits

...
8 Commits
Author SHA1 Message Date
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 472 additions and 337 deletions
+5
View File
@@ -1,5 +1,10 @@
# CHANGELOG
## 16.4.3 Jul 29, 2025
- 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))
+3 -1
View File
@@ -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.3",
"versions": {
"git": "16.4.2",
"npm": "16.4.2"
"git": "16.4.3",
"npm": "16.4.3"
},
"workspaces": [
"packages/*"
+7 -7
View File
@@ -18,15 +18,15 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"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.3",
"@polkadot/rpc-augment": "16.4.3",
"@polkadot/types": "16.4.3",
"@polkadot/types-augment": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/util": "^13.5.4",
"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.3' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"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.3",
"@polkadot/types": "16.4.3",
"@polkadot/util": "^13.5.4",
"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.3' };
+11 -11
View File
@@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"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.3",
"@polkadot/api-augment": "16.4.3",
"@polkadot/types": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/types-create": "16.4.3",
"@polkadot/util": "^13.5.4",
"@polkadot/util-crypto": "^13.5.4",
"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.3",
"@polkadot/keyring": "^13.5.4",
"@polkadot/types-support": "16.4.3"
}
}
+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.3' };
+14 -14
View File
@@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"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.3",
"@polkadot/api-augment": "16.4.3",
"@polkadot/api-base": "16.4.3",
"@polkadot/rpc-core": "16.4.3",
"@polkadot/types": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/util": "^13.5.4",
"@polkadot/util-crypto": "^13.5.4",
"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.3",
"@polkadot/api-augment": "16.4.3",
"@polkadot/rpc-augment": "16.4.3",
"@polkadot/rpc-provider": "16.4.3",
"@polkadot/types-support": "16.4.3"
}
}
+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.3' };
+17 -17
View File
@@ -18,29 +18,29 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"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.3",
"@polkadot/api-base": "16.4.3",
"@polkadot/api-derive": "16.4.3",
"@polkadot/keyring": "^13.5.4",
"@polkadot/rpc-augment": "16.4.3",
"@polkadot/rpc-core": "16.4.3",
"@polkadot/rpc-provider": "16.4.3",
"@polkadot/types": "16.4.3",
"@polkadot/types-augment": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/types-create": "16.4.3",
"@polkadot/types-known": "16.4.3",
"@polkadot/util": "^13.5.4",
"@polkadot/util-crypto": "^13.5.4",
"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.3",
"@polkadot/types-support": "16.4.3"
}
}
+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.3' };
+5 -5
View File
@@ -18,13 +18,13 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"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.3",
"@polkadot/types": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/util": "^13.5.4",
"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.3' };
+7 -7
View File
@@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"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.3",
"@polkadot/rpc-provider": "16.4.3",
"@polkadot/types": "16.4.3",
"@polkadot/util": "^13.5.4",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.3",
"@polkadot/rpc-augment": "16.4.2"
"@polkadot/keyring": "^13.5.4",
"@polkadot/rpc-augment": "16.4.3"
}
}
+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.3' };
+9 -9
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"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.4",
"@polkadot/types": "16.4.3",
"@polkadot/types-support": "16.4.3",
"@polkadot/util": "^13.5.4",
"@polkadot/util-crypto": "^13.5.4",
"@polkadot/x-fetch": "^13.5.4",
"@polkadot/x-global": "^13.5.4",
"@polkadot/x-ws": "^13.5.4",
"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.3' };
+14 -14
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"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.3",
"@polkadot/api-augment": "16.4.3",
"@polkadot/api-derive": "16.4.3",
"@polkadot/rpc-augment": "16.4.3",
"@polkadot/rpc-provider": "16.4.3",
"@polkadot/types": "16.4.3",
"@polkadot/types-augment": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/types-create": "16.4.3",
"@polkadot/types-support": "16.4.3",
"@polkadot/util": "^13.5.4",
"@polkadot/util-crypto": "^13.5.4",
"@polkadot/x-ws": "^13.5.4",
"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.3' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"main": "index.js",
"dependencies": {
"@polkadot/types": "16.4.2",
"@polkadot/types-codec": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/types": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/util": "^13.5.4",
"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.3' };
@@ -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.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.3",
"@polkadot/x-bigint": "^13.5.3",
"@polkadot/util": "^13.5.4",
"@polkadot/x-bigint": "^13.5.4",
"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.3",
"@polkadot/types-augment": "16.4.3",
"@polkadot/types-support": "16.4.3",
"@polkadot/util-crypto": "^13.5.4"
}
}
+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.3' };
+4 -4
View File
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "16.4.2",
"@polkadot/util": "^13.5.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/util": "^13.5.4",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "16.4.2"
"@polkadot/types": "16.4.3"
}
}
+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.3' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"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.4",
"@polkadot/types": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/types-create": "16.4.3",
"@polkadot/util": "^13.5.4",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "16.4.2"
"@polkadot/api": "16.4.3"
}
}
+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.3' };
+2 -2
View File
@@ -18,10 +18,10 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.3",
"@polkadot/util": "^13.5.4",
"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.3' };
+9 -9
View File
@@ -18,20 +18,20 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.2",
"version": "16.4.3",
"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.4",
"@polkadot/types-augment": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/types-create": "16.4.3",
"@polkadot/util": "^13.5.4",
"@polkadot/util-crypto": "^13.5.4",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.3",
"@polkadot/types-support": "16.4.2"
"@polkadot/keyring": "^13.5.4",
"@polkadot/types-support": "16.4.3"
}
}
+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.3' };
+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.3, @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.3"
"@polkadot/rpc-augment": "npm:16.4.3"
"@polkadot/types": "npm:16.4.3"
"@polkadot/types-augment": "npm:16.4.3"
"@polkadot/types-codec": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
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.3, @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.3"
"@polkadot/types": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
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.3"
"@polkadot/api-augment": "npm:16.4.3"
"@polkadot/keyring": "npm:^13.5.4"
"@polkadot/types": "npm:16.4.3"
"@polkadot/types-codec": "npm:16.4.3"
"@polkadot/types-create": "npm:16.4.3"
"@polkadot/types-support": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
"@polkadot/util-crypto": "npm:^13.5.4"
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.3, @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.3"
"@polkadot/api-augment": "npm:16.4.3"
"@polkadot/api-base": "npm:16.4.3"
"@polkadot/rpc-augment": "npm:16.4.3"
"@polkadot/rpc-core": "npm:16.4.3"
"@polkadot/rpc-provider": "npm:16.4.3"
"@polkadot/types": "npm:16.4.3"
"@polkadot/types-codec": "npm:16.4.3"
"@polkadot/types-support": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
"@polkadot/util-crypto": "npm:^13.5.4"
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.3, @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.3"
"@polkadot/api-base": "npm:16.4.3"
"@polkadot/api-derive": "npm:16.4.3"
"@polkadot/keyring": "npm:^13.5.4"
"@polkadot/rpc-augment": "npm:16.4.3"
"@polkadot/rpc-core": "npm:16.4.3"
"@polkadot/rpc-provider": "npm:16.4.3"
"@polkadot/types": "npm:16.4.3"
"@polkadot/types-augment": "npm:16.4.3"
"@polkadot/types-codec": "npm:16.4.3"
"@polkadot/types-create": "npm:16.4.3"
"@polkadot/types-known": "npm:16.4.3"
"@polkadot/types-support": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
"@polkadot/util-crypto": "npm:^13.5.4"
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.4":
version: 13.5.4
resolution: "@polkadot/keyring@npm:13.5.4"
dependencies:
"@polkadot/util": "npm:13.5.3"
"@polkadot/util-crypto": "npm:13.5.3"
"@polkadot/util": "npm:13.5.4"
"@polkadot/util-crypto": "npm:13.5.4"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.3
"@polkadot/util-crypto": 13.5.3
checksum: 10/3963e3f41a3ec0c46db506af8e821d4fb908f0b8c0c20acbc8eff9ba432a847e105a28376526c94b7d9b17f5374e35dee7c141a375c63aaae7928a1616b2065a
"@polkadot/util": 13.5.4
"@polkadot/util-crypto": 13.5.4
checksum: 10/932b9900ccb03ee14784d08a4dfdd59e1bfd7b1771054f72dddb99f058f3049156b264880f99ca4921965544db977430681e7cca383fdbc757282e8dd5038bf4
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.4, @polkadot/networks@npm:^13.5.4":
version: 13.5.4
resolution: "@polkadot/networks@npm:13.5.4"
dependencies:
"@polkadot/util": "npm:13.5.3"
"@polkadot/util": "npm:13.5.4"
"@substrate/ss58-registry": "npm:^1.51.0"
tslib: "npm:^2.8.0"
checksum: 10/2b669b98d02767bb59bd849928bce05ae8e2fad783b912e7bb7b9e252223bc6fa7f198173aaeaedd9c5aa966b06a54136c0a011f74e1aa2f236466d217f0f256
checksum: 10/57903c161c48cdde652a61cc5948867d789200d948b46bfcb70953eae5b3b05b05f70173c5006ea0934e677c8b6281f9f6d086581334959607625ac0604384ab
languageName: node
linkType: hard
"@polkadot/rpc-augment@npm:16.4.2, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@npm:16.4.3, @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.3"
"@polkadot/types": "npm:16.4.3"
"@polkadot/types-codec": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
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.3, @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.4"
"@polkadot/rpc-augment": "npm:16.4.3"
"@polkadot/rpc-provider": "npm:16.4.3"
"@polkadot/types": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
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.3, @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.4"
"@polkadot/types": "npm:16.4.3"
"@polkadot/types-support": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
"@polkadot/util-crypto": "npm:^13.5.4"
"@polkadot/x-fetch": "npm:^13.5.4"
"@polkadot/x-global": "npm:^13.5.4"
"@polkadot/x-ws": "npm:^13.5.4"
"@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.3"
"@polkadot/api-augment": "npm:16.4.3"
"@polkadot/api-derive": "npm:16.4.3"
"@polkadot/rpc-augment": "npm:16.4.3"
"@polkadot/rpc-provider": "npm:16.4.3"
"@polkadot/types": "npm:16.4.3"
"@polkadot/types-augment": "npm:16.4.3"
"@polkadot/types-codec": "npm:16.4.3"
"@polkadot/types-create": "npm:16.4.3"
"@polkadot/types-support": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
"@polkadot/util-crypto": "npm:^13.5.4"
"@polkadot/x-ws": "npm:^13.5.4"
"@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.3, @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.3"
"@polkadot/types-codec": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
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.3, @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.3"
"@polkadot/types-augment": "npm:16.4.3"
"@polkadot/types-support": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
"@polkadot/util-crypto": "npm:^13.5.4"
"@polkadot/x-bigint": "npm:^13.5.4"
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.3, @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.3"
"@polkadot/types-codec": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
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.3, @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.3"
"@polkadot/networks": "npm:^13.5.4"
"@polkadot/types": "npm:16.4.3"
"@polkadot/types-codec": "npm:16.4.3"
"@polkadot/types-create": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
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.3, @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.4"
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.3, @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.4"
"@polkadot/types-augment": "npm:16.4.3"
"@polkadot/types-codec": "npm:16.4.3"
"@polkadot/types-create": "npm:16.4.3"
"@polkadot/types-support": "npm:16.4.3"
"@polkadot/util": "npm:^13.5.4"
"@polkadot/util-crypto": "npm:^13.5.4"
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.4, @polkadot/util-crypto@npm:^13.5.4":
version: 13.5.4
resolution: "@polkadot/util-crypto@npm:13.5.4"
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.4"
"@polkadot/util": "npm:13.5.4"
"@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.4"
"@polkadot/x-randomvalues": "npm:13.5.4"
"@scure/base": "npm:^1.1.7"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.3
checksum: 10/0313fc285e769520b135ebb7031ab1a694a96d88191977af0519847be7a0f50f8cf32aafc13132481eb3c40b1160e991b7535400ed18a9cd9a6d40d47cf7f1a7
"@polkadot/util": 13.5.4
checksum: 10/b06de343ccddb7d553997fe8e0055c17bdb67b13b06100f9f628a97aa5b1b0b0dc4a469101cc25db9bf9cad71b8c3ca171b48f4bd6d2147a08d14eacd0657867
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.4, @polkadot/util@npm:^13.5.4":
version: 13.5.4
resolution: "@polkadot/util@npm:13.5.4"
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.4"
"@polkadot/x-global": "npm:13.5.4"
"@polkadot/x-textdecoder": "npm:13.5.4"
"@polkadot/x-textencoder": "npm:13.5.4"
"@types/bn.js": "npm:^5.1.6"
bn.js: "npm:^5.2.1"
tslib: "npm:^2.8.0"
checksum: 10/5274dacf09df4b43155f20d0e709bf86c8a95995cf46f62ab23947b9a745e0c9c0a31d504e9984b07903f31f741f0cfa5b7e25bd7bcd7cbeb686be06ca48bd35
checksum: 10/222ad1421dd4c481e40b276b0119a53fb3d1e111000f116347bd983923c47481f1215c846954652c61950b2fb9698d0685974eebf5ae683e33c848e8df4856ed
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.4, @polkadot/x-bigint@npm:^13.5.4":
version: 13.5.4
resolution: "@polkadot/x-bigint@npm:13.5.4"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.4"
tslib: "npm:^2.8.0"
checksum: 10/f70d898a83ba8dc476c5164e2466dbfb9ab3722ec205a3dd448e96c2d764b9f30c532cf21d422005574e27b48e22c3cf3e7d2b0fb9b7b67e416941209875bd09
checksum: 10/22887ce511478e160fad7d38cba4ed0b2ca54dd30a8801391a551198342305e1cc1f8c05f273312041ff3cf0233cd8a4f12da7272f5cddc3d1c4ccad7a029b5c
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.4":
version: 13.5.4
resolution: "@polkadot/x-fetch@npm:13.5.4"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.4"
node-fetch: "npm:^3.3.2"
tslib: "npm:^2.8.0"
checksum: 10/8c2a5579f3af62803a0b945709b7dca88bce958a232e2749218ef30d0e70aede7193c5b330d16e058d9bfca199d3b5e02efcb80051f982c114505d784558dd23
checksum: 10/0fa7d127d722f4713fc9fa5115c7d98eb35290a79cb76017f434c519f62ad42a2a2e7ed59d88f2a05dfee3974808bf5c5a39e588ee4d9db45a5b1dd027f7e12c
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.4, @polkadot/x-global@npm:^13.5.4":
version: 13.5.4
resolution: "@polkadot/x-global@npm:13.5.4"
dependencies:
tslib: "npm:^2.8.0"
checksum: 10/3976491290df8f7a5929c85c1f5f962ac968594666a60488060511c41dcf878089caeb41ae662dde70deae6c875abd0a46533c2f0448f5da1831eed1dda53c7d
checksum: 10/e81d6d14c3ae88d876e21b75dc995fae081263327020c2651de02926fa40de6245dd4789ded90c26824d6de6774afa7d2d26637bbeec60a1f921d2a53abc2ff7
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.4":
version: 13.5.4
resolution: "@polkadot/x-randomvalues@npm:13.5.4"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.4"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.3
"@polkadot/util": 13.5.4
"@polkadot/wasm-util": "*"
checksum: 10/dff71cbaa046e3ef3103dfa72ffea32fd89c94bb3396f1882cb28697aee1c4a10b7bd0f7a2a64fbdeaff725c79d6164e9ebb9f3b1c50dbaef51ecd75569f4045
checksum: 10/1099465b71618752d2a5ce175b310d2a804e4d001c55754f5180eb6a784894c2f176266a0910bb380541a2abe9c052a52f4ef12b7b4d1879d328c30cda9cf81d
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.4":
version: 13.5.4
resolution: "@polkadot/x-textdecoder@npm:13.5.4"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.4"
tslib: "npm:^2.8.0"
checksum: 10/5914ce2bad6f858ba2d509a6cecde61c9d547c83791697f79a3d4bf7675782ac470c60d62d39974b246ee74d07c58b006ddae22823945ca1e474a6040ab058ce
checksum: 10/ab1cc996d6fed4b3378a2b36d2464ab2c8564bdb493f6025b00b24c2b6bc02073d159e0084f13d3a4f244b5ce5c50552134a2346fe57350b6c09f4391159d30e
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.4":
version: 13.5.4
resolution: "@polkadot/x-textencoder@npm:13.5.4"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.4"
tslib: "npm:^2.8.0"
checksum: 10/bf3219c4a37dcc4b3de42e291b7fa137147b9497268699b9f35184967114a80da3de3785e2bf628bb02172f963fb7dc5ba150edb6cd2e28a0a6f7d142d55309f
checksum: 10/fbe9e9fd0592d4218719316e456b5ea74908af0d19ff296a82349a6a13d4066e61b2f2e57de937f2e7d1874e2d30a1c54699660e917ccddf3140102514838c7a
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.4":
version: 13.5.4
resolution: "@polkadot/x-ws@npm:13.5.4"
dependencies:
"@polkadot/x-global": "npm:13.5.3"
"@polkadot/x-global": "npm:13.5.4"
tslib: "npm:^2.8.0"
ws: "npm:^8.18.0"
checksum: 10/d44448acf166aa9d9b7d6b49877b01c571718219a832c9335af540b790d73bb24f6686aacdc60578eee2012a98c2232f0e7cc7c4e4b70e46e841ae5ce735b98f
checksum: 10/f510f87ffc08759fe98ada2a3215c122838123a67e67ffe5986f5cd7c5ad5144a9b692a2d5c86e7cbe12043c88a4013a658cfdb6c965a72d7d0b5aa24786a383
languageName: node
linkType: hard