From 5b72819e6d997cd6bb19f4986262509cf077ce56 Mon Sep 17 00:00:00 2001 From: Mokhtar Naamani Date: Wed, 13 Mar 2024 15:48:56 +0400 Subject: [PATCH 1/3] bump @polkadot/util and util-crypto packages to fix package conflicts --- cli/README.md | 51 +------- cli/package.json | 13 +- joystreamjs/package.json | 4 +- package.json | 14 +-- tests/network-tests/package.json | 2 +- types/package.json | 4 +- utils/api-scripts/package.json | 6 +- yarn.lock | 207 ++++++++++++++++--------------- 8 files changed, 134 insertions(+), 167 deletions(-) diff --git a/cli/README.md b/cli/README.md index 6f1cbf7d0a..95ca809ab6 100644 --- a/cli/README.md +++ b/cli/README.md @@ -26,7 +26,7 @@ $ npm install -g @joystream/cli $ joystream-cli COMMAND running command... $ joystream-cli (-v|--version|version) -@joystream/cli/1.4.0 darwin-arm64 node-v18.6.0 +@joystream/cli/1.5.1 darwin-arm64 node-v18.6.0 $ joystream-cli --help [COMMAND] USAGE $ joystream-cli COMMAND @@ -118,10 +118,8 @@ When using the CLI for the first time there are a few common steps you might wan - [`joystream-cli content:curatorGroup ID`](#joystream-cli-contentcuratorgroup-id) - [`joystream-cli content:curatorGroups`](#joystream-cli-contentcuratorgroups) - [`joystream-cli content:deleteChannel`](#joystream-cli-contentdeletechannel) -- [`joystream-cli content:deleteChannelAsModerator`](#joystream-cli-contentdeletechannelasmoderator) - [`joystream-cli content:deleteChannelAssetsAsModerator`](#joystream-cli-contentdeletechannelassetsasmoderator) - [`joystream-cli content:deleteVideo`](#joystream-cli-contentdeletevideo) -- [`joystream-cli content:deleteVideoAsModerator`](#joystream-cli-contentdeletevideoasmoderator) - [`joystream-cli content:deleteVideoAssetsAsModerator`](#joystream-cli-contentdeletevideoassetsasmoderator) - [`joystream-cli content:directChannelPayment`](#joystream-cli-contentdirectchannelpayment) - [`joystream-cli content:generateChannelPayoutsCommitment`](#joystream-cli-contentgeneratechannelpayoutscommitment) @@ -725,10 +723,11 @@ ARGUMENTS CURATORID ID of the curator OPTIONS - -p, --permissions=UpdateChannelMetadata|ManageNonVideoChannelAssets|ManageChannelCollaborators|UpdateVideoMetadata|Add - Video|ManageVideoAssets|DeleteChannel|DeleteVideo|ManageVideoNfts|AgentRemark|TransferChannel|ClaimChannelReward|Withd - rawFromChannelBalance|IssueCreatorToken|ClaimCreatorTokenPatronage|InitAndManageCreatorTokenSale|CreatorTokenIssuerTra - nsfer|MakeCreatorTokenPermissionless|ReduceCreatorTokenPatronageRate|ManageRevenueSplits|DeissueCreatorToken + -p, + --permissions=UpdateChannelMetadata|ManageNonVideoChannelAssets|ManageChannelCollaborators|UpdateVideoMetadata|AddVide + o|ManageVideoAssets|DeleteChannel|DeleteVideo|ManageVideoNfts|AgentRemark|TransferChannel|ClaimChannelReward|WithdrawF + romChannelBalance|IssueCreatorToken|ClaimCreatorTokenPatronage|InitAndManageCreatorTokenSale|CreatorTokenIssuerTransfe + r|MakeCreatorTokenPermissionless|ReduceCreatorTokenPatronageRate|ManageRevenueSplits|DeissueCreatorToken|AmmControl List of permissions to associate with the curator, e.g. -p ManageChannelCollaborators UpdateVideoMetadata --useMemberId=useMemberId @@ -969,25 +968,6 @@ OPTIONS _See code: [src/commands/content/deleteChannel.ts](https://github.com/Joystream/joystream/blob/master/cli/src/commands/content/deleteChannel.ts)_ -## `joystream-cli content:deleteChannelAsModerator` - -Delete the channel and optionally all associated data objects. - -``` -USAGE - $ joystream-cli content:deleteChannelAsModerator - -OPTIONS - -c, --channelId=channelId (required) ID of the Channel - -f, --force Force-remove all associated channel data objects - -r, --rationale=rationale (required) Reason of deleting the channel by moderator - --context=(Lead|Curator) Actor context to execute the command in (Lead/Curator) - --useMemberId=useMemberId Try using the specified member id as context whenever possible - --useWorkerId=useWorkerId Try using the specified worker id as context whenever possible -``` - -_See code: [src/commands/content/deleteChannelAsModerator.ts](https://github.com/Joystream/joystream/blob/master/cli/src/commands/content/deleteChannelAsModerator.ts)_ - ## `joystream-cli content:deleteChannelAssetsAsModerator` Delete the channel assets. @@ -1025,25 +1005,6 @@ OPTIONS _See code: [src/commands/content/deleteVideo.ts](https://github.com/Joystream/joystream/blob/master/cli/src/commands/content/deleteVideo.ts)_ -## `joystream-cli content:deleteVideoAsModerator` - -Delete the video and optionally all associated data objects. - -``` -USAGE - $ joystream-cli content:deleteVideoAsModerator - -OPTIONS - -f, --force Force-remove all associated video data objects - -r, --rationale=rationale (required) reason of deleting the video by moderator - -v, --videoId=videoId (required) ID of the Video - --context=(Lead|Curator) Actor context to execute the command in (Lead/Curator) - --useMemberId=useMemberId Try using the specified member id as context whenever possible - --useWorkerId=useWorkerId Try using the specified worker id as context whenever possible -``` - -_See code: [src/commands/content/deleteVideoAsModerator.ts](https://github.com/Joystream/joystream/blob/master/cli/src/commands/content/deleteVideoAsModerator.ts)_ - ## `joystream-cli content:deleteVideoAssetsAsModerator` Delete the video assets. diff --git a/cli/package.json b/cli/package.json index 4b4ac39372..fcadd1b0dd 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/cli", "description": "Command Line Interface for Joystream community and governance activities", - "version": "1.5.0", + "version": "1.5.1", "author": "Leszek Wiesner", "bin": { "joystream-cli": "./bin/run" @@ -17,10 +17,11 @@ "@oclif/plugin-help": "^3.2.2", "@oclif/plugin-not-found": "^1.2.4", "@oclif/plugin-warn-if-update-available": "^1.7.0", - "@polkadot/api": "10.1.4", - "@polkadot/keyring": "11.1.1", - "@polkadot/util": "11.1.1", - "@polkadot/util-crypto": "11.1.1", + "@polkadot/api": "^10.1.4", + "@polkadot/types": "^10.1.4", + "@polkadot/keyring": "^12.2.1", + "@polkadot/util": "^12.2.1", + "@polkadot/util-crypto": "^12.2.1", "@substrate/txwrapper-core": "6.0.1", "@substrate/txwrapper-substrate": "6.0.1", "@substrate/txwrapper-polkadot": "6.0.1", @@ -56,7 +57,7 @@ "proper-lockfile": "^4.1.1", "slug": "^2.1.1", "tslib": "^1.11.1", - "@joystream/js": "^1.10.0" + "@joystream/js": "^1.11.0" }, "devDependencies": { "@graphql-codegen/cli": "^1.21.4", diff --git a/joystreamjs/package.json b/joystreamjs/package.json index 27fa9176a5..69ed64b759 100644 --- a/joystreamjs/package.json +++ b/joystreamjs/package.json @@ -1,6 +1,6 @@ { "name": "@joystream/js", - "version": "1.10.0", + "version": "1.11.0", "license": "GPL-3.0-only", "description": "Joystream JS package provides utilities required to work with Joystream network.", "main": "lib/index.js", @@ -43,7 +43,7 @@ "dependencies": { "@joystream/metadata-protobuf": "^2.15.0", "@joystream/types": "^4.0.0", - "@polkadot/util-crypto": "11.1.1", + "@polkadot/util-crypto": "^12.2.1", "axios": "^1.2.1", "buffer": "^6.0.3", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 130c686fcd..189169d270 100644 --- a/package.json +++ b/package.json @@ -36,14 +36,14 @@ ], "resolutions": { "@polkadot/api": "10.1.4", - "@polkadot/keyring": "^11.1.1", + "@polkadot/keyring": "^12.2.1", "@polkadot/types": "10.1.4", - "@polkadot/util": "^11.1.1", - "@polkadot/util-crypto": "^11.1.1", - "@polkadot/networks": "^11.1.1", - "@polkadot/x-fetch": "^11.1.1", - "@polkadot/x-global": "^11.1.1", - "@polkadot/x-ws": "^11.1.1", + "@polkadot/util": "^12.2.1", + "@polkadot/util-crypto": "^12.2.1", + "@polkadot/networks": "^12.2.1", + "@polkadot/x-fetch": "^12.2.1", + "@polkadot/x-global": "^12.2.1", + "@polkadot/x-ws": "^12.2.1", "bn.js": "^5.2.1", "rxjs": "^7.4.0", "typeorm": "https://github.com/Joystream/typeorm/releases/download/0.3.5/typeorm-v0.3.5.tgz", diff --git a/tests/network-tests/package.json b/tests/network-tests/package.json index 21e2243b72..adce6df16d 100644 --- a/tests/network-tests/package.json +++ b/tests/network-tests/package.json @@ -20,7 +20,7 @@ "@joystream/distributor-node-client": "^2.0.0", "@joystream/js": "^1.6.0", "@polkadot/api": "10.1.4", - "@polkadot/keyring": "11.1.1", + "@polkadot/keyring": "^12.2.1", "@types/async-lock": "^1.1.3", "@types/bmp-js": "^0.1.0", "@types/bn.js": "^5.1.0", diff --git a/types/package.json b/types/package.json index 29ae83dea0..6bbbfc5489 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "@joystream/types", - "version": "4.3.0", + "version": "4.4.0", "description": "Types for Joystream Substrate Runtime - Nara release", "main": "lib/cjs/index.js", "types": "lib/index.d.ts", @@ -37,7 +37,7 @@ "maintainers": [], "dependencies": { "@polkadot/api": "10.1.4", - "@polkadot/keyring": "11.1.1", + "@polkadot/keyring": "^12.2.1", "@polkadot/types": "10.1.4", "@types/lodash": "^4.14.157", "@types/vfile": "^4.0.0", diff --git a/utils/api-scripts/package.json b/utils/api-scripts/package.json index 032223a57b..7304b611a7 100644 --- a/utils/api-scripts/package.json +++ b/utils/api-scripts/package.json @@ -16,10 +16,10 @@ "@joystream/types": "^4.0.0", "@mongodb-js/zstd": "^1.1.0", "@polkadot/api": "10.1.4", - "@polkadot/keyring": "11.1.1", + "@polkadot/keyring": "^12.2.1", "@polkadot/types": "10.1.4", - "@polkadot/util": "11.1.1", - "@polkadot/util-crypto": "11.1.1", + "@polkadot/util": "^12.2.1", + "@polkadot/util-crypto": "^12.2.1", "@types/bn.js": "^5.1.0", "bfj": "^8.0.0", "bn.js": "^5.2.1" diff --git a/yarn.lock b/yarn.lock index c2fa466491..4d14c60dd3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2668,15 +2668,17 @@ tslib "2.3.1" uuid "8.3.2" -"@noble/hashes@1.3.0": +"@noble/curves@^1.3.0": version "1.3.0" - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.0.tgz#085fd70f6d7d9d109671090ccae1d3bec62554a1" - integrity sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg== + resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.3.0.tgz#01be46da4fd195822dab821e72f71bf4aeec635e" + integrity sha512-t01iSXPuN+Eqzb4eBX0S5oubSqXbK/xXa1Ne18Hj8f9pStxztHCE2gfboSp/dZRLSqfuLpRK2nDXDK+W9puocA== + dependencies: + "@noble/hashes" "1.3.3" -"@noble/secp256k1@1.7.1": - version "1.7.1" - resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c" - integrity sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw== +"@noble/hashes@1.3.3", "@noble/hashes@^1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.3.tgz#39908da56a4adc270147bb07968bf3b16cfe1699" + integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA== "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -3772,7 +3774,7 @@ rxjs "^7.8.0" tslib "^2.5.0" -"@polkadot/api@10.1.4", "@polkadot/api@^10.7.1": +"@polkadot/api@10.1.4", "@polkadot/api@^10.1.4", "@polkadot/api@^10.7.1": version "10.1.4" resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-10.1.4.tgz#7d31e76092c63c8dd178146933df4853a646590c" integrity sha512-kN/KUuCAZx4iZ/iL0IIbpcyizdHny7+vT2ED01DO+J/yty0m/U6gUH4X+cmULrLe977SwJbwWV86tmkm2WWNkA== @@ -3795,23 +3797,23 @@ rxjs "^7.8.0" tslib "^2.5.0" -"@polkadot/keyring@11.1.1", "@polkadot/keyring@^11.1.1", "@polkadot/keyring@^12.2.1": - version "11.1.3" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-11.1.3.tgz#8718f14996ecdb389acffc6ecbe7deb8a2d74b5f" - integrity sha512-bzGz1cWDYK7MWhp0630W6KOwTC/wsvKKHBvWxReMT7iQwFHeLn5AemUOveqIPxF+esd/UfdN5aFDHApjYcyZsg== +"@polkadot/keyring@^11.1.1", "@polkadot/keyring@^12.2.1": + version "12.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-12.6.2.tgz#6067e6294fee23728b008ac116e7e9db05cecb9b" + integrity sha512-O3Q7GVmRYm8q7HuB3S0+Yf/q/EB2egKRRU3fv9b3B7V+A52tKzA+vIwEmNVaD1g5FKW9oB97rmpggs0zaKFqHw== dependencies: - "@polkadot/util" "11.1.3" - "@polkadot/util-crypto" "11.1.3" - tslib "^2.5.0" + "@polkadot/util" "12.6.2" + "@polkadot/util-crypto" "12.6.2" + tslib "^2.6.2" -"@polkadot/networks@11.1.3", "@polkadot/networks@^11.1.1": - version "11.1.3" - resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-11.1.3.tgz#e113c98269328267962c2047dccca4d2790cc8a5" - integrity sha512-goLpX9SswAGGeh1jXB79wHEfWOF5rLIItMHYalujBmhQVxyAqbxP2tzQqPQXDLcnkWbgwkyYGLXaDD72GBqHZw== +"@polkadot/networks@12.6.2", "@polkadot/networks@^11.1.1", "@polkadot/networks@^12.2.1": + version "12.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-12.6.2.tgz#791779fee1d86cc5b6cd371858eea9b7c3f8720d" + integrity sha512-1oWtZm1IvPWqvMrldVH6NI2gBoCndl5GEwx7lAuQWGr7eNL+6Bdc5K3Z9T0MzFvDGoi2/CBqjX9dRKo39pDC/w== dependencies: - "@polkadot/util" "11.1.3" - "@substrate/ss58-registry" "^1.39.0" - tslib "^2.5.0" + "@polkadot/util" "12.6.2" + "@substrate/ss58-registry" "^1.44.0" + tslib "^2.6.2" "@polkadot/rpc-augment@10.1.4": version "10.1.4" @@ -3925,7 +3927,7 @@ "@polkadot/util" "^11.1.1" tslib "^2.5.0" -"@polkadot/types@10.1.4": +"@polkadot/types@10.1.4", "@polkadot/types@^10.1.4": version "10.1.4" resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-10.1.4.tgz#764ed1b86d9409dca28b29e78f6667069e072d2f" integrity sha512-ituklPjRZnAdUyznQnAKsdPKohvpF34+9EbtOFBjZ7pmpRMsB6OCfwqexiIAef9iFhRoeEXflV5PIkoaYVPBBQ== @@ -3939,34 +3941,34 @@ rxjs "^7.8.0" tslib "^2.5.0" -"@polkadot/util-crypto@11.1.1", "@polkadot/util-crypto@11.1.3", "@polkadot/util-crypto@^11.1.1": - version "11.1.3" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-11.1.3.tgz#c3b166f8f8934a2139c8cfb31af50dae53a9d985" - integrity sha512-hjH1y6jXQuceJ2NWx7+ei0sR4A7t844XwlNquPxZX3kQbQS+1t6tO4Eo3/95JhPsEaJOXduus02cYEF6gteEYQ== - dependencies: - "@noble/hashes" "1.3.0" - "@noble/secp256k1" "1.7.1" - "@polkadot/networks" "11.1.3" - "@polkadot/util" "11.1.3" - "@polkadot/wasm-crypto" "^7.0.3" - "@polkadot/x-bigint" "11.1.3" - "@polkadot/x-randomvalues" "11.1.3" - "@scure/base" "1.1.1" - tslib "^2.5.0" - tweetnacl "^1.0.3" +"@polkadot/util-crypto@12.6.2", "@polkadot/util-crypto@^11.1.1", "@polkadot/util-crypto@^12.2.1": + version "12.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-12.6.2.tgz#d2d51010e8e8ca88951b7d864add797dad18bbfc" + integrity sha512-FEWI/dJ7wDMNN1WOzZAjQoIcCP/3vz3wvAp5QQm+lOrzOLj0iDmaIGIcBkz8HVm3ErfSe/uKP0KS4jgV/ib+Mg== + dependencies: + "@noble/curves" "^1.3.0" + "@noble/hashes" "^1.3.3" + "@polkadot/networks" "12.6.2" + "@polkadot/util" "12.6.2" + "@polkadot/wasm-crypto" "^7.3.2" + "@polkadot/wasm-util" "^7.3.2" + "@polkadot/x-bigint" "12.6.2" + "@polkadot/x-randomvalues" "12.6.2" + "@scure/base" "^1.1.5" + tslib "^2.6.2" -"@polkadot/util@11.1.1", "@polkadot/util@11.1.3", "@polkadot/util@^11.1.1": - version "11.1.3" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-11.1.3.tgz#dcdc4504f7c31e6104e7970903d8c1998f3858ef" - integrity sha512-Gsqzv1/fSoypS5tnJkM+NJQeT7O4iYlSniubUJnaZVOKsIbueTS1bMQ1y3/h8ISxbKBtICW5cZ6zCej6Q/jC3w== +"@polkadot/util@12.6.2", "@polkadot/util@^11.1.1", "@polkadot/util@^12.2.1": + version "12.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-12.6.2.tgz#9396eff491221e1f0fd28feac55fc16ecd61a8dc" + integrity sha512-l8TubR7CLEY47240uki0TQzFvtnxFIO7uI/0GoWzpYD/O62EIAMRsuY01N4DuwgKq2ZWD59WhzsLYmA5K6ksdw== dependencies: - "@polkadot/x-bigint" "11.1.3" - "@polkadot/x-global" "11.1.3" - "@polkadot/x-textdecoder" "11.1.3" - "@polkadot/x-textencoder" "11.1.3" - "@types/bn.js" "^5.1.1" + "@polkadot/x-bigint" "12.6.2" + "@polkadot/x-global" "12.6.2" + "@polkadot/x-textdecoder" "12.6.2" + "@polkadot/x-textencoder" "12.6.2" + "@types/bn.js" "^5.1.5" bn.js "^5.2.1" - tslib "^2.5.0" + tslib "^2.6.2" "@polkadot/wasm-bridge@7.3.2": version "7.3.2" @@ -4002,7 +4004,7 @@ "@polkadot/wasm-util" "7.3.2" tslib "^2.6.2" -"@polkadot/wasm-crypto@^7.0.3": +"@polkadot/wasm-crypto@^7.3.2": version "7.3.2" resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-7.3.2.tgz#61bbcd9e591500705c8c591e6aff7654bdc8afc9" integrity sha512-+neIDLSJ6jjVXsjyZ5oLSv16oIpwp+PxFqTUaZdZDoA2EyFRQB8pP7+qLsMNk+WJuhuJ4qXil/7XiOnZYZ+wxw== @@ -4014,14 +4016,22 @@ "@polkadot/wasm-util" "7.3.2" tslib "^2.6.2" -"@polkadot/wasm-util@7.3.2": +"@polkadot/wasm-util@7.3.2", "@polkadot/wasm-util@^7.3.2": version "7.3.2" resolved "https://registry.yarnpkg.com/@polkadot/wasm-util/-/wasm-util-7.3.2.tgz#4fe6370d2b029679b41a5c02cd7ebf42f9b28de1" integrity sha512-bmD+Dxo1lTZyZNxbyPE380wd82QsX+43mgCm40boyKrRppXEyQmWT98v/Poc7chLuskYb6X8IQ6lvvK2bGR4Tg== dependencies: tslib "^2.6.2" -"@polkadot/x-bigint@11.1.3", "@polkadot/x-bigint@^11.1.1": +"@polkadot/x-bigint@12.6.2": + version "12.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-12.6.2.tgz#59b7a615f205ae65e1ac67194aefde94d3344580" + integrity sha512-HSIk60uFPX4GOFZSnIF7VYJz7WZA7tpFJsne7SzxOooRwMTWEtw3fUpFy5cYYOeLh17/kHH1Y7SVcuxzVLc74Q== + dependencies: + "@polkadot/x-global" "12.6.2" + tslib "^2.6.2" + +"@polkadot/x-bigint@^11.1.1": version "11.1.3" resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-11.1.3.tgz#37b09a12a9ed6df704e047e261f1b8b2ac978497" integrity sha512-fRUUHfW9VFsXT7sLUUY7gSu8v+PvzNLRwvjnp+Ly8vFx9LTLuVGFCi+mpysuRTaPpqZZJlzBJ3fST7xTGh67Pg== @@ -4029,54 +4039,54 @@ "@polkadot/x-global" "11.1.3" tslib "^2.5.0" -"@polkadot/x-fetch@^11.1.1": - version "11.1.3" - resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-11.1.3.tgz#e39df53fc7fb6399d3883b45d03f6ef7f265a7f9" - integrity sha512-+Z0RxxsN7+l2ZmmDdHqOo0kgqvjXJ1bw8CwTVnq3t9nPgZKn2pC3Fq3xdj/sRWiLuf/UhgCxKfYfMmt5ek4kIg== +"@polkadot/x-fetch@^11.1.1", "@polkadot/x-fetch@^12.2.1": + version "12.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-12.6.2.tgz#b1bca028db90263bafbad2636c18d838d842d439" + integrity sha512-8wM/Z9JJPWN1pzSpU7XxTI1ldj/AfC8hKioBlUahZ8gUiJaOF7K9XEFCrCDLis/A1BoOu7Ne6WMx/vsJJIbDWw== dependencies: - "@polkadot/x-global" "11.1.3" - node-fetch "^3.3.1" - tslib "^2.5.0" + "@polkadot/x-global" "12.6.2" + node-fetch "^3.3.2" + tslib "^2.6.2" -"@polkadot/x-global@11.1.3", "@polkadot/x-global@^11.1.1": - version "11.1.3" - resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-11.1.3.tgz#4086694f52373fea63910b62da999bf0981d7d86" - integrity sha512-R3aqtIjgzFHJ3TyX6wavhp+59oLbZiqczIHkaas/nJe21+SVARqFmIII6BwS7ty7+8Uu4fHliA9re+ZSUp+rwg== +"@polkadot/x-global@11.1.3", "@polkadot/x-global@12.6.2", "@polkadot/x-global@^11.1.1", "@polkadot/x-global@^12.2.1": + version "12.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-12.6.2.tgz#31d4de1c3d4c44e4be3219555a6d91091decc4ec" + integrity sha512-a8d6m+PW98jmsYDtAWp88qS4dl8DyqUBsd0S+WgyfSMtpEXu6v9nXDgPZgwF5xdDvXhm+P0ZfVkVTnIGrScb5g== dependencies: - tslib "^2.5.0" + tslib "^2.6.2" -"@polkadot/x-randomvalues@11.1.3": - version "11.1.3" - resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-11.1.3.tgz#48dde21012aa4eef3bd00d46f545861727fb6618" - integrity sha512-kZjbRgxokMR9UTodZQKs6s3C/Q2YgeizcxpDCghM/VdvQUE8OVBGNzduF7SvBvQyg2Qbg8jMcSxXOY7UgcOWSg== +"@polkadot/x-randomvalues@12.6.2": + version "12.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-12.6.2.tgz#13fe3619368b8bf5cb73781554859b5ff9d900a2" + integrity sha512-Vr8uG7rH2IcNJwtyf5ebdODMcr0XjoCpUbI91Zv6AlKVYOGKZlKLYJHIwpTaKKB+7KPWyQrk4Mlym/rS7v9feg== dependencies: - "@polkadot/x-global" "11.1.3" - tslib "^2.5.0" + "@polkadot/x-global" "12.6.2" + tslib "^2.6.2" -"@polkadot/x-textdecoder@11.1.3": - version "11.1.3" - resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-11.1.3.tgz#1d1e2aa86e47587393a6acb74a086ab97d62058d" - integrity sha512-NhOjuXVfYRMw9l0VhCtZOtcWefZth58p5KpVOrFyJZd12fTsoMO5/746K7QoAjWRrLQTJ/LHCEKCtWww0LwVPw== +"@polkadot/x-textdecoder@12.6.2": + version "12.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-12.6.2.tgz#b86da0f8e8178f1ca31a7158257e92aea90b10e4" + integrity sha512-M1Bir7tYvNappfpFWXOJcnxUhBUFWkUFIdJSyH0zs5LmFtFdbKAeiDXxSp2Swp5ddOZdZgPac294/o2TnQKN1w== dependencies: - "@polkadot/x-global" "11.1.3" - tslib "^2.5.0" + "@polkadot/x-global" "12.6.2" + tslib "^2.6.2" -"@polkadot/x-textencoder@11.1.3": - version "11.1.3" - resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-11.1.3.tgz#ba7621b636dcfa6ca4ab6176a6a52eef15904a72" - integrity sha512-7DmqjlPN8aQexLUKwoHeadihpUnW8hjpXEru+aEDxjgq9XIxPvb++NeBK+Mra9RzzZRuiT/K5z16HlwKN//ewg== +"@polkadot/x-textencoder@12.6.2": + version "12.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-12.6.2.tgz#81d23bd904a2c36137a395c865c5fefa21abfb44" + integrity sha512-4N+3UVCpI489tUJ6cv3uf0PjOHvgGp9Dl+SZRLgFGt9mvxnvpW/7+XBADRMtlG4xi5gaRK7bgl5bmY6OMDsNdw== dependencies: - "@polkadot/x-global" "11.1.3" - tslib "^2.5.0" + "@polkadot/x-global" "12.6.2" + tslib "^2.6.2" -"@polkadot/x-ws@^11.1.1": - version "11.1.3" - resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-11.1.3.tgz#5a759bcbbbdceeecca53bcc74170e52cd3ca774b" - integrity sha512-omNU2mIVX997HiHm2YxEdJdyCFnv+oTyKWZd0+FdS47rdfhVwD+H9/bS+rtQ9lIqfhODdGmw3fG//gq1KpYJcw== +"@polkadot/x-ws@^11.1.1", "@polkadot/x-ws@^12.2.1": + version "12.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-12.6.2.tgz#b99094d8e53a03be1de903d13ba59adaaabc767a" + integrity sha512-cGZWo7K5eRRQCRl2LrcyCYsrc3lRbTlixZh3AzgU8uX4wASVGRlNWi/Hf4TtHNe1ExCDmxabJzdIsABIfrr7xw== dependencies: - "@polkadot/x-global" "11.1.3" - tslib "^2.5.0" - ws "^8.13.0" + "@polkadot/x-global" "12.6.2" + tslib "^2.6.2" + ws "^8.15.1" "@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": version "1.1.2" @@ -4182,10 +4192,10 @@ dependencies: any-observable "^0.3.0" -"@scure/base@1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.1.tgz#ebb651ee52ff84f420097055f4bf46cfba403938" - integrity sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA== +"@scure/base@^1.1.5": + version "1.1.5" + resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.5.tgz#1d85d17269fe97694b9c592552dd9e5e33552157" + integrity sha512-Brj9FiG2W1MRQSTB212YVPRrcbjkv48FoZi/u4l/zds/ieRrqsh7aUf6CLwkAq61oKXr/ZlTzlY66gLIj3TFTQ== "@sideway/address@^4.1.3": version "4.1.4" @@ -4263,7 +4273,7 @@ eventemitter3 "^4.0.7" smoldot "1.0.0" -"@substrate/ss58-registry@^1.39.0": +"@substrate/ss58-registry@^1.44.0": version "1.46.0" resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.46.0.tgz#bfe3e6a30d39929f57ecc178acde4e74a773e2b6" integrity sha512-rBvWnlrBeFTd5LVG7oX3rOHzR16yqyffOFHKmUiVcblpXI3D89CXOvAljW9tWlA1H/2/FegaZnHPhdObPsvi+w== @@ -4454,7 +4464,7 @@ dependencies: "@types/node" "*" -"@types/bn.js@^4.11.6", "@types/bn.js@^5.1.0", "@types/bn.js@^5.1.1": +"@types/bn.js@^4.11.6", "@types/bn.js@^5.1.0", "@types/bn.js@^5.1.5": version "5.1.0" resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-5.1.0.tgz#32c5d271503a12653c62cf4d2b45e6eab8cebc68" integrity sha512-QSSVYj7pYFN49kW77o2s9xTCwZ8F2xLbjLLSEVh8D2F4JUhZtPAGOFLTD+ffqksBx/u4cE/KImFjyhqCjn/LIA== @@ -16433,7 +16443,7 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" -node-fetch@^3.3.1: +node-fetch@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b" integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA== @@ -21401,11 +21411,6 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0: resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA== -tweetnacl@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-1.0.3.tgz#ac0af71680458d8a6378d0d0d050ab1407d35596" - integrity sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw== - tx2@~1.0.4: version "1.0.5" resolved "https://registry.yarnpkg.com/tx2/-/tx2-1.0.5.tgz#ee0b0e5e2c351f8d23e54bdf46dd60afa3bbc73d" @@ -22511,7 +22516,7 @@ ws@^7.0.0: resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== -ws@^8.13.0, ws@^8.8.1: +ws@^8.15.1, ws@^8.8.1: version "8.16.0" resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4" integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ== From ee20ca05f16f1a516a9d6daa0ec53c93f38a64ff Mon Sep 17 00:00:00 2001 From: Mokhtar Naamani Date: Thu, 14 Mar 2024 00:59:42 +0400 Subject: [PATCH 2/3] bump @polkadot/api to v10.7.1 --- cli/package.json | 10 +- distributor-node/package.json | 4 +- joystreamjs/package.json | 4 +- package.json | 19 +- query-node/mappings/package.json | 6 +- query-node/package.json | 2 +- storage-node/package.json | 4 +- tests/network-tests/package.json | 4 +- types/package.json | 6 +- types/src/augment/augment-api-rpc.ts | 18 +- types/src/augment/augment-types.ts | 24 +- utils/api-scripts/package.json | 10 +- yarn.lock | 358 +++++++++++++-------------- 13 files changed, 243 insertions(+), 226 deletions(-) diff --git a/cli/package.json b/cli/package.json index fcadd1b0dd..e3127d793b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -17,11 +17,11 @@ "@oclif/plugin-help": "^3.2.2", "@oclif/plugin-not-found": "^1.2.4", "@oclif/plugin-warn-if-update-available": "^1.7.0", - "@polkadot/api": "^10.1.4", - "@polkadot/types": "^10.1.4", - "@polkadot/keyring": "^12.2.1", - "@polkadot/util": "^12.2.1", - "@polkadot/util-crypto": "^12.2.1", + "@polkadot/api": "10.7.1", + "@polkadot/types": "10.7.1", + "@polkadot/keyring": "12.6.2", + "@polkadot/util": "12.6.2", + "@polkadot/util-crypto": "12.6.2", "@substrate/txwrapper-core": "6.0.1", "@substrate/txwrapper-substrate": "6.0.1", "@substrate/txwrapper-polkadot": "6.0.1", diff --git a/distributor-node/package.json b/distributor-node/package.json index 57cd643e03..4c5950930f 100644 --- a/distributor-node/package.json +++ b/distributor-node/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/distributor-cli", "description": "Joystream distributor node CLI", - "version": "2.1.0", + "version": "2.1.1", "author": "Joystream contributors", "bin": { "joystream-distributor": "./bin/run" @@ -13,7 +13,7 @@ "@joystream/metadata-protobuf": "^2.15.0", "@joystream/opentelemetry": "1.0.0", "@joystream/storage-node-client": "^4.0.0", - "@joystream/types": "^4.0.0", + "@joystream/types": "^4.4.0", "@nerdwallet/apollo-cache-policies": "2.10.0", "@oclif/command": "^1", "@oclif/config": "^1", diff --git a/joystreamjs/package.json b/joystreamjs/package.json index 69ed64b759..fd9bdafe5b 100644 --- a/joystreamjs/package.json +++ b/joystreamjs/package.json @@ -42,8 +42,8 @@ }, "dependencies": { "@joystream/metadata-protobuf": "^2.15.0", - "@joystream/types": "^4.0.0", - "@polkadot/util-crypto": "^12.2.1", + "@joystream/types": "^4.4.0", + "@polkadot/util-crypto": "^12.6.2", "axios": "^1.2.1", "buffer": "^6.0.3", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 189169d270..1ce0c1ce11 100644 --- a/package.json +++ b/package.json @@ -35,15 +35,16 @@ "opentelemetry" ], "resolutions": { - "@polkadot/api": "10.1.4", - "@polkadot/keyring": "^12.2.1", - "@polkadot/types": "10.1.4", - "@polkadot/util": "^12.2.1", - "@polkadot/util-crypto": "^12.2.1", - "@polkadot/networks": "^12.2.1", - "@polkadot/x-fetch": "^12.2.1", - "@polkadot/x-global": "^12.2.1", - "@polkadot/x-ws": "^12.2.1", + "@polkadot/api": "10.7.1", + "@polkadot/typegen": "10.7.1", + "@polkadot/keyring": "12.6.2", + "@polkadot/types": "10.7.1", + "@polkadot/util": "12.6.2", + "@polkadot/util-crypto": "12.6.2", + "@polkadot/networks": "12.6.2", + "@polkadot/x-fetch": "12.6.2", + "@polkadot/x-global": "12.6.2", + "@polkadot/x-ws": "12.6.2", "bn.js": "^5.2.1", "rxjs": "^7.4.0", "typeorm": "https://github.com/Joystream/typeorm/releases/download/0.3.5/typeorm-v0.3.5.tgz", diff --git a/query-node/mappings/package.json b/query-node/mappings/package.json index f84b910fa8..e53f92fcc6 100644 --- a/query-node/mappings/package.json +++ b/query-node/mappings/package.json @@ -1,6 +1,6 @@ { "name": "query-node-mappings", - "version": "2.2.0", + "version": "2.2.1", "description": "Mappings for hydra-processor", "main": "lib/src/index.js", "license": "MIT", @@ -19,9 +19,9 @@ "@apollo/client": "^3.2.5", "@joystream/hydra-common": "5.0.0-alpha.8", "@joystream/hydra-db-utils": "5.0.0-alpha.8", - "@joystream/js": "^1.8.0", + "@joystream/js": "^1.11.0", "@joystream/warthog": "^2.41.9", - "@polkadot/types": "10.1.4" + "@polkadot/types": "10.7.1" }, "devDependencies": { "eslint-plugin-local-rules": "2.0.0", diff --git a/query-node/package.json b/query-node/package.json index 7a956205f7..f37f3d0282 100644 --- a/query-node/package.json +++ b/query-node/package.json @@ -1,6 +1,6 @@ { "name": "query-node-root", - "version": "2.2.0", + "version": "2.2.1", "description": "GraphQL server and mappings. Generated with ♥ by Hydra-CLI", "scripts": { "build": "./build.sh", diff --git a/storage-node/package.json b/storage-node/package.json index 37b8867109..f0bfffac5c 100644 --- a/storage-node/package.json +++ b/storage-node/package.json @@ -1,7 +1,7 @@ { "name": "storage-node", "description": "Joystream storage subsystem.", - "version": "4.1.0", + "version": "4.1.1", "author": "Joystream contributors", "bin": { "storage-node": "./bin/run" @@ -16,7 +16,7 @@ "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/plugin-help": "^3", - "@polkadot/api": "10.1.4", + "@polkadot/api": "10.7.1", "@types/base64url": "^2.0.0", "@types/express": "4.17.13", "@types/file-type": "^10.9.1", diff --git a/tests/network-tests/package.json b/tests/network-tests/package.json index adce6df16d..3ab6910091 100644 --- a/tests/network-tests/package.json +++ b/tests/network-tests/package.json @@ -19,8 +19,8 @@ "@babel/helper-get-function-arity": "^7.16.7", "@joystream/distributor-node-client": "^2.0.0", "@joystream/js": "^1.6.0", - "@polkadot/api": "10.1.4", - "@polkadot/keyring": "^12.2.1", + "@polkadot/api": "10.7.1", + "@polkadot/keyring": "^12.6.2", "@types/async-lock": "^1.1.3", "@types/bmp-js": "^0.1.0", "@types/bn.js": "^5.1.0", diff --git a/types/package.json b/types/package.json index 6bbbfc5489..f81c7a7a2d 100644 --- a/types/package.json +++ b/types/package.json @@ -36,9 +36,9 @@ "author": "Joystream contributors", "maintainers": [], "dependencies": { - "@polkadot/api": "10.1.4", - "@polkadot/keyring": "^12.2.1", - "@polkadot/types": "10.1.4", + "@polkadot/api": "10.7.1", + "@polkadot/keyring": "^12.6.2", + "@polkadot/types": "10.7.1", "@types/lodash": "^4.14.157", "@types/vfile": "^4.0.0", "lodash": "^4.17.15", diff --git a/types/src/augment/augment-api-rpc.ts b/types/src/augment/augment-api-rpc.ts index f882746f38..bd142eb07f 100644 --- a/types/src/augment/augment-api-rpc.ts +++ b/types/src/augment/augment-api-rpc.ts @@ -21,7 +21,7 @@ import type { CreatedBlock } from '@polkadot/types/interfaces/engine'; import type { EthAccount, EthCallRequest, EthFeeHistory, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth'; import type { Extrinsic } from '@polkadot/types/interfaces/extrinsics'; import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from '@polkadot/types/interfaces/grandpa'; -import type { MmrLeafBatchProof, MmrLeafProof } from '@polkadot/types/interfaces/mmr'; +import type { MmrHash, MmrLeafBatchProof } from '@polkadot/types/interfaces/mmr'; import type { StorageKind } from '@polkadot/types/interfaces/offchain'; import type { FeeDetails, RuntimeDispatchInfoV1 } from '@polkadot/types/interfaces/payment'; import type { RpcMethods } from '@polkadot/types/interfaces/rpc'; @@ -373,13 +373,21 @@ declare module '@polkadot/rpc-core/types/jsonrpc' { }; mmr: { /** - * Generate MMR proof for the given leaf indices. + * Generate MMR proof for the given block numbers. **/ - generateBatchProof: AugmentedRpc<(leafIndices: Vec | (u64 | AnyNumber | Uint8Array)[], at?: BlockHash | string | Uint8Array) => Observable>; + generateProof: AugmentedRpc<(blockNumbers: Vec | (u64 | AnyNumber | Uint8Array)[], bestKnownBlockNumber?: u64 | AnyNumber | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable>; /** - * Generate MMR proof for given leaf index. + * Get the MMR root hash for the current best block. **/ - generateProof: AugmentedRpc<(leafIndex: u64 | AnyNumber | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable>; + root: AugmentedRpc<(at?: BlockHash | string | Uint8Array) => Observable>; + /** + * Verify an MMR proof + **/ + verifyProof: AugmentedRpc<(proof: MmrLeafBatchProof | { blockHash?: any; leaves?: any; proof?: any } | string | Uint8Array) => Observable>; + /** + * Verify an MMR proof statelessly given an mmr_root + **/ + verifyProofStateless: AugmentedRpc<(root: MmrHash | string | Uint8Array, proof: MmrLeafBatchProof | { blockHash?: any; leaves?: any; proof?: any } | string | Uint8Array) => Observable>; }; net: { /** diff --git a/types/src/augment/augment-types.ts b/types/src/augment/augment-types.ts index 5ce509bfd6..762a89c48b 100644 --- a/types/src/augment/augment-types.ts +++ b/types/src/augment/augment-types.ts @@ -6,7 +6,7 @@ import '@polkadot/types/types/registry'; import type { Data, StorageKey } from '@polkadot/types'; -import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec'; +import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, ISize, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, isize, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec'; import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets'; import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations'; import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura'; @@ -34,19 +34,20 @@ 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'; import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@polkadot/types/interfaces/identity'; import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline'; import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery'; -import type { ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, OpaqueMetadata, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata'; -import type { MmrBatchProof, MmrEncodableOpaqueLeaf, MmrError, MmrLeafBatchProof, MmrLeafIndex, MmrLeafProof, MmrNodeIndex, MmrProof } from '@polkadot/types/interfaces/mmr'; +import type { ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV15, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, OpaqueMetadata, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletMetadataV15, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, RuntimeApiMetadataLatest, RuntimeApiMetadataV15, RuntimeApiMethodMetadataV15, RuntimeApiMethodParamMetadataV15, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata'; +import type { MmrBatchProof, MmrEncodableOpaqueLeaf, MmrError, MmrHash, MmrLeafBatchProof, MmrLeafIndex, MmrLeafProof, MmrNodeIndex, MmrProof } from '@polkadot/types/interfaces/mmr'; import type { NftCollectionId, NftItemId } from '@polkadot/types/interfaces/nfts'; import type { NpApiError, NpPoolId } from '@polkadot/types/interfaces/nompools'; import type { StorageKind } from '@polkadot/types/interfaces/offchain'; import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences'; -import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains'; +import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExecutorParam, ExecutorParams, ExecutorParamsHash, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, PvfCheckStatement, PvfExecTimeoutKind, PvfPrepTimeoutKind, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains'; import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, RuntimeDispatchInfoV1, RuntimeDispatchInfoV2 } from '@polkadot/types/interfaces/payment'; import type { Approvals } from '@polkadot/types/interfaces/poll'; import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy'; @@ -441,6 +442,9 @@ declare module '@polkadot/types/types/registry' { EvmLog: EvmLog; EvmVicinity: EvmVicinity; ExecReturnValue: ExecReturnValue; + ExecutorParam: ExecutorParam; + ExecutorParams: ExecutorParams; + ExecutorParamsHash: ExecutorParamsHash; ExitError: ExitError; ExitFatal: ExitFatal; ExitReason: ExitReason; @@ -501,6 +505,7 @@ declare module '@polkadot/types/types/registry' { FungibilityV0: FungibilityV0; FungibilityV1: FungibilityV1; FungibilityV2: FungibilityV2; + FungiblesAccessError: FungiblesAccessError; Gas: Gas; GiltBid: GiltBid; GlobalValidationData: GlobalValidationData; @@ -588,6 +593,8 @@ declare module '@polkadot/types/types/registry' { InteriorMultiLocation: InteriorMultiLocation; InvalidDisputeStatementKind: InvalidDisputeStatementKind; InvalidTransaction: InvalidTransaction; + isize: isize; + ISize: ISize; Json: Json; Junction: Junction; Junctions: Junctions; @@ -641,11 +648,13 @@ declare module '@polkadot/types/types/registry' { MetadataV12: MetadataV12; MetadataV13: MetadataV13; MetadataV14: MetadataV14; + MetadataV15: MetadataV15; MetadataV9: MetadataV9; MigrationStatusResult: MigrationStatusResult; MmrBatchProof: MmrBatchProof; MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf; MmrError: MmrError; + MmrHash: MmrHash; MmrLeafBatchProof: MmrLeafBatchProof; MmrLeafIndex: MmrLeafIndex; MmrLeafProof: MmrLeafProof; @@ -751,6 +760,7 @@ declare module '@polkadot/types/types/registry' { PalletId: PalletId; PalletMetadataLatest: PalletMetadataLatest; PalletMetadataV14: PalletMetadataV14; + PalletMetadataV15: PalletMetadataV15; PalletsOrigin: PalletsOrigin; PalletStorageMetadataLatest: PalletStorageMetadataLatest; PalletStorageMetadataV14: PalletStorageMetadataV14; @@ -816,6 +826,8 @@ declare module '@polkadot/types/types/registry' { ProxyState: ProxyState; ProxyType: ProxyType; PvfCheckStatement: PvfCheckStatement; + PvfExecTimeoutKind: PvfExecTimeoutKind; + PvfPrepTimeoutKind: PvfPrepTimeoutKind; QueryId: QueryId; QueryStatus: QueryStatus; QueueConfigData: QueueConfigData; @@ -881,6 +893,10 @@ declare module '@polkadot/types/types/registry' { RoundSnapshot: RoundSnapshot; RoundState: RoundState; RpcMethods: RpcMethods; + RuntimeApiMetadataLatest: RuntimeApiMetadataLatest; + RuntimeApiMetadataV15: RuntimeApiMetadataV15; + RuntimeApiMethodMetadataV15: RuntimeApiMethodMetadataV15; + RuntimeApiMethodParamMetadataV15: RuntimeApiMethodParamMetadataV15; RuntimeCall: RuntimeCall; RuntimeDbWeight: RuntimeDbWeight; RuntimeDispatchInfo: RuntimeDispatchInfo; diff --git a/utils/api-scripts/package.json b/utils/api-scripts/package.json index 7304b611a7..32d731649f 100644 --- a/utils/api-scripts/package.json +++ b/utils/api-scripts/package.json @@ -15,11 +15,11 @@ "dependencies": { "@joystream/types": "^4.0.0", "@mongodb-js/zstd": "^1.1.0", - "@polkadot/api": "10.1.4", - "@polkadot/keyring": "^12.2.1", - "@polkadot/types": "10.1.4", - "@polkadot/util": "^12.2.1", - "@polkadot/util-crypto": "^12.2.1", + "@polkadot/api": "10.7.1", + "@polkadot/keyring": "^12.6.2", + "@polkadot/types": "10.7.1", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", "@types/bn.js": "^5.1.0", "bfj": "^8.0.0", "bn.js": "^5.2.1" diff --git a/yarn.lock b/yarn.lock index 4d14c60dd3..9d9d53ce87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3734,70 +3734,70 @@ resolved "https://registry.yarnpkg.com/@polka/url/-/url-0.5.0.tgz#b21510597fd601e5d7c95008b76bf0d254ebfd31" integrity sha512-oZLYFEAzUKyi3SKnXvj32ZCEGH6RDnao7COuCVhDydMS9NrCSVXhM79VaKyP5+Zc33m0QXEd2DN3UkU7OsHcfw== -"@polkadot/api-augment@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-10.1.4.tgz#50ce31b7a72885ae466f0b76c0e9dceb4dd9c168" - integrity sha512-E8XTVKF85sL+awUEVkzbpfH2LrvWe/StINGu4ZCOhPrlw53F/pT8Uvnv3rpDM214pXNkVZSX0JneaKGYCqPzAw== - dependencies: - "@polkadot/api-base" "10.1.4" - "@polkadot/rpc-augment" "10.1.4" - "@polkadot/types" "10.1.4" - "@polkadot/types-augment" "10.1.4" - "@polkadot/types-codec" "10.1.4" - "@polkadot/util" "^11.1.1" +"@polkadot/api-augment@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-10.7.1.tgz#14cbf067fe208287a4a37f13de4809802c05ad8f" + integrity sha512-VX4sUXV0bq0/pVFTzVUhSLvcGMZKuUTrajv6bZMPBbSjhIN0aWPX2d+/dsHEaNnqnROU0P/40i0oeFMfjv4tzg== + dependencies: + "@polkadot/api-base" "10.7.1" + "@polkadot/rpc-augment" "10.7.1" + "@polkadot/types" "10.7.1" + "@polkadot/types-augment" "10.7.1" + "@polkadot/types-codec" "10.7.1" + "@polkadot/util" "^12.2.1" tslib "^2.5.0" -"@polkadot/api-base@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-10.1.4.tgz#71b885c6e27cfdfc0c745c08e9bd43e27eabe104" - integrity sha512-FuQ98EoFfSlal2aGjAPyktA+zf/UPl4rz5CZoEXbFS7l9V7IkM6v1xGKHb6bQz2rJCnBjwizMxIEn0+5btB0fA== +"@polkadot/api-base@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-10.7.1.tgz#445e6687f26f6223b58459bc20a5f57fb1f0835b" + integrity sha512-bgNjwd7I67kSxLzQGpwpGq3nZYb0PdnroAqNNmKVtNms0JGdRsX8j06nJ89XRXDq+bwOXaDslrC3VKgrCm36DA== dependencies: - "@polkadot/rpc-core" "10.1.4" - "@polkadot/types" "10.1.4" - "@polkadot/util" "^11.1.1" - rxjs "^7.8.0" + "@polkadot/rpc-core" "10.7.1" + "@polkadot/types" "10.7.1" + "@polkadot/util" "^12.2.1" + rxjs "^7.8.1" tslib "^2.5.0" -"@polkadot/api-derive@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-10.1.4.tgz#c0d1b6ba3f4618fbf1a91c98a7860b33f18ff08a" - integrity sha512-aHLelYSrpBM4rVm1BUUJa/B0VZz98eQWtFkEr/2HS4auS8V1OPQHzcWN/HQhDxwW3JLXP/Q15DRGkfZJv31cOg== - dependencies: - "@polkadot/api" "10.1.4" - "@polkadot/api-augment" "10.1.4" - "@polkadot/api-base" "10.1.4" - "@polkadot/rpc-core" "10.1.4" - "@polkadot/types" "10.1.4" - "@polkadot/types-codec" "10.1.4" - "@polkadot/util" "^11.1.1" - "@polkadot/util-crypto" "^11.1.1" - rxjs "^7.8.0" +"@polkadot/api-derive@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-10.7.1.tgz#14f478894c5c53fe8e7d85d7a2a8e84de3eaf065" + integrity sha512-pyNRe8OrA6iNuYKGO/BlxGmKavzohwAAweVphuZnbWfVUKjuRZEgclHYRq/O+pKrPMm3eIbsHVvFlMnIU+rxFw== + dependencies: + "@polkadot/api" "10.7.1" + "@polkadot/api-augment" "10.7.1" + "@polkadot/api-base" "10.7.1" + "@polkadot/rpc-core" "10.7.1" + "@polkadot/types" "10.7.1" + "@polkadot/types-codec" "10.7.1" + "@polkadot/util" "^12.2.1" + "@polkadot/util-crypto" "^12.2.1" + rxjs "^7.8.1" tslib "^2.5.0" -"@polkadot/api@10.1.4", "@polkadot/api@^10.1.4", "@polkadot/api@^10.7.1": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-10.1.4.tgz#7d31e76092c63c8dd178146933df4853a646590c" - integrity sha512-kN/KUuCAZx4iZ/iL0IIbpcyizdHny7+vT2ED01DO+J/yty0m/U6gUH4X+cmULrLe977SwJbwWV86tmkm2WWNkA== - dependencies: - "@polkadot/api-augment" "10.1.4" - "@polkadot/api-base" "10.1.4" - "@polkadot/api-derive" "10.1.4" - "@polkadot/keyring" "^11.1.1" - "@polkadot/rpc-augment" "10.1.4" - "@polkadot/rpc-core" "10.1.4" - "@polkadot/rpc-provider" "10.1.4" - "@polkadot/types" "10.1.4" - "@polkadot/types-augment" "10.1.4" - "@polkadot/types-codec" "10.1.4" - "@polkadot/types-create" "10.1.4" - "@polkadot/types-known" "10.1.4" - "@polkadot/util" "^11.1.1" - "@polkadot/util-crypto" "^11.1.1" - eventemitter3 "^5.0.0" - rxjs "^7.8.0" +"@polkadot/api@10.7.1", "@polkadot/api@^10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-10.7.1.tgz#a0735f18f3a06041b7bd1330e8bb50dc741230ee" + integrity sha512-6jVYCVlKvQC1HctlZdH3fg28yWb5Wv7IMJn055j66aE+D54z+P8VYdUx17rZsUCWjg6lMlVyzybM9aTm5TE8Sw== + dependencies: + "@polkadot/api-augment" "10.7.1" + "@polkadot/api-base" "10.7.1" + "@polkadot/api-derive" "10.7.1" + "@polkadot/keyring" "^12.2.1" + "@polkadot/rpc-augment" "10.7.1" + "@polkadot/rpc-core" "10.7.1" + "@polkadot/rpc-provider" "10.7.1" + "@polkadot/types" "10.7.1" + "@polkadot/types-augment" "10.7.1" + "@polkadot/types-codec" "10.7.1" + "@polkadot/types-create" "10.7.1" + "@polkadot/types-known" "10.7.1" + "@polkadot/util" "^12.2.1" + "@polkadot/util-crypto" "^12.2.1" + eventemitter3 "^5.0.1" + rxjs "^7.8.1" tslib "^2.5.0" -"@polkadot/keyring@^11.1.1", "@polkadot/keyring@^12.2.1": +"@polkadot/keyring@12.6.2", "@polkadot/keyring@^12.2.1", "@polkadot/keyring@^12.6.2": version "12.6.2" resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-12.6.2.tgz#6067e6294fee23728b008ac116e7e9db05cecb9b" integrity sha512-O3Q7GVmRYm8q7HuB3S0+Yf/q/EB2egKRRU3fv9b3B7V+A52tKzA+vIwEmNVaD1g5FKW9oB97rmpggs0zaKFqHw== @@ -3806,7 +3806,7 @@ "@polkadot/util-crypto" "12.6.2" tslib "^2.6.2" -"@polkadot/networks@12.6.2", "@polkadot/networks@^11.1.1", "@polkadot/networks@^12.2.1": +"@polkadot/networks@12.6.2", "@polkadot/networks@^12.2.1": version "12.6.2" resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-12.6.2.tgz#791779fee1d86cc5b6cd371858eea9b7c3f8720d" integrity sha512-1oWtZm1IvPWqvMrldVH6NI2gBoCndl5GEwx7lAuQWGr7eNL+6Bdc5K3Z9T0MzFvDGoi2/CBqjX9dRKo39pDC/w== @@ -3815,133 +3815,133 @@ "@substrate/ss58-registry" "^1.44.0" tslib "^2.6.2" -"@polkadot/rpc-augment@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-10.1.4.tgz#300bab3746635cbb7013309ecfd6d567f67b9bc2" - integrity sha512-cwenrMXqGjXtUVYtTAISn/CZ9JYgqISiGZXlrUCPXz73/ZHPkcLYYPbXgeswquaDLm6jiU3H7dwtviRRpaRX8A== +"@polkadot/rpc-augment@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-10.7.1.tgz#527bfc03b76b197f6126045f67d59fb2d4ec92b6" + integrity sha512-D4msTT74PaiI3M8E8vhXdN9oNyXaKcTpTWzfJvP5m8fj0YrKS+zoZotePyiry5n/Pam2RzwYdiu/vktuDuvn9w== dependencies: - "@polkadot/rpc-core" "10.1.4" - "@polkadot/types" "10.1.4" - "@polkadot/types-codec" "10.1.4" - "@polkadot/util" "^11.1.1" + "@polkadot/rpc-core" "10.7.1" + "@polkadot/types" "10.7.1" + "@polkadot/types-codec" "10.7.1" + "@polkadot/util" "^12.2.1" tslib "^2.5.0" -"@polkadot/rpc-core@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-10.1.4.tgz#4cb6b935afd3f3c32260266a34a617e8240ab148" - integrity sha512-pNSsJkhm2o+SlJrsD3B6PpsJKieVlPZLN4Sw1rXLRkqTiwqrNdxrHEjjPKQonVN2VC+n/X2S83rTkX+cPUCxBw== +"@polkadot/rpc-core@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-10.7.1.tgz#d8be2eb85df86d10dc480e3321ec3106df4a1a40" + integrity sha512-XIK28zCVmEpSgnB1DomXNdfMYKUTP5h/bnb+oaWeNUxFxBQtmO1a9UNlZG6thsnma2jlNFVzB0ihR3xoTkka0A== dependencies: - "@polkadot/rpc-augment" "10.1.4" - "@polkadot/rpc-provider" "10.1.4" - "@polkadot/types" "10.1.4" - "@polkadot/util" "^11.1.1" - rxjs "^7.8.0" + "@polkadot/rpc-augment" "10.7.1" + "@polkadot/rpc-provider" "10.7.1" + "@polkadot/types" "10.7.1" + "@polkadot/util" "^12.2.1" + rxjs "^7.8.1" tslib "^2.5.0" -"@polkadot/rpc-provider@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-10.1.4.tgz#633d6b394acd6ddcd430f78e1b0e5d777570bba2" - integrity sha512-GW2HrOAtqyjaJsMZ4VaubAoIt9/URZY+0rOnem9ivvJpqd0mMC2DcS0+0fJVXJXmOaz5W6thedgcHOHhulC6/Q== - dependencies: - "@polkadot/keyring" "^11.1.1" - "@polkadot/types" "10.1.4" - "@polkadot/types-support" "10.1.4" - "@polkadot/util" "^11.1.1" - "@polkadot/util-crypto" "^11.1.1" - "@polkadot/x-fetch" "^11.1.1" - "@polkadot/x-global" "^11.1.1" - "@polkadot/x-ws" "^11.1.1" - eventemitter3 "^5.0.0" +"@polkadot/rpc-provider@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-10.7.1.tgz#50fa0b90a8e32d6fd04d0776a54a73406c60d104" + integrity sha512-FVaoqtPLb9uhDQb9bE2KSnDqzApsb/hpN57VcylbiUsSACBARGBWrHNAN5rQ8TFN2H6Uv8SqdxTsHeM74Ny2mw== + dependencies: + "@polkadot/keyring" "^12.2.1" + "@polkadot/types" "10.7.1" + "@polkadot/types-support" "10.7.1" + "@polkadot/util" "^12.2.1" + "@polkadot/util-crypto" "^12.2.1" + "@polkadot/x-fetch" "^12.2.1" + "@polkadot/x-global" "^12.2.1" + "@polkadot/x-ws" "^12.2.1" + eventemitter3 "^5.0.1" mock-socket "^9.2.1" - nock "^13.3.0" + nock "^13.3.1" tslib "^2.5.0" optionalDependencies: - "@substrate/connect" "0.7.21" - -"@polkadot/typegen@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-10.1.4.tgz#3c507e7e6a46d9b4a1d99a72704fa1aac862c6b7" - integrity sha512-voW4YazoXPpW3zwfNb5dcHwYCLeobBEuSW8lXIZhtxhqjhECm23x/Z7ZuUZZ0c7Sstur1wrOptwzeqLVHHbMXw== - dependencies: - "@polkadot/api" "10.1.4" - "@polkadot/api-augment" "10.1.4" - "@polkadot/rpc-augment" "10.1.4" - "@polkadot/rpc-provider" "10.1.4" - "@polkadot/types" "10.1.4" - "@polkadot/types-augment" "10.1.4" - "@polkadot/types-codec" "10.1.4" - "@polkadot/types-create" "10.1.4" - "@polkadot/types-support" "10.1.4" - "@polkadot/util" "^11.1.1" - "@polkadot/util-crypto" "^11.1.1" - "@polkadot/x-ws" "^11.1.1" + "@substrate/connect" "0.7.26" + +"@polkadot/typegen@10.1.4", "@polkadot/typegen@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-10.7.1.tgz#f098a838b1d76996b5bcb2808dc8b491569b49ba" + integrity sha512-weXShJAqk5ViI0ikIuzAyvaGAUunayjdDIlu4ogHCfMvAQiSj5Ub7Z6VdrzAqbKPq8f9OsSYv4LtVmCwzR2gEg== + dependencies: + "@polkadot/api" "10.7.1" + "@polkadot/api-augment" "10.7.1" + "@polkadot/rpc-augment" "10.7.1" + "@polkadot/rpc-provider" "10.7.1" + "@polkadot/types" "10.7.1" + "@polkadot/types-augment" "10.7.1" + "@polkadot/types-codec" "10.7.1" + "@polkadot/types-create" "10.7.1" + "@polkadot/types-support" "10.7.1" + "@polkadot/util" "^12.2.1" + "@polkadot/util-crypto" "^12.2.1" + "@polkadot/x-ws" "^12.2.1" handlebars "^4.7.7" tslib "^2.5.0" - yargs "^17.7.1" + yargs "^17.7.2" -"@polkadot/types-augment@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-10.1.4.tgz#398ebd2c44ca39eca5a6be60af685be86d5e0de8" - integrity sha512-dWfTpxtHyvWXOrcGbKeEWWs57D3nHrxAUorV/K57KdyPJ/CZOZtxrWBDET4lCFk6v0xnL/cheU3gZa+k+3RggQ== +"@polkadot/types-augment@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-10.7.1.tgz#6d46001c67647385ecfb44fa5944fd9e56a15a99" + integrity sha512-8Yr3iNA9ZU6S0CdR6njM0hx4EBgsm5lZJtytQ8rSxfe8zYOLnh8lz9QLF+iyI+KNFAFwPwfgQ5QwO6zRd8WT+Q== dependencies: - "@polkadot/types" "10.1.4" - "@polkadot/types-codec" "10.1.4" - "@polkadot/util" "^11.1.1" + "@polkadot/types" "10.7.1" + "@polkadot/types-codec" "10.7.1" + "@polkadot/util" "^12.2.1" tslib "^2.5.0" -"@polkadot/types-codec@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-10.1.4.tgz#9ad20ba69224dabc7402e6de63d894b0c24f8ff0" - integrity sha512-/n1XUsYlVUkoFm3r/Jc8x6omTQix9xRXPM0fMIQQmEKICwMUkmGiJJQyPbwodIp7Rbq1E0MvBmVkgxx1TTURjw== +"@polkadot/types-codec@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-10.7.1.tgz#75854ef2bd7d0b9a4b21a529913afda55af8a64a" + integrity sha512-3VoR1JXFuwt3MQ+E7Vds0UsSRwytS9yo0GtgfP9Nmwt8neQE8JHEd/nAb4JrJFozr3bNRTj+A94wbYk/XB6VKA== dependencies: - "@polkadot/util" "^11.1.1" - "@polkadot/x-bigint" "^11.1.1" + "@polkadot/util" "^12.2.1" + "@polkadot/x-bigint" "^12.2.1" tslib "^2.5.0" -"@polkadot/types-create@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-10.1.4.tgz#6b5e803b183430694039e256e47aa4e105609d5f" - integrity sha512-0tG8o4AMWsTK80S3UybTw5Ix2zSAIU1rc4Se/HZvRjZApvAQ3K/Xj1JMT//Gsjp2DvsJ10+ukAp+bqKDVA7WGA== +"@polkadot/types-create@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-10.7.1.tgz#84e4b021592f62c16bd9a38d60055752efafa8be" + integrity sha512-DJM7Rog2H7XNbGB18s1PY14yfgRNTIZVzHJxkdkXg5eXDWNmrVbwJFKP8gc469cpND+gooDAJeZ5gToiJEb4Hw== dependencies: - "@polkadot/types-codec" "10.1.4" - "@polkadot/util" "^11.1.1" + "@polkadot/types-codec" "10.7.1" + "@polkadot/util" "^12.2.1" tslib "^2.5.0" -"@polkadot/types-known@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-10.1.4.tgz#fd7d64f4ea36fc8ca04b867e30ad66b65e138fc7" - integrity sha512-RVSubFjjiNiPvgx9XeyFPge0/Q7PAMzBa5HoSkl7j+CRFLanKrU0DPeMClx/GqftDGS/9pWiaXvTc0FxIVsj4Q== +"@polkadot/types-known@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-10.7.1.tgz#40d275d116458b93631c30192e9cb4d88aa363f3" + integrity sha512-4lff8uE6OcHsvhJYS6/feKnkDGnFd6jOSpi7d5WYDnxTpTbfvaS8UmZ1ZB9P3TjimrnnX+yV/pqFQV9TMA0bjA== dependencies: - "@polkadot/networks" "^11.1.1" - "@polkadot/types" "10.1.4" - "@polkadot/types-codec" "10.1.4" - "@polkadot/types-create" "10.1.4" - "@polkadot/util" "^11.1.1" + "@polkadot/networks" "^12.2.1" + "@polkadot/types" "10.7.1" + "@polkadot/types-codec" "10.7.1" + "@polkadot/types-create" "10.7.1" + "@polkadot/util" "^12.2.1" tslib "^2.5.0" -"@polkadot/types-support@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-10.1.4.tgz#ede3423751fa733f413272b326b2d62ec26c0bc3" - integrity sha512-03YoJ6TY9WCtQ1Ki3OsdR1O18ckDz+fux1uqXfC+yDv6A4h3bnNpohSBmRxlDVSkcINZMFQ3s4oSBy4zL9L1Ag== +"@polkadot/types-support@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-10.7.1.tgz#f88baac9f9976e1ca86974292af38e533aab3447" + integrity sha512-E7bJfqI9ajCsidRjHiIHTil6av+M+LVfiO9viPjA4PhMp6RIuH6jZ9xUZ6S6hM25zqDwnxtGjx3CPARAx6dwLg== dependencies: - "@polkadot/util" "^11.1.1" + "@polkadot/util" "^12.2.1" tslib "^2.5.0" -"@polkadot/types@10.1.4", "@polkadot/types@^10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-10.1.4.tgz#764ed1b86d9409dca28b29e78f6667069e072d2f" - integrity sha512-ituklPjRZnAdUyznQnAKsdPKohvpF34+9EbtOFBjZ7pmpRMsB6OCfwqexiIAef9iFhRoeEXflV5PIkoaYVPBBQ== - dependencies: - "@polkadot/keyring" "^11.1.1" - "@polkadot/types-augment" "10.1.4" - "@polkadot/types-codec" "10.1.4" - "@polkadot/types-create" "10.1.4" - "@polkadot/util" "^11.1.1" - "@polkadot/util-crypto" "^11.1.1" - rxjs "^7.8.0" +"@polkadot/types@10.7.1": + version "10.7.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-10.7.1.tgz#5c2874a718200a21ed4604fe311b40c3e4dad1d4" + integrity sha512-Bb1DiYya0jLVYjyvOeJppJJikj6v1XXyHsj1OpvKK/ErnIGX0Esj8UyakmKxvDf2y0fn4VabCwXviuUIZhUTFg== + dependencies: + "@polkadot/keyring" "^12.2.1" + "@polkadot/types-augment" "10.7.1" + "@polkadot/types-codec" "10.7.1" + "@polkadot/types-create" "10.7.1" + "@polkadot/util" "^12.2.1" + "@polkadot/util-crypto" "^12.2.1" + rxjs "^7.8.1" tslib "^2.5.0" -"@polkadot/util-crypto@12.6.2", "@polkadot/util-crypto@^11.1.1", "@polkadot/util-crypto@^12.2.1": +"@polkadot/util-crypto@12.6.2", "@polkadot/util-crypto@^12.2.1", "@polkadot/util-crypto@^12.6.2": version "12.6.2" resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-12.6.2.tgz#d2d51010e8e8ca88951b7d864add797dad18bbfc" integrity sha512-FEWI/dJ7wDMNN1WOzZAjQoIcCP/3vz3wvAp5QQm+lOrzOLj0iDmaIGIcBkz8HVm3ErfSe/uKP0KS4jgV/ib+Mg== @@ -3957,7 +3957,7 @@ "@scure/base" "^1.1.5" tslib "^2.6.2" -"@polkadot/util@12.6.2", "@polkadot/util@^11.1.1", "@polkadot/util@^12.2.1": +"@polkadot/util@12.6.2", "@polkadot/util@^12.2.1", "@polkadot/util@^12.6.2": version "12.6.2" resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-12.6.2.tgz#9396eff491221e1f0fd28feac55fc16ecd61a8dc" integrity sha512-l8TubR7CLEY47240uki0TQzFvtnxFIO7uI/0GoWzpYD/O62EIAMRsuY01N4DuwgKq2ZWD59WhzsLYmA5K6ksdw== @@ -4023,7 +4023,7 @@ dependencies: tslib "^2.6.2" -"@polkadot/x-bigint@12.6.2": +"@polkadot/x-bigint@12.6.2", "@polkadot/x-bigint@^12.2.1": version "12.6.2" resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-12.6.2.tgz#59b7a615f205ae65e1ac67194aefde94d3344580" integrity sha512-HSIk60uFPX4GOFZSnIF7VYJz7WZA7tpFJsne7SzxOooRwMTWEtw3fUpFy5cYYOeLh17/kHH1Y7SVcuxzVLc74Q== @@ -4031,15 +4031,7 @@ "@polkadot/x-global" "12.6.2" tslib "^2.6.2" -"@polkadot/x-bigint@^11.1.1": - version "11.1.3" - resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-11.1.3.tgz#37b09a12a9ed6df704e047e261f1b8b2ac978497" - integrity sha512-fRUUHfW9VFsXT7sLUUY7gSu8v+PvzNLRwvjnp+Ly8vFx9LTLuVGFCi+mpysuRTaPpqZZJlzBJ3fST7xTGh67Pg== - dependencies: - "@polkadot/x-global" "11.1.3" - tslib "^2.5.0" - -"@polkadot/x-fetch@^11.1.1", "@polkadot/x-fetch@^12.2.1": +"@polkadot/x-fetch@12.6.2", "@polkadot/x-fetch@^12.2.1": version "12.6.2" resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-12.6.2.tgz#b1bca028db90263bafbad2636c18d838d842d439" integrity sha512-8wM/Z9JJPWN1pzSpU7XxTI1ldj/AfC8hKioBlUahZ8gUiJaOF7K9XEFCrCDLis/A1BoOu7Ne6WMx/vsJJIbDWw== @@ -4048,7 +4040,7 @@ node-fetch "^3.3.2" tslib "^2.6.2" -"@polkadot/x-global@11.1.3", "@polkadot/x-global@12.6.2", "@polkadot/x-global@^11.1.1", "@polkadot/x-global@^12.2.1": +"@polkadot/x-global@12.6.2", "@polkadot/x-global@^12.2.1": version "12.6.2" resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-12.6.2.tgz#31d4de1c3d4c44e4be3219555a6d91091decc4ec" integrity sha512-a8d6m+PW98jmsYDtAWp88qS4dl8DyqUBsd0S+WgyfSMtpEXu6v9nXDgPZgwF5xdDvXhm+P0ZfVkVTnIGrScb5g== @@ -4079,7 +4071,7 @@ "@polkadot/x-global" "12.6.2" tslib "^2.6.2" -"@polkadot/x-ws@^11.1.1", "@polkadot/x-ws@^12.2.1": +"@polkadot/x-ws@12.6.2", "@polkadot/x-ws@^12.2.1": version "12.6.2" resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-12.6.2.tgz#b99094d8e53a03be1de903d13ba59adaaabc767a" integrity sha512-cGZWo7K5eRRQCRl2LrcyCYsrc3lRbTlixZh3AzgU8uX4wASVGRlNWi/Hf4TtHNe1ExCDmxabJzdIsABIfrr7xw== @@ -4264,14 +4256,14 @@ resolved "https://registry.yarnpkg.com/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz#fa5738039586c648013caa6a0c95c43265dbe77d" integrity sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg== -"@substrate/connect@0.7.21": - version "0.7.21" - resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.21.tgz#26bba45380d1b6df42a3bdd3843afc99126810ec" - integrity sha512-mn0SeWpNwvEY+hEoLunIg854cku1wMy6mgktxUGsdEH7m8u86LQ1hXwFC6gHbaRhG0KGMCblzY4askN4yf057w== +"@substrate/connect@0.7.26": + version "0.7.26" + resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.26.tgz#a0ee5180c9cb2f29250d1219a32f7b7e7dea1196" + integrity sha512-uuGSiroGuKWj1+38n1kY5HReer5iL9bRwPCzuoLtqAOmI1fGI0hsSI2LlNQMAbfRgr7VRHXOk5MTuQf5ulsFRw== dependencies: "@substrate/connect-extension-protocol" "^1.0.1" eventemitter3 "^4.0.7" - smoldot "1.0.0" + smoldot "1.0.4" "@substrate/ss58-registry@^1.44.0": version "1.46.0" @@ -10116,7 +10108,7 @@ eventemitter3@^4.0.7: resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== -eventemitter3@^5.0.0: +eventemitter3@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4" integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA== @@ -16371,10 +16363,10 @@ nock@^13.0.0: lodash.set "^4.3.2" propagate "^2.0.0" -nock@^13.3.0: - version "13.5.1" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.1.tgz#4e40f9877ad0d43b7cdb474261c190f3715dd806" - integrity sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q== +nock@^13.3.1: + version "13.5.4" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.4.tgz#8918f0addc70a63736170fef7106a9721e0dc479" + integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1" @@ -19502,7 +19494,7 @@ rx-lite@*, rx-lite@^4.0.8: resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444" integrity sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ= -rxjs@7.5.5, rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.6.0, rxjs@^6.6.3, rxjs@^7.2.0, rxjs@^7.4.0, rxjs@^7.5.5, rxjs@^7.8.0: +rxjs@7.5.5, rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.6.0, rxjs@^6.6.3, rxjs@^7.2.0, rxjs@^7.4.0, rxjs@^7.5.5, rxjs@^7.8.1: version "7.8.1" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== @@ -20009,10 +20001,10 @@ smart-buffer@^4.2.0: resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== -smoldot@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/smoldot/-/smoldot-1.0.0.tgz#438ddb9903fed28f24e52c4c0fb56f0b479209d7" - integrity sha512-3/y/poD7j42NL6Z/Gp4OLm1qx8svyy255XQ5xRkjv9+O50RT0SeEmnBZmEbVmi1w6WmamPjt8URdzfN7xxgK9Q== +smoldot@1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/smoldot/-/smoldot-1.0.4.tgz#e4c38cedad68d699a11b5b9ce72bb75c891bfd98" + integrity sha512-N3TazI1C4GGrseFH/piWyZCCCRJTRx2QhDfrUKRT4SzILlW5m8ayZ3QTKICcz1C/536T9cbHHJyP7afxI6Mi1A== dependencies: pako "^2.0.4" ws "^8.8.1" @@ -22806,7 +22798,7 @@ yargs@^17.0.0, yargs@^17.0.1, yargs@^17.3.1: y18n "^5.0.5" yargs-parser "^21.0.0" -yargs@^17.7.1, yargs@^17.7.2: +yargs@^17.7.2: version "17.7.2" resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== From c6b87a05675ac2d6e87226bd715b341228afe244 Mon Sep 17 00:00:00 2001 From: Mokhtar Naamani Date: Thu, 14 Mar 2024 09:55:17 +0400 Subject: [PATCH 3/3] Update some changelogs --- distributor-node/CHANGELOG.md | 4 ++++ query-node/CHANGELOG.md | 4 ++++ storage-node/CHANGELOG.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/distributor-node/CHANGELOG.md b/distributor-node/CHANGELOG.md index 7ad063384b..7464c466b6 100644 --- a/distributor-node/CHANGELOG.md +++ b/distributor-node/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.1.1 + +- Bump deps @polkadot/api v10.7.1 + ### 2.1.0 - Nara release. diff --git a/query-node/CHANGELOG.md b/query-node/CHANGELOG.md index 99e15118b7..81ae0820eb 100644 --- a/query-node/CHANGELOG.md +++ b/query-node/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.2.1 + +- Bump deps @polkadot/api v10.7.1 + ### 2.1.0 - Bump polkadot-js/api version bump, use newer hydra-typegen version diff --git a/storage-node/CHANGELOG.md b/storage-node/CHANGELOG.md index a0ba50c800..0314d63443 100644 --- a/storage-node/CHANGELOG.md +++ b/storage-node/CHANGELOG.md @@ -1,3 +1,7 @@ +### 4.1.1 + +- Bump deps @polkadot/api v10.7.1 + ### 4.1.0 - Nara release.