From e33139919f980c5cae29c639871b955a957fa80a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 08:26:30 +0000 Subject: [PATCH] [CI Skip] bump/beta 10.3.3-1-x skip-checks: true --- CONTRIBUTORS | 1 + package.json | 4 +- packages/api-augment/package.json | 12 +- packages/api-augment/src/packageInfo.ts | 2 +- packages/api-base/package.json | 6 +- packages/api-base/src/packageInfo.ts | 2 +- packages/api-contract/package.json | 12 +- packages/api-contract/src/packageInfo.ts | 2 +- packages/api-derive/package.json | 24 +-- packages/api-derive/src/packageInfo.ts | 2 +- packages/api/package.json | 28 ++-- packages/api/src/packageInfo.ts | 2 +- packages/rpc-augment/package.json | 8 +- packages/rpc-augment/src/packageInfo.ts | 2 +- packages/rpc-core/package.json | 10 +- packages/rpc-core/src/packageInfo.ts | 2 +- packages/rpc-provider/package.json | 6 +- packages/rpc-provider/src/packageInfo.ts | 2 +- packages/typegen/package.json | 20 +-- packages/typegen/src/packageInfo.ts | 2 +- packages/types-augment/package.json | 6 +- packages/types-augment/src/packageInfo.ts | 2 +- .../types-augment/src/registry/interfaces.ts | 2 + packages/types-codec/package.json | 8 +- packages/types-codec/src/packageInfo.ts | 2 +- packages/types-create/package.json | 6 +- packages/types-create/src/packageInfo.ts | 2 +- packages/types-known/package.json | 10 +- packages/types-known/src/packageInfo.ts | 2 +- packages/types-support/package.json | 2 +- packages/types-support/src/packageInfo.ts | 2 +- packages/types/package.json | 10 +- .../types/src/interfaces/fungibles/types.ts | 9 + packages/types/src/interfaces/types.ts | 1 + packages/types/src/packageInfo.ts | 2 +- yarn.lock | 156 +++++++++--------- 36 files changed, 192 insertions(+), 179 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5264a7dcdb12..02c751ac060f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -48,6 +48,7 @@ 1 Alan Sapede Adds Eth feeHistory & maxPriorityFeePerGas rpc (#4956) 1 Aleš Ferlan fix: use H160 for address in getTransactionCount (#5472) 1 Brad Larson [NEW] Support for custom headers with providers (#2423) + 1 Branislav Kontur Fungibles runtime api for statemine/statemint/westmint (#5584) 1 Btwiuse Arch Add side effect check workaround (#4994) (#5009) 1 chriswmercer little readme tweak (#279) 1 codingsh #2182 - add: search for docs (#2232) diff --git a/package.json b/package.json index e7fab3319610..0153a41e015f 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "versions": { - "git": "10.3.3-0-x", + "git": "10.3.3-1-x", "npm": "10.3.2" }, "workspaces": [ diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 1f08e38616f4..d7ff404c3f1a 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { - "@polkadot/api-base": "10.3.3-0-x", - "@polkadot/rpc-augment": "10.3.3-0-x", - "@polkadot/types": "10.3.3-0-x", - "@polkadot/types-augment": "10.3.3-0-x", - "@polkadot/types-codec": "10.3.3-0-x", + "@polkadot/api-base": "10.3.3-1-x", + "@polkadot/rpc-augment": "10.3.3-1-x", + "@polkadot/types": "10.3.3-1-x", + "@polkadot/types-augment": "10.3.3-1-x", + "@polkadot/types-codec": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index 902e2301533d..28f1e3bdca6f 100644 --- a/packages/api-augment/src/packageInfo.ts +++ b/packages/api-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index f6c57238c14c..7c00ec527fbd 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.3.3-0-x", - "@polkadot/types": "10.3.3-0-x", + "@polkadot/rpc-core": "10.3.3-1-x", + "@polkadot/types": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" diff --git a/packages/api-base/src/packageInfo.ts b/packages/api-base/src/packageInfo.ts index ae571dd10c15..a5370a5ca833 100644 --- a/packages/api-base/src/packageInfo.ts +++ b/packages/api-base/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 56b2f1a9fa94..4ac7a66814e1 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,20 +18,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { - "@polkadot/api": "10.3.3-0-x", - "@polkadot/types": "10.3.3-0-x", - "@polkadot/types-codec": "10.3.3-0-x", - "@polkadot/types-create": "10.3.3-0-x", + "@polkadot/api": "10.3.3-1-x", + "@polkadot/types": "10.3.3-1-x", + "@polkadot/types-codec": "10.3.3-1-x", + "@polkadot/types-create": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.3.3-0-x", + "@polkadot/api-augment": "10.3.3-1-x", "@polkadot/keyring": "^11.1.3" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index 1433cb0ab437..0256579288cd 100644 --- a/packages/api-contract/src/packageInfo.ts +++ b/packages/api-contract/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 9731aba63458..0c5c28e01893 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { - "@polkadot/api": "10.3.3-0-x", - "@polkadot/api-augment": "10.3.3-0-x", - "@polkadot/api-base": "10.3.3-0-x", - "@polkadot/rpc-core": "10.3.3-0-x", - "@polkadot/types": "10.3.3-0-x", - "@polkadot/types-codec": "10.3.3-0-x", + "@polkadot/api": "10.3.3-1-x", + "@polkadot/api-augment": "10.3.3-1-x", + "@polkadot/api-base": "10.3.3-1-x", + "@polkadot/rpc-core": "10.3.3-1-x", + "@polkadot/types": "10.3.3-1-x", + "@polkadot/types-codec": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.3.3-0-x", - "@polkadot/api-augment": "10.3.3-0-x", - "@polkadot/rpc-augment": "10.3.3-0-x", - "@polkadot/rpc-provider": "10.3.3-0-x", - "@polkadot/types-support": "10.3.3-0-x" + "@polkadot/api": "10.3.3-1-x", + "@polkadot/api-augment": "10.3.3-1-x", + "@polkadot/rpc-augment": "10.3.3-1-x", + "@polkadot/rpc-provider": "10.3.3-1-x", + "@polkadot/types-support": "10.3.3-1-x" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index 0b3740e62f3a..06a7da5014a2 100644 --- a/packages/api-derive/src/packageInfo.ts +++ b/packages/api-derive/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/api/package.json b/packages/api/package.json index 140b7e1a941e..22b021701788 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "10.3.3-0-x", - "@polkadot/api-base": "10.3.3-0-x", - "@polkadot/api-derive": "10.3.3-0-x", + "@polkadot/api-augment": "10.3.3-1-x", + "@polkadot/api-base": "10.3.3-1-x", + "@polkadot/api-derive": "10.3.3-1-x", "@polkadot/keyring": "^11.1.3", - "@polkadot/rpc-augment": "10.3.3-0-x", - "@polkadot/rpc-core": "10.3.3-0-x", - "@polkadot/rpc-provider": "10.3.3-0-x", - "@polkadot/types": "10.3.3-0-x", - "@polkadot/types-augment": "10.3.3-0-x", - "@polkadot/types-codec": "10.3.3-0-x", - "@polkadot/types-create": "10.3.3-0-x", - "@polkadot/types-known": "10.3.3-0-x", + "@polkadot/rpc-augment": "10.3.3-1-x", + "@polkadot/rpc-core": "10.3.3-1-x", + "@polkadot/rpc-provider": "10.3.3-1-x", + "@polkadot/types": "10.3.3-1-x", + "@polkadot/types-augment": "10.3.3-1-x", + "@polkadot/types-codec": "10.3.3-1-x", + "@polkadot/types-create": "10.3.3-1-x", + "@polkadot/types-known": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "eventemitter3": "^5.0.0", @@ -40,7 +40,7 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.3.3-0-x", - "@polkadot/types-support": "10.3.3-0-x" + "@polkadot/api-augment": "10.3.3-1-x", + "@polkadot/types-support": "10.3.3-1-x" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index 3729c239beb9..f78320eaaf7f 100644 --- a/packages/api/src/packageInfo.ts +++ b/packages/api/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 4e6c18e92315..95e63fd7637a 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.3.3-0-x", - "@polkadot/types": "10.3.3-0-x", - "@polkadot/types-codec": "10.3.3-0-x", + "@polkadot/rpc-core": "10.3.3-1-x", + "@polkadot/types": "10.3.3-1-x", + "@polkadot/types-codec": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index 5b92fafe8d39..770dd4ab4ffe 100644 --- a/packages/rpc-augment/src/packageInfo.ts +++ b/packages/rpc-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index d9d954222a6d..de4359e01dcb 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "10.3.3-0-x", - "@polkadot/rpc-provider": "10.3.3-0-x", - "@polkadot/types": "10.3.3-0-x", + "@polkadot/rpc-augment": "10.3.3-1-x", + "@polkadot/rpc-provider": "10.3.3-1-x", + "@polkadot/types": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/rpc-augment": "10.3.3-0-x" + "@polkadot/rpc-augment": "10.3.3-1-x" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index 94d79a22ab71..1ba030e58cb2 100644 --- a/packages/rpc-core/src/packageInfo.ts +++ b/packages/rpc-core/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 688992ae2093..c4758ce2135b 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types": "10.3.3-0-x", - "@polkadot/types-support": "10.3.3-0-x", + "@polkadot/types": "10.3.3-1-x", + "@polkadot/types-support": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "@polkadot/x-fetch": "^11.1.3", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index 4f7db7f19b92..9e0434b0e7e3 100644 --- a/packages/rpc-provider/src/packageInfo.ts +++ b/packages/rpc-provider/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index b2fe8887a72d..21f8cd91430f 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs", @@ -28,15 +28,15 @@ "polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs" }, "dependencies": { - "@polkadot/api": "10.3.3-0-x", - "@polkadot/api-augment": "10.3.3-0-x", - "@polkadot/rpc-augment": "10.3.3-0-x", - "@polkadot/rpc-provider": "10.3.3-0-x", - "@polkadot/types": "10.3.3-0-x", - "@polkadot/types-augment": "10.3.3-0-x", - "@polkadot/types-codec": "10.3.3-0-x", - "@polkadot/types-create": "10.3.3-0-x", - "@polkadot/types-support": "10.3.3-0-x", + "@polkadot/api": "10.3.3-1-x", + "@polkadot/api-augment": "10.3.3-1-x", + "@polkadot/rpc-augment": "10.3.3-1-x", + "@polkadot/rpc-provider": "10.3.3-1-x", + "@polkadot/types": "10.3.3-1-x", + "@polkadot/types-augment": "10.3.3-1-x", + "@polkadot/types-codec": "10.3.3-1-x", + "@polkadot/types-create": "10.3.3-1-x", + "@polkadot/types-support": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "@polkadot/x-ws": "^11.1.3", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index 359e92c698b4..6cb27c61422b 100644 --- a/packages/typegen/src/packageInfo.ts +++ b/packages/typegen/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 2dbf610878c7..d15518db3931 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { - "@polkadot/types": "10.3.3-0-x", - "@polkadot/types-codec": "10.3.3-0-x", + "@polkadot/types": "10.3.3-1-x", + "@polkadot/types-codec": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index eeab81410e72..badf57a03997 100644 --- a/packages/types-augment/src/packageInfo.ts +++ b/packages/types-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/types-augment/src/registry/interfaces.ts b/packages/types-augment/src/registry/interfaces.ts index afc6aa9aa80f..755c8b42883f 100644 --- a/packages/types-augment/src/registry/interfaces.ts +++ b/packages/types-augment/src/registry/interfaces.ts @@ -34,6 +34,7 @@ import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engin 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 { EvmAccount, EvmCallInfo, EvmCreateInfo, EvmLog, EvmVicinity, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm'; import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicUnknown, ExtrinsicV4, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@polkadot/types/interfaces/extrinsics'; +import type { FungiblesAccessError } from '@polkadot/types/interfaces/fungibles'; import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset'; import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt'; import type { AuthorityIndex, AuthorityList, AuthoritySet, AuthoritySetChange, AuthoritySetChanges, AuthorityWeight, DelayKind, DelayKindBest, EncodedFinalityProofs, ForkTreePendingChange, ForkTreePendingChangeNode, GrandpaCommit, GrandpaEquivocation, GrandpaEquivocationProof, GrandpaEquivocationValue, GrandpaJustification, GrandpaPrecommit, GrandpaPrevote, GrandpaSignedPrecommit, JustificationNotification, KeyOwnerProof, NextAuthority, PendingChange, PendingPause, PendingResume, Precommits, Prevotes, ReportedRoundStates, RoundState, SetId, StoredPendingChange, StoredState } from '@polkadot/types/interfaces/grandpa'; @@ -504,6 +505,7 @@ declare module '@polkadot/types/types/registry' { FungibilityV0: FungibilityV0; FungibilityV1: FungibilityV1; FungibilityV2: FungibilityV2; + FungiblesAccessError: FungiblesAccessError; Gas: Gas; GiltBid: GiltBid; GlobalValidationData: GlobalValidationData; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index c9197fe0ec12..a601e3509f4a 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", @@ -26,9 +26,9 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.3.3-0-x", - "@polkadot/types-augment": "10.3.3-0-x", - "@polkadot/types-support": "10.3.3-0-x", + "@polkadot/types": "10.3.3-1-x", + "@polkadot/types-augment": "10.3.3-1-x", + "@polkadot/types-support": "10.3.3-1-x", "@polkadot/util-crypto": "^11.1.3" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index d4e5eb4ed53a..577e12521e61 100644 --- a/packages/types-codec/src/packageInfo.ts +++ b/packages/types-codec/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 48630f19d7b0..c5cfc0e2c17c 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "10.3.3-0-x", + "@polkadot/types-codec": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.3.3-0-x" + "@polkadot/types": "10.3.3-1-x" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index f1792fa801ee..7fa36a8e0589 100644 --- a/packages/types-create/src/packageInfo.ts +++ b/packages/types-create/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 744b646b772a..e376c4cfb587 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { "@polkadot/networks": "^11.1.3", - "@polkadot/types": "10.3.3-0-x", - "@polkadot/types-codec": "10.3.3-0-x", - "@polkadot/types-create": "10.3.3-0-x", + "@polkadot/types": "10.3.3-1-x", + "@polkadot/types-codec": "10.3.3-1-x", + "@polkadot/types-create": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.3.3-0-x" + "@polkadot/api": "10.3.3-1-x" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index 82c5cf7c12b4..c15ce4cffa5c 100644 --- a/packages/types-known/src/packageInfo.ts +++ b/packages/types-known/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 1a5484a4b0e3..98a66ce8471a 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index 978d4fcfc957..2492f8bf615f 100644 --- a/packages/types-support/src/packageInfo.ts +++ b/packages/types-support/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/packages/types/package.json b/packages/types/package.json index ed63259e38b7..68e2a85cfb59 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-0-x", + "version": "10.3.3-1-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types-augment": "10.3.3-0-x", - "@polkadot/types-codec": "10.3.3-0-x", - "@polkadot/types-create": "10.3.3-0-x", + "@polkadot/types-augment": "10.3.3-1-x", + "@polkadot/types-codec": "10.3.3-1-x", + "@polkadot/types-create": "10.3.3-1-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types-support": "10.3.3-0-x" + "@polkadot/types-support": "10.3.3-1-x" } } diff --git a/packages/types/src/interfaces/fungibles/types.ts b/packages/types/src/interfaces/fungibles/types.ts index a0fa0a3a2186..96ed909287d9 100644 --- a/packages/types/src/interfaces/fungibles/types.ts +++ b/packages/types/src/interfaces/fungibles/types.ts @@ -1,4 +1,13 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ +import type { Enum } from '@polkadot/types-codec'; +/** @name FungiblesAccessError */ +export interface FungiblesAccessError extends Enum { + readonly isAssetIdConversionFailed: boolean; + readonly isAmountToBalanceConversionFailed: boolean; + readonly type: 'AssetIdConversionFailed' | 'AmountToBalanceConversionFailed'; +} + +export type PHANTOM_FUNGIBLES = 'fungibles'; diff --git a/packages/types/src/interfaces/types.ts b/packages/types/src/interfaces/types.ts index bb6eb8d7e981..087ec33db173 100644 --- a/packages/types/src/interfaces/types.ts +++ b/packages/types/src/interfaces/types.ts @@ -30,6 +30,7 @@ export * from './eth/types.js'; export * from './evm/types.js'; export * from './extrinsics/types.js'; export * from './finality/types.js'; +export * from './fungibles/types.js'; export * from './genericAsset/types.js'; export * from './gilt/types.js'; export * from './grandpa/types.js'; diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index 081cf813ab5c..3219cab02af4 100644 --- a/packages/types/src/packageInfo.ts +++ b/packages/types/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.3.3-0-x' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.3.3-1-x' }; diff --git a/yarn.lock b/yarn.lock index 309e0335389f..a4fc08a4deba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -364,26 +364,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@10.3.3-0-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@10.3.3-1-x, @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": 10.3.3-0-x - "@polkadot/rpc-augment": 10.3.3-0-x - "@polkadot/types": 10.3.3-0-x - "@polkadot/types-augment": 10.3.3-0-x - "@polkadot/types-codec": 10.3.3-0-x + "@polkadot/api-base": 10.3.3-1-x + "@polkadot/rpc-augment": 10.3.3-1-x + "@polkadot/types": 10.3.3-1-x + "@polkadot/types-augment": 10.3.3-1-x + "@polkadot/types-codec": 10.3.3-1-x "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/api-base@10.3.3-0-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@10.3.3-1-x, @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": 10.3.3-0-x - "@polkadot/types": 10.3.3-0-x + "@polkadot/rpc-core": 10.3.3-1-x + "@polkadot/types": 10.3.3-1-x "@polkadot/util": ^11.1.3 rxjs: ^7.8.0 tslib: ^2.5.0 @@ -394,12 +394,12 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": 10.3.3-0-x - "@polkadot/api-augment": 10.3.3-0-x + "@polkadot/api": 10.3.3-1-x + "@polkadot/api-augment": 10.3.3-1-x "@polkadot/keyring": ^11.1.3 - "@polkadot/types": 10.3.3-0-x - "@polkadot/types-codec": 10.3.3-0-x - "@polkadot/types-create": 10.3.3-0-x + "@polkadot/types": 10.3.3-1-x + "@polkadot/types-codec": 10.3.3-1-x + "@polkadot/types-create": 10.3.3-1-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0 @@ -407,19 +407,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@10.3.3-0-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@10.3.3-1-x, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: - "@polkadot/api": 10.3.3-0-x - "@polkadot/api-augment": 10.3.3-0-x - "@polkadot/api-base": 10.3.3-0-x - "@polkadot/rpc-augment": 10.3.3-0-x - "@polkadot/rpc-core": 10.3.3-0-x - "@polkadot/rpc-provider": 10.3.3-0-x - "@polkadot/types": 10.3.3-0-x - "@polkadot/types-codec": 10.3.3-0-x - "@polkadot/types-support": 10.3.3-0-x + "@polkadot/api": 10.3.3-1-x + "@polkadot/api-augment": 10.3.3-1-x + "@polkadot/api-base": 10.3.3-1-x + "@polkadot/rpc-augment": 10.3.3-1-x + "@polkadot/rpc-core": 10.3.3-1-x + "@polkadot/rpc-provider": 10.3.3-1-x + "@polkadot/types": 10.3.3-1-x + "@polkadot/types-codec": 10.3.3-1-x + "@polkadot/types-support": 10.3.3-1-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0 @@ -427,23 +427,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@10.3.3-0-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@10.3.3-1-x, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": 10.3.3-0-x - "@polkadot/api-base": 10.3.3-0-x - "@polkadot/api-derive": 10.3.3-0-x + "@polkadot/api-augment": 10.3.3-1-x + "@polkadot/api-base": 10.3.3-1-x + "@polkadot/api-derive": 10.3.3-1-x "@polkadot/keyring": ^11.1.3 - "@polkadot/rpc-augment": 10.3.3-0-x - "@polkadot/rpc-core": 10.3.3-0-x - "@polkadot/rpc-provider": 10.3.3-0-x - "@polkadot/types": 10.3.3-0-x - "@polkadot/types-augment": 10.3.3-0-x - "@polkadot/types-codec": 10.3.3-0-x - "@polkadot/types-create": 10.3.3-0-x - "@polkadot/types-known": 10.3.3-0-x - "@polkadot/types-support": 10.3.3-0-x + "@polkadot/rpc-augment": 10.3.3-1-x + "@polkadot/rpc-core": 10.3.3-1-x + "@polkadot/rpc-provider": 10.3.3-1-x + "@polkadot/types": 10.3.3-1-x + "@polkadot/types-augment": 10.3.3-1-x + "@polkadot/types-codec": 10.3.3-1-x + "@polkadot/types-create": 10.3.3-1-x + "@polkadot/types-known": 10.3.3-1-x + "@polkadot/types-support": 10.3.3-1-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 eventemitter3: ^5.0.0 @@ -570,39 +570,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@10.3.3-0-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@10.3.3-1-x, @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": 10.3.3-0-x - "@polkadot/types": 10.3.3-0-x - "@polkadot/types-codec": 10.3.3-0-x + "@polkadot/rpc-core": 10.3.3-1-x + "@polkadot/types": 10.3.3-1-x + "@polkadot/types-codec": 10.3.3-1-x "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-core@10.3.3-0-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@10.3.3-1-x, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@polkadot/keyring": ^11.1.3 - "@polkadot/rpc-augment": 10.3.3-0-x - "@polkadot/rpc-provider": 10.3.3-0-x - "@polkadot/types": 10.3.3-0-x + "@polkadot/rpc-augment": 10.3.3-1-x + "@polkadot/rpc-provider": 10.3.3-1-x + "@polkadot/types": 10.3.3-1-x "@polkadot/util": ^11.1.3 rxjs: ^7.8.0 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-provider@10.3.3-0-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@10.3.3-1-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@polkadot/keyring": ^11.1.3 - "@polkadot/types": 10.3.3-0-x - "@polkadot/types-support": 10.3.3-0-x + "@polkadot/types": 10.3.3-1-x + "@polkadot/types-support": 10.3.3-1-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-fetch": ^11.1.3 @@ -623,15 +623,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": 10.3.3-0-x - "@polkadot/api-augment": 10.3.3-0-x - "@polkadot/rpc-augment": 10.3.3-0-x - "@polkadot/rpc-provider": 10.3.3-0-x - "@polkadot/types": 10.3.3-0-x - "@polkadot/types-augment": 10.3.3-0-x - "@polkadot/types-codec": 10.3.3-0-x - "@polkadot/types-create": 10.3.3-0-x - "@polkadot/types-support": 10.3.3-0-x + "@polkadot/api": 10.3.3-1-x + "@polkadot/api-augment": 10.3.3-1-x + "@polkadot/rpc-augment": 10.3.3-1-x + "@polkadot/rpc-provider": 10.3.3-1-x + "@polkadot/types": 10.3.3-1-x + "@polkadot/types-augment": 10.3.3-1-x + "@polkadot/types-codec": 10.3.3-1-x + "@polkadot/types-create": 10.3.3-1-x + "@polkadot/types-support": 10.3.3-1-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-ws": ^11.1.3 @@ -649,24 +649,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@10.3.3-0-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@10.3.3-1-x, @polkadot/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@polkadot/types-augment@workspace:packages/types-augment" dependencies: - "@polkadot/types": 10.3.3-0-x - "@polkadot/types-codec": 10.3.3-0-x + "@polkadot/types": 10.3.3-1-x + "@polkadot/types-codec": 10.3.3-1-x "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-codec@10.3.3-0-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@10.3.3-1-x, @polkadot/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@polkadot/types-codec@workspace:packages/types-codec" dependencies: - "@polkadot/types": 10.3.3-0-x - "@polkadot/types-augment": 10.3.3-0-x - "@polkadot/types-support": 10.3.3-0-x + "@polkadot/types": 10.3.3-1-x + "@polkadot/types-augment": 10.3.3-1-x + "@polkadot/types-support": 10.3.3-1-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-bigint": ^11.1.3 @@ -674,32 +674,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@10.3.3-0-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@10.3.3-1-x, @polkadot/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@polkadot/types-create@workspace:packages/types-create" dependencies: - "@polkadot/types": 10.3.3-0-x - "@polkadot/types-codec": 10.3.3-0-x + "@polkadot/types": 10.3.3-1-x + "@polkadot/types-codec": 10.3.3-1-x "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-known@10.3.3-0-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@10.3.3-1-x, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: - "@polkadot/api": 10.3.3-0-x + "@polkadot/api": 10.3.3-1-x "@polkadot/networks": ^11.1.3 - "@polkadot/types": 10.3.3-0-x - "@polkadot/types-codec": 10.3.3-0-x - "@polkadot/types-create": 10.3.3-0-x + "@polkadot/types": 10.3.3-1-x + "@polkadot/types-codec": 10.3.3-1-x + "@polkadot/types-create": 10.3.3-1-x "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-support@10.3.3-0-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@10.3.3-1-x, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -708,15 +708,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@10.3.3-0-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@10.3.3-1-x, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": ^11.1.3 - "@polkadot/types-augment": 10.3.3-0-x - "@polkadot/types-codec": 10.3.3-0-x - "@polkadot/types-create": 10.3.3-0-x - "@polkadot/types-support": 10.3.3-0-x + "@polkadot/types-augment": 10.3.3-1-x + "@polkadot/types-codec": 10.3.3-1-x + "@polkadot/types-create": 10.3.3-1-x + "@polkadot/types-support": 10.3.3-1-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0