git.delta.rocks / unique-network / refs/commits / 2dd1788b93f9

difftreelog

test upgrade polkadot.js

Yaroslav Bolyukin2022-05-30parent: #58240b2.patch.diff
in: master

5 files changed

modifiedtests/package.jsondiffbeforeafterboth
--- a/tests/package.json
+++ b/tests/package.json
@@ -4,9 +4,9 @@
   "description": "Unique Chain Tests",
   "main": "",
   "devDependencies": {
-    "@polkadot/dev": "0.66.31",
+    "@polkadot/dev": "0.66.30",
     "@polkadot/ts": "0.4.22",
-    "@polkadot/typegen": "8.6.1",
+    "@polkadot/typegen": "8.6.2",
     "@types/chai": "^4.3.1",
     "@types/chai-as-promised": "^7.1.5",
     "@types/mocha": "^9.1.1",
@@ -77,14 +77,14 @@
     "polkadot-types-fetch-metadata": "curl -H 'Content-Type: application/json' -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9933 > src/interfaces/metadata.json",
     "polkadot-types-from-defs": "ts-node ./node_modules/.bin/polkadot-types-from-defs --endpoint src/interfaces/metadata.json --input src/interfaces/ --package .",
     "polkadot-types-from-chain": "ts-node ./node_modules/.bin/polkadot-types-from-chain --endpoint src/interfaces/metadata.json --output src/interfaces/ --package .",
-    "polkadot-types": "yarn polkadot-types-fetch-metadata && yarn polkadot-types-from-defs && yarn polkadot-types-from-chain"
+    "polkadot-types": "echo \"export default {}\" > src/interfaces/lookup.ts && yarn polkadot-types-fetch-metadata && yarn polkadot-types-from-defs && yarn polkadot-types-from-defs && yarn polkadot-types-from-chain"
   },
   "author": "",
   "license": "SEE LICENSE IN ../LICENSE",
   "homepage": "",
   "dependencies": {
-    "@polkadot/api": "8.6.1",
-    "@polkadot/api-contract": "8.6.1",
+    "@polkadot/api": "8.6.2",
+    "@polkadot/api-contract": "8.6.2",
     "@polkadot/util-crypto": "9.3.1",
     "bignumber.js": "^9.0.2",
     "chai-as-promised": "^7.1.1",
modifiedtests/src/interfaces/default/types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/default/types.ts
+++ b/tests/src/interfaces/default/types.ts
@@ -1,7 +1,7 @@
 // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
 /* eslint-disable */
 
-import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, OptionBool, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
+import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
 import type { ITuple } from '@polkadot/types-codec/types';
 import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
 import type { Event } from '@polkadot/types/interfaces/system';
@@ -1588,7 +1588,7 @@
 }
 
 /** @name PhantomTypeUpDataStructs */
-export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, UpDataStructsRmrkCollectionInfo, UpDataStructsRmrkNftInfo, UpDataStructsRmrkResourceInfo, UpDataStructsRmrkPropertyInfo, UpDataStructsRmrkBaseInfo, UpDataStructsRmrkPartType, UpDataStructsRmrkTheme, UpDataStructsRmrkNftChild]>> {}
+export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, PalletEvmAccountBasicCrossAccountIdRepr, UpDataStructsRmrkCollectionInfo, UpDataStructsRmrkNftInfo, UpDataStructsRmrkResourceInfo, UpDataStructsRmrkPropertyInfo, UpDataStructsRmrkBaseInfo, UpDataStructsRmrkPartType, UpDataStructsRmrkTheme, UpDataStructsRmrkNftChild]>> {}
 
 /** @name PolkadotCorePrimitivesInboundDownwardMessage */
 export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
@@ -1788,9 +1788,9 @@
   readonly tokenLimit: Option<u32>;
   readonly sponsorTransferTimeout: Option<u32>;
   readonly sponsorApproveTimeout: Option<u32>;
-  readonly ownerCanTransfer: OptionBool;
-  readonly ownerCanDestroy: OptionBool;
-  readonly transfersEnabled: OptionBool;
+  readonly ownerCanTransfer: Option<bool>;
+  readonly ownerCanDestroy: Option<bool>;
+  readonly transfersEnabled: Option<bool>;
 }
 
 /** @name UpDataStructsCollectionMode */
@@ -1805,7 +1805,7 @@
 /** @name UpDataStructsCollectionPermissions */
 export interface UpDataStructsCollectionPermissions extends Struct {
   readonly access: Option<UpDataStructsAccessMode>;
-  readonly mintMode: OptionBool;
+  readonly mintMode: Option<bool>;
   readonly nesting: Option<UpDataStructsNestingRule>;
 }
 
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -1403,9 +1403,9 @@
     tokenLimit: 'Option<u32>',
     sponsorTransferTimeout: 'Option<u32>',
     sponsorApproveTimeout: 'Option<u32>',
-    ownerCanTransfer: 'OptionBool',
-    ownerCanDestroy: 'OptionBool',
-    transfersEnabled: 'OptionBool'
+    ownerCanTransfer: 'Option<bool>',
+    ownerCanDestroy: 'Option<bool>',
+    transfersEnabled: 'Option<bool>'
   },
   /**
    * Lookup164: up_data_structs::SponsoringRateLimit
@@ -1421,7 +1421,7 @@
    **/
   UpDataStructsCollectionPermissions: {
     access: 'Option<UpDataStructsAccessMode>',
-    mintMode: 'OptionBool',
+    mintMode: 'Option<bool>',
     nesting: 'Option<UpDataStructsNestingRule>'
   },
   /**
@@ -2284,7 +2284,7 @@
   /**
    * Lookup323: PhantomType::up_data_structs<T>
    **/
-  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,UpDataStructsRmrkCollectionInfo,UpDataStructsRmrkNftInfo,UpDataStructsRmrkResourceInfo,UpDataStructsRmrkPropertyInfo,UpDataStructsRmrkBaseInfo,UpDataStructsRmrkPartType,UpDataStructsRmrkTheme,UpDataStructsRmrkNftChild);0]',
+  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,PalletEvmAccountBasicCrossAccountIdRepr,UpDataStructsRmrkCollectionInfo,UpDataStructsRmrkNftInfo,UpDataStructsRmrkResourceInfo,UpDataStructsRmrkPropertyInfo,UpDataStructsRmrkBaseInfo,UpDataStructsRmrkPartType,UpDataStructsRmrkTheme,UpDataStructsRmrkNftChild);0]',
   /**
    * Lookup325: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -2,7 +2,7 @@
 /* eslint-disable */
 
 declare module '@polkadot/types/lookup' {
-  import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, OptionBool, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
+  import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
   import type { ITuple } from '@polkadot/types-codec/types';
   import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
   import type { Event } from '@polkadot/types/interfaces/system';
@@ -1534,9 +1534,9 @@
     readonly tokenLimit: Option<u32>;
     readonly sponsorTransferTimeout: Option<u32>;
     readonly sponsorApproveTimeout: Option<u32>;
-    readonly ownerCanTransfer: OptionBool;
-    readonly ownerCanDestroy: OptionBool;
-    readonly transfersEnabled: OptionBool;
+    readonly ownerCanTransfer: Option<bool>;
+    readonly ownerCanDestroy: Option<bool>;
+    readonly transfersEnabled: Option<bool>;
   }
 
   /** @name UpDataStructsSponsoringRateLimit (164) */
@@ -1550,7 +1550,7 @@
   /** @name UpDataStructsCollectionPermissions (167) */
   export interface UpDataStructsCollectionPermissions extends Struct {
     readonly access: Option<UpDataStructsAccessMode>;
-    readonly mintMode: OptionBool;
+    readonly mintMode: Option<bool>;
     readonly nesting: Option<UpDataStructsNestingRule>;
   }
 
@@ -2470,7 +2470,7 @@
   }
 
   /** @name PhantomTypeUpDataStructs (323) */
-  export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, UpDataStructsRmrkCollectionInfo, UpDataStructsRmrkNftInfo, UpDataStructsRmrkResourceInfo, UpDataStructsRmrkPropertyInfo, UpDataStructsRmrkBaseInfo, UpDataStructsRmrkPartType, UpDataStructsRmrkTheme, UpDataStructsRmrkNftChild]>> {}
+  export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, PalletEvmAccountBasicCrossAccountIdRepr, UpDataStructsRmrkCollectionInfo, UpDataStructsRmrkNftInfo, UpDataStructsRmrkResourceInfo, UpDataStructsRmrkPropertyInfo, UpDataStructsRmrkBaseInfo, UpDataStructsRmrkPartType, UpDataStructsRmrkTheme, UpDataStructsRmrkNftChild]>> {}
 
   /** @name UpDataStructsTokenData (325) */
   export interface UpDataStructsTokenData extends Struct {
modifiedtests/yarn.lockdiffbeforeafterboth
1652 dependencies:1652 dependencies:
1653 "@octokit/openapi-types" "^11.2.0"1653 "@octokit/openapi-types" "^11.2.0"
16541654
1655"@polkadot/api-augment@8.6.1":1655"@polkadot/api-augment@8.6.2":
1656 version "8.6.1"1656 version "8.6.2"
1657 resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-8.6.1.tgz#f585d897d86ca7b46328b482f5e86bda1ba1f57d"1657 resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-8.6.2.tgz#33f58f612583d9ddbe6ad6607765c947b063a5d0"
1658 integrity sha512-fonWYbRhOqUjh9a6eRQbGLgZCkzBp7zybGagah5Wt4eeaLPrpbHwYSKxQve9/L7b5+Nuj9X0Br6Oa7POp10INw==1658 integrity sha512-4qz/0ukMpYTO0QjPufV4bB0cMmCFHYsrDNT23KXwus2mSkn19nRN01Nhf8JqVAAqK1cMXfioQmL3Lmpfke6L/w==
1659 dependencies:1659 dependencies:
1660 "@babel/runtime" "^7.18.3"1660 "@babel/runtime" "^7.18.3"
1661 "@polkadot/api-base" "8.6.1"1661 "@polkadot/api-base" "8.6.2"
1662 "@polkadot/rpc-augment" "8.6.1"1662 "@polkadot/rpc-augment" "8.6.2"
1663 "@polkadot/types" "8.6.1"1663 "@polkadot/types" "8.6.2"
1664 "@polkadot/types-augment" "8.6.1"1664 "@polkadot/types-augment" "8.6.2"
1665 "@polkadot/types-codec" "8.6.1"1665 "@polkadot/types-codec" "8.6.2"
1666 "@polkadot/util" "^9.3.1"1666 "@polkadot/util" "^9.3.1"
16671667
1668"@polkadot/api-base@8.6.1":1668"@polkadot/api-base@8.6.2":
1669 version "8.6.1"1669 version "8.6.2"
1670 resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-8.6.1.tgz#bcc6c308ae93bd100c773ccebd175abc84c48e39"1670 resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-8.6.2.tgz#54ca8292662c896ef46ae3f33bf4efb053f36690"
1671 integrity sha512-9JU4cCjOkP/sTYJG/HmB9mccybKevkKP0dlAA+WxMUYeVWy3n78dP77A4eURiRLIP4x3OUTwL+eDkIERLcxMYA==1671 integrity sha512-x3AKw0BJZNYuVTOo4Nkv0wzjk2sK5GKmdN7TA7CmST2SZ+2CRiFFVXb4vXjZRp9wyJJWCuRFX+JhIXwlzWQVoA==
1672 dependencies:1672 dependencies:
1673 "@babel/runtime" "^7.18.3"1673 "@babel/runtime" "^7.18.3"
1674 "@polkadot/rpc-core" "8.6.1"1674 "@polkadot/rpc-core" "8.6.2"
1675 "@polkadot/types" "8.6.1"1675 "@polkadot/types" "8.6.2"
1676 "@polkadot/util" "^9.3.1"1676 "@polkadot/util" "^9.3.1"
1677 rxjs "^7.5.5"1677 rxjs "^7.5.5"
16781678
1679"@polkadot/api-contract@8.6.1":1679"@polkadot/api-contract@8.6.2":
1680 version "8.6.1"1680 version "8.6.2"
1681 resolved "https://registry.yarnpkg.com/@polkadot/api-contract/-/api-contract-8.6.1.tgz#00de28724b70a75a7cc20a4af489d5b44f9708b7"1681 resolved "https://registry.yarnpkg.com/@polkadot/api-contract/-/api-contract-8.6.2.tgz#09811f7591916762fa7f1dee34de8fe4b7448187"
1682 integrity sha512-Z7CVO887e/OA0flNuXqKRPmcELlz5XHeyu31c1mumcWTByIqtYAApE+phRiCQ6wsbTy7l2Bgb6zmnHyb+kycdQ==1682 integrity sha512-FWrH7x7qBN0KgsuyymaPrD5B20pKUr6CjmFaR1Ej86+ZnHbRML7q9TrWTFrD2P3+Irx7dy1ubDwVhjcysC3h2Q==
1683 dependencies:1683 dependencies:
1684 "@babel/runtime" "^7.18.3"1684 "@babel/runtime" "^7.18.3"
1685 "@polkadot/api" "8.6.1"1685 "@polkadot/api" "8.6.2"
1686 "@polkadot/types" "8.6.1"1686 "@polkadot/types" "8.6.2"
1687 "@polkadot/types-codec" "8.6.1"1687 "@polkadot/types-codec" "8.6.2"
1688 "@polkadot/types-create" "8.6.1"1688 "@polkadot/types-create" "8.6.2"
1689 "@polkadot/util" "^9.3.1"1689 "@polkadot/util" "^9.3.1"
1690 "@polkadot/util-crypto" "^9.3.1"1690 "@polkadot/util-crypto" "^9.3.1"
1691 rxjs "^7.5.5"1691 rxjs "^7.5.5"
16921692
1693"@polkadot/api-derive@8.6.1":1693"@polkadot/api-derive@8.6.2":
1694 version "8.6.1"1694 version "8.6.2"
1695 resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-8.6.1.tgz#8d0dddb3c2706e34d47e8c432f04ea60761b89bf"1695 resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-8.6.2.tgz#14019905b2aad6839d57b679c9b7cd42b2faeea7"
1696 integrity sha512-s4QZ0Pi+rV1x5zhv+7HT1dmy1GObhUbacBuc6jDRlbkWeX3KDwPFVxwNJLt+XdwOTn4TgimCG3w3MW30C39NzQ==1696 integrity sha512-ts7DSIeNpH4OH18+mrjq3KObcfHOd6A7C3Ddo2NZv7WmVbUZ9PoJ41jUQZ51szbgILY748ewNlhVsfd/qdVnTg==
1697 dependencies:1697 dependencies:
1698 "@babel/runtime" "^7.18.3"1698 "@babel/runtime" "^7.18.3"
1699 "@polkadot/api" "8.6.1"1699 "@polkadot/api" "8.6.2"
1700 "@polkadot/api-augment" "8.6.1"1700 "@polkadot/api-augment" "8.6.2"
1701 "@polkadot/api-base" "8.6.1"1701 "@polkadot/api-base" "8.6.2"
1702 "@polkadot/rpc-core" "8.6.1"1702 "@polkadot/rpc-core" "8.6.2"
1703 "@polkadot/types" "8.6.1"1703 "@polkadot/types" "8.6.2"
1704 "@polkadot/types-codec" "8.6.1"1704 "@polkadot/types-codec" "8.6.2"
1705 "@polkadot/util" "^9.3.1"1705 "@polkadot/util" "^9.3.1"
1706 "@polkadot/util-crypto" "^9.3.1"1706 "@polkadot/util-crypto" "^9.3.1"
1707 rxjs "^7.5.5"1707 rxjs "^7.5.5"
17081708
1709"@polkadot/api@8.6.1":1709"@polkadot/api@8.6.2":
1710 version "8.6.1"1710 version "8.6.2"
1711 resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-8.6.1.tgz#06fa7a5aef3131a7f7290edfb635266dd50912b2"1711 resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-8.6.2.tgz#058048e69f55646074b23936dbeb654ec4bbf641"
1712 integrity sha512-sweRm3VOziZnsAcYqm2gMt2vOUwAOBt93Wx/erTD5v3inoKMqquof5HyEZuixhmhiV8jUF9JMkybXb+lESXuRw==1712 integrity sha512-dmgz9msxQG/K2ol7X0jlcZR1cPtw2qA9OhJ7GxGDc1t0WQiPtU/VRgZg4hBV2qR3n3V4fmbojQwPjBELzfhL+Q==
1713 dependencies:1713 dependencies:
1714 "@babel/runtime" "^7.18.3"1714 "@babel/runtime" "^7.18.3"
1715 "@polkadot/api-augment" "8.6.1"1715 "@polkadot/api-augment" "8.6.2"
1716 "@polkadot/api-base" "8.6.1"1716 "@polkadot/api-base" "8.6.2"
1717 "@polkadot/api-derive" "8.6.1"1717 "@polkadot/api-derive" "8.6.2"
1718 "@polkadot/keyring" "^9.3.1"1718 "@polkadot/keyring" "^9.3.1"
1719 "@polkadot/rpc-augment" "8.6.1"1719 "@polkadot/rpc-augment" "8.6.2"
1720 "@polkadot/rpc-core" "8.6.1"1720 "@polkadot/rpc-core" "8.6.2"
1721 "@polkadot/rpc-provider" "8.6.1"1721 "@polkadot/rpc-provider" "8.6.2"
1722 "@polkadot/types" "8.6.1"1722 "@polkadot/types" "8.6.2"
1723 "@polkadot/types-augment" "8.6.1"1723 "@polkadot/types-augment" "8.6.2"
1724 "@polkadot/types-codec" "8.6.1"1724 "@polkadot/types-codec" "8.6.2"
1725 "@polkadot/types-create" "8.6.1"1725 "@polkadot/types-create" "8.6.2"
1726 "@polkadot/types-known" "8.6.1"1726 "@polkadot/types-known" "8.6.2"
1727 "@polkadot/util" "^9.3.1"1727 "@polkadot/util" "^9.3.1"
1728 "@polkadot/util-crypto" "^9.3.1"1728 "@polkadot/util-crypto" "^9.3.1"
1729 eventemitter3 "^4.0.7"1729 eventemitter3 "^4.0.7"
1730 rxjs "^7.5.5"1730 rxjs "^7.5.5"
17311731
1732"@polkadot/dev@0.66.31":1732"@polkadot/dev@0.66.30":
1733 version "0.66.31"1733 version "0.66.30"
1734 resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.66.31.tgz#6ee312cf9fc45ea10a9989e01042b73424cf7c95"1734 resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.66.30.tgz#a48856ac5325cc090881910f05e3be033c8fa572"
1735 integrity sha512-rv2J8EBg9Gx8ba38RPfZwZBgFCeQ2jFaSPhmMrjwMNuDm8CrwyXjRcF6+LY1Bik83dkfatEytZzVpizH6gSKqQ==1735 integrity sha512-gTmsHoYkMVRt6p3ZWwfQE+9Kynk4dEQ+jcC1kP2BXknuKFyZlX5g78RTTMAfgNhigAvXHaOCzA5ng5bzB2eELA==
1736 dependencies:1736 dependencies:
1737 "@babel/cli" "^7.17.10"1737 "@babel/cli" "^7.17.10"
1738 "@babel/core" "^7.18.2"1738 "@babel/core" "^7.18.2"
1795 rimraf "^3.0.2"1795 rimraf "^3.0.2"
1796 rollup "^2.75.0"1796 rollup "^2.75.0"
1797 rollup-plugin-cleanup "^3.2.1"1797 rollup-plugin-cleanup "^3.2.1"
1798 typescript "^4.7.2"1798 typescript "^4.6.4"
1799 yargs "^17.5.1"1799 yargs "^17.5.1"
18001800
1801"@polkadot/keyring@^9.3.1":1801"@polkadot/keyring@^9.3.1":
1816 "@polkadot/util" "9.3.1"1816 "@polkadot/util" "9.3.1"
1817 "@substrate/ss58-registry" "^1.20.0"1817 "@substrate/ss58-registry" "^1.20.0"
18181818
1819"@polkadot/rpc-augment@8.6.1":1819"@polkadot/rpc-augment@8.6.2":
1820 version "8.6.1"1820 version "8.6.2"
1821 resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-8.6.1.tgz#a83eccffd64392228e813a84eaa399b8a975bf87"1821 resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-8.6.2.tgz#365c53a1789fb8f2b03e47d0a1660e28e28d03e5"
1822 integrity sha512-ViDH2dLnOX/VaVj4tBTd706ExBOEqjrcD7excPdpCnCdH/dsOzliLvHxNXfgJzIW2ryQEIVrdtP/GZ1tgj8y1A==1822 integrity sha512-1iUFTpkegFK6xRYohI0xN/tR6tIttfwwlP4FxlqkXhdeqd2aJx+KUkhsefK2yANfsnRl1//VGPfAMyQuePZAzg==
1823 dependencies:1823 dependencies:
1824 "@babel/runtime" "^7.18.3"1824 "@babel/runtime" "^7.18.3"
1825 "@polkadot/rpc-core" "8.6.1"1825 "@polkadot/rpc-core" "8.6.2"
1826 "@polkadot/types" "8.6.1"1826 "@polkadot/types" "8.6.2"
1827 "@polkadot/types-codec" "8.6.1"1827 "@polkadot/types-codec" "8.6.2"
1828 "@polkadot/util" "^9.3.1"1828 "@polkadot/util" "^9.3.1"
18291829
1830"@polkadot/rpc-core@8.6.1":1830"@polkadot/rpc-core@8.6.2":
1831 version "8.6.1"1831 version "8.6.2"
1832 resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-8.6.1.tgz#c6c47c4c764ee70c9091a3086f6cc0d512e4f7eb"1832 resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-8.6.2.tgz#6072ec27f01c8a6024517b99c8d3295d7d492a85"
1833 integrity sha512-Ty9fKb3oSEuvwblUqI7nWpM5jycnWE69mBnNgkHOW7UZv9NkCEyu/3e85JJHjo+aOB9tC7XhieCa9Zhi/ic1uw==1833 integrity sha512-AJjzjgnKA3BZgYb3+eqECfIV/mBKH3xO0yn4fhf9O3vgUzJZgEr7JgGMyH0jxnBIAUp84VKlloRDwtRSElCa9A==
1834 dependencies:1834 dependencies:
1835 "@babel/runtime" "^7.18.3"1835 "@babel/runtime" "^7.18.3"
1836 "@polkadot/rpc-augment" "8.6.1"1836 "@polkadot/rpc-augment" "8.6.2"
1837 "@polkadot/rpc-provider" "8.6.1"1837 "@polkadot/rpc-provider" "8.6.2"
1838 "@polkadot/types" "8.6.1"1838 "@polkadot/types" "8.6.2"
1839 "@polkadot/util" "^9.3.1"1839 "@polkadot/util" "^9.3.1"
1840 rxjs "^7.5.5"1840 rxjs "^7.5.5"
18411841
1842"@polkadot/rpc-provider@8.6.1":1842"@polkadot/rpc-provider@8.6.2":
1843 version "8.6.1"1843 version "8.6.2"
1844 resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-8.6.1.tgz#bca203f4a100d43a51c09c878cf5a763560b4eeb"1844 resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-8.6.2.tgz#266e7ea7a9e233f33bf3aac2f7e0a3da76f9e98a"
1845 integrity sha512-eGikssoAKDUM93PHFIrmhk2Ictx9KqjI/l1GBBBI8H1u69MXL2CNqPJ3kDaLqP8+hcBSNt/s3TUtzZhsO9of7g==1845 integrity sha512-hUu4Jk3aVJd3Rqag3KkrUoEJqZh+RoppVWYYBUbWltmVv7rz0JJSYs6r+O7vKpEUqJk3Xfiy6tcKU7ajDTRCLw==
1846 dependencies:1846 dependencies:
1847 "@babel/runtime" "^7.18.3"1847 "@babel/runtime" "^7.18.3"
1848 "@polkadot/keyring" "^9.3.1"1848 "@polkadot/keyring" "^9.3.1"
1849 "@polkadot/types" "8.6.1"1849 "@polkadot/types" "8.6.2"
1850 "@polkadot/types-support" "8.6.1"1850 "@polkadot/types-support" "8.6.2"
1851 "@polkadot/util" "^9.3.1"1851 "@polkadot/util" "^9.3.1"
1852 "@polkadot/util-crypto" "^9.3.1"1852 "@polkadot/util-crypto" "^9.3.1"
1853 "@polkadot/x-fetch" "^9.3.1"1853 "@polkadot/x-fetch" "^9.3.1"
1865 dependencies:1865 dependencies:
1866 "@types/chrome" "^0.0.171"1866 "@types/chrome" "^0.0.171"
18671867
1868"@polkadot/typegen@8.6.1":1868"@polkadot/typegen@8.6.2":
1869 version "8.6.1"1869 version "8.6.2"
1870 resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-8.6.1.tgz#07b517b66ff82fd7fc55b5c8fea2dc61d17b540a"1870 resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-8.6.2.tgz#52024396c79eb5567a960324d992ce49323aace7"
1871 integrity sha512-iUYd0LRmOlHo6kvHDQ8+bCKf3rKS9A/4HMUN2EDhKV74ZtP+tQ3ceZshOFrngb01eAw6R6GhAOtYO6I8qYljpg==1871 integrity sha512-sQGbffUGoTtFQlGmEy0wBwWReRRh1PN7lQfZtJD/op9GMAVzSwqQmqIyCQkQC/nvafYgzKVFylzjJFHRRucECQ==
1872 dependencies:1872 dependencies:
1873 "@babel/core" "^7.18.2"1873 "@babel/core" "^7.18.2"
1874 "@babel/register" "^7.17.7"1874 "@babel/register" "^7.17.7"
1875 "@babel/runtime" "^7.18.3"1875 "@babel/runtime" "^7.18.3"
1876 "@polkadot/api" "8.6.1"1876 "@polkadot/api" "8.6.2"
1877 "@polkadot/api-augment" "8.6.1"1877 "@polkadot/api-augment" "8.6.2"
1878 "@polkadot/rpc-augment" "8.6.1"1878 "@polkadot/rpc-augment" "8.6.2"
1879 "@polkadot/rpc-provider" "8.6.1"1879 "@polkadot/rpc-provider" "8.6.2"
1880 "@polkadot/types" "8.6.1"1880 "@polkadot/types" "8.6.2"
1881 "@polkadot/types-augment" "8.6.1"1881 "@polkadot/types-augment" "8.6.2"
1882 "@polkadot/types-codec" "8.6.1"1882 "@polkadot/types-codec" "8.6.2"
1883 "@polkadot/types-create" "8.6.1"1883 "@polkadot/types-create" "8.6.2"
1884 "@polkadot/types-support" "8.6.1"1884 "@polkadot/types-support" "8.6.2"
1885 "@polkadot/util" "^9.3.1"1885 "@polkadot/util" "^9.3.1"
1886 "@polkadot/x-ws" "^9.3.1"1886 "@polkadot/x-ws" "^9.3.1"
1887 handlebars "^4.7.7"1887 handlebars "^4.7.7"
1888 websocket "^1.0.34"1888 websocket "^1.0.34"
1889 yargs "^17.5.1"1889 yargs "^17.5.1"
18901890
1891"@polkadot/types-augment@8.6.1":1891"@polkadot/types-augment@8.6.2":
1892 version "8.6.1"1892 version "8.6.2"
1893 resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-8.6.1.tgz#37626b2822ec17ee2063b6300e117b44c4057aa2"1893 resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-8.6.2.tgz#60392a09c842e32d429bcef08582cb6b5894889a"
1894 integrity sha512-ILr/uU8svw0/PhDh5mh9XXdNA2WF1UJ02mg3DCDNJuzlg5DpFIMKTLgCmFBubY8xn8gDDsEwP2FEQTC4mp+hjw==1894 integrity sha512-pY0siJ+2Jba4Vp0z7iif02pvkFZksWvCfmO19OH3lnY176mFwCJGnqvg8V1HIKAwbYZ3g4N2OSoWhB8zyKF63w==
1895 dependencies:1895 dependencies:
1896 "@babel/runtime" "^7.18.3"1896 "@babel/runtime" "^7.18.3"
1897 "@polkadot/types" "8.6.1"1897 "@polkadot/types" "8.6.2"
1898 "@polkadot/types-codec" "8.6.1"1898 "@polkadot/types-codec" "8.6.2"
1899 "@polkadot/util" "^9.3.1"1899 "@polkadot/util" "^9.3.1"
19001900
1901"@polkadot/types-codec@8.6.1":1901"@polkadot/types-codec@8.6.2":
1902 version "8.6.1"1902 version "8.6.2"
1903 resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-8.6.1.tgz#3d1578f2ff891f978475e58a93c0f62a221c5bba"1903 resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-8.6.2.tgz#1cbfe1c44b4c2a67a8e3cff20b561940a731c4b6"
1904 integrity sha512-L5pJYRv7jRNkTdfhY4qxQRTiOzzHCjX/G474X4bCjg7a6hpq12ha4BV3XVhbvOpcSlHel1vYVPnZABJLRek24A==1904 integrity sha512-A8be8y0Spu/lgKH0cif+vTXOTHzRkavrQNCH0oJ2uhdLpWUiwjLWFd6i7C/Nha1TxxECFTa0GzgM7l+uYVRRNQ==
1905 dependencies:1905 dependencies:
1906 "@babel/runtime" "^7.18.3"1906 "@babel/runtime" "^7.18.3"
1907 "@polkadot/util" "^9.3.1"1907 "@polkadot/util" "^9.3.1"
19081908
1909"@polkadot/types-create@8.6.1":1909"@polkadot/types-create@8.6.2":
1910 version "8.6.1"1910 version "8.6.2"
1911 resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-8.6.1.tgz#745dbb42ce2a22b8c6898e4e52c0a2b043531ffa"1911 resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-8.6.2.tgz#92c8bb7aac8f22731b467ba80e5decaf00239d40"
1912 integrity sha512-gzZDH6sYcxKWD4asOPkW9+PfllsRSrsu5naQk6zuioR8fFMvRZvTpjNV3N4yW6DyBkN5xebXmWR32wV0mCnnww==1912 integrity sha512-4amHTHOXDmHVf3DJENoBpTJ9a+O7dyBkRdehrFOBf84qQAA9DfvkoGjiVehDd+Txce7WnOyC8Ugo2Th3jhY+6A==
1913 dependencies:1913 dependencies:
1914 "@babel/runtime" "^7.18.3"1914 "@babel/runtime" "^7.18.3"
1915 "@polkadot/types-codec" "8.6.1"1915 "@polkadot/types-codec" "8.6.2"
1916 "@polkadot/util" "^9.3.1"1916 "@polkadot/util" "^9.3.1"
19171917
1918"@polkadot/types-known@8.6.1":1918"@polkadot/types-known@8.6.2":
1919 version "8.6.1"1919 version "8.6.2"
1920 resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-8.6.1.tgz#522ec49fffc13f0dfe7442a9b54396811f53befc"1920 resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-8.6.2.tgz#6172bf20719d659fc5e968226ece0de029b84ee1"
1921 integrity sha512-KbfOdsVtMBFVN8y/eC32ZMYKHFJ6yf71aPYbsKwYY484lUMjE61b0uNd35GBuIc0+xCqJa8eFzdEbbjO4RFlvQ==1921 integrity sha512-R8AazycMaOE49+AfjHJ+w+L10RB6wdjprIu0H6UU3oxKWR4fSvYFaEfuscAU7cywzfLnWAbB3wXTJzf2hCbcXg==
1922 dependencies:1922 dependencies:
1923 "@babel/runtime" "^7.18.3"1923 "@babel/runtime" "^7.18.3"
1924 "@polkadot/networks" "^9.3.1"1924 "@polkadot/networks" "^9.3.1"
1925 "@polkadot/types" "8.6.1"1925 "@polkadot/types" "8.6.2"
1926 "@polkadot/types-codec" "8.6.1"1926 "@polkadot/types-codec" "8.6.2"
1927 "@polkadot/types-create" "8.6.1"1927 "@polkadot/types-create" "8.6.2"
1928 "@polkadot/util" "^9.3.1"1928 "@polkadot/util" "^9.3.1"
19291929
1930"@polkadot/types-support@8.6.1":1930"@polkadot/types-support@8.6.2":
1931 version "8.6.1"1931 version "8.6.2"
1932 resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-8.6.1.tgz#e2e51d1cd3fdba1b4142bd9c864e37105ecb2100"1932 resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-8.6.2.tgz#0f099eed3725c8904012fdf7432f82ada8ab567c"
1933 integrity sha512-x0OZMJjMBCh5IJ46tSFlYfevcwAue/EvJnC0eN8NsvUaNO7WwJbbgeVve6yNoN1/UxTeoCtZmaEHzWxmCbd2Cw==1933 integrity sha512-z54SOCtIeCoK6DmEKvT7+c3sJl/ek4XpA8EQHcJ5mWl0GrR8iv5pliuqltcJuBG54YQxxgUKg1JJEtnFfcWkRA==
1934 dependencies:1934 dependencies:
1935 "@babel/runtime" "^7.18.3"1935 "@babel/runtime" "^7.18.3"
1936 "@polkadot/util" "^9.3.1"1936 "@polkadot/util" "^9.3.1"
19371937
1938"@polkadot/types@8.6.1":1938"@polkadot/types@8.6.2":
1939 version "8.6.1"1939 version "8.6.2"
1940 resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-8.6.1.tgz#0ea834e96408fbda361b911c2c47198e514bf876"1940 resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-8.6.2.tgz#4a0aad232a21b2c7465d4825e52b0565f0cc3b1d"
1941 integrity sha512-eh9BBS0PPrbCpR4rgLnuyGmB0SSSnfoHHLcFBhzSvuMTJ3Rq2LJGIwfm691qp7iugYoq5U2HqR+JwNUQfsWbFw==1941 integrity sha512-T35bTk0HojZPJGiJw5t1GFZhg+LU1S1xkZ4EmhxlxjK31dVJVVzwgafdp/fMaSWUKmr32X9mvxVIErtUtUUQ+A==
1942 dependencies:1942 dependencies:
1943 "@babel/runtime" "^7.18.3"1943 "@babel/runtime" "^7.18.3"
1944 "@polkadot/keyring" "^9.3.1"1944 "@polkadot/keyring" "^9.3.1"
1945 "@polkadot/types-augment" "8.6.1"1945 "@polkadot/types-augment" "8.6.2"
1946 "@polkadot/types-codec" "8.6.1"1946 "@polkadot/types-codec" "8.6.2"
1947 "@polkadot/types-create" "8.6.1"1947 "@polkadot/types-create" "8.6.2"
1948 "@polkadot/util" "^9.3.1"1948 "@polkadot/util" "^9.3.1"
1949 "@polkadot/util-crypto" "^9.3.1"1949 "@polkadot/util-crypto" "^9.3.1"
1950 rxjs "^7.5.5"1950 rxjs "^7.5.5"
9068 resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"9068 resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
9069 integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==9069 integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
90709070
9071typescript@^4.7.2:9071typescript@^4.6.4, typescript@^4.7.2:
9072 version "4.7.2"9072 version "4.7.2"
9073 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"9073 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
9074 integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==9074 integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==