diff --git a/charts/polkadot-registrar-watcher/Chart.yaml b/charts/polkadot-registrar-watcher/Chart.yaml index b94ffb3..717bcf6 100644 --- a/charts/polkadot-registrar-watcher/Chart.yaml +++ b/charts/polkadot-registrar-watcher/Chart.yaml @@ -1,5 +1,5 @@ description: Polkadot Watcher name: polkadot-registrar-watcher -version: v0.3.28 -appVersion: v0.3.28 +version: v0.3.29 +appVersion: v0.3.29 apiVersion: v2 diff --git a/package.json b/package.json index 2d98f65..f54ed0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-registrar-watcher", - "version": "0.3.28", + "version": "0.3.29", "description": "Registrar", "repository": "git@github.com:w3f/polkadot-registrar-watcher.git", "author": "W3F Infrastructure Team ", diff --git a/yarn.lock b/yarn.lock index f5ea63a..3e74407 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,13 +23,20 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/runtime@^7.17.9", "@babel/runtime@^7.18.0": +"@babel/runtime@^7.17.9": version "7.18.0" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.0.tgz#6d77142a19cb6088f0af662af1ada37a604d34ae" integrity sha512-YMQvx/6nKEaucl0MY56mwIG483xk8SDNdlUwb2Ts6FUpr7fm85DxEmsY18LXBNhcTz6tO6JwZV8w1W06v8UKeg== dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.18.3": + version "7.18.3" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4" + integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug== + dependencies: + regenerator-runtime "^0.13.4" + "@colors/colors@1.5.0": version "1.5.0" resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" @@ -83,219 +90,219 @@ resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.5.5.tgz#315ab5745509d1a8c8e90d0bdf59823ccf9bcfc3" integrity sha512-sZ1W6gQzYnu45wPrWx8D3kwI2/U29VYTx9OjbDAd7jwRItJ0cSTMPRL/C8AWZFn9kWFLQGqEXVEE86w4Z8LpIQ== -"@polkadot/api-augment@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-8.5.1.tgz#e2935795ef4cc5708b1431c05effbeabd6f75101" - integrity sha512-KoyRK+fRIxZxlMzLgnHy/W394vtMroSfp3KTJ0MlW/qDsNNoHcfbx1zSCPnWPOu1mcAy5dAsQNK8wg1z5aYQcg== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/api-base" "8.5.1" - "@polkadot/rpc-augment" "8.5.1" - "@polkadot/types" "8.5.1" - "@polkadot/types-augment" "8.5.1" - "@polkadot/types-codec" "8.5.1" - "@polkadot/util" "^9.2.1" - -"@polkadot/api-base@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-8.5.1.tgz#5561ccfbb4d81ec2aa52212eb847ecaac0fcc736" - integrity sha512-RNbCP0KfG6BNNOD7AO/suQBzCEIY2iuiFOnTuKO1y2b8NfB/rPgxX/T+LNq8UGhLt4OClv3rP/uqG2fN9dLJVQ== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/rpc-core" "8.5.1" - "@polkadot/types" "8.5.1" - "@polkadot/util" "^9.2.1" +"@polkadot/api-augment@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-8.6.2.tgz#33f58f612583d9ddbe6ad6607765c947b063a5d0" + integrity sha512-4qz/0ukMpYTO0QjPufV4bB0cMmCFHYsrDNT23KXwus2mSkn19nRN01Nhf8JqVAAqK1cMXfioQmL3Lmpfke6L/w== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/api-base" "8.6.2" + "@polkadot/rpc-augment" "8.6.2" + "@polkadot/types" "8.6.2" + "@polkadot/types-augment" "8.6.2" + "@polkadot/types-codec" "8.6.2" + "@polkadot/util" "^9.3.1" + +"@polkadot/api-base@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-8.6.2.tgz#54ca8292662c896ef46ae3f33bf4efb053f36690" + integrity sha512-x3AKw0BJZNYuVTOo4Nkv0wzjk2sK5GKmdN7TA7CmST2SZ+2CRiFFVXb4vXjZRp9wyJJWCuRFX+JhIXwlzWQVoA== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/rpc-core" "8.6.2" + "@polkadot/types" "8.6.2" + "@polkadot/util" "^9.3.1" rxjs "^7.5.5" -"@polkadot/api-derive@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-8.5.1.tgz#c0b146b77120fdaa219b23c4ea500dca9e4ccf9b" - integrity sha512-NZutvKrF23YMod/W5/+XFa73EFQwgKQ0m5WQoEwhsPVSxvFviuYQuEafDabmai3iGFf9rvD+/ZWa3l+UfNJXvg== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/api" "8.5.1" - "@polkadot/api-augment" "8.5.1" - "@polkadot/api-base" "8.5.1" - "@polkadot/rpc-core" "8.5.1" - "@polkadot/types" "8.5.1" - "@polkadot/types-codec" "8.5.1" - "@polkadot/util" "^9.2.1" - "@polkadot/util-crypto" "^9.2.1" +"@polkadot/api-derive@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-8.6.2.tgz#14019905b2aad6839d57b679c9b7cd42b2faeea7" + integrity sha512-ts7DSIeNpH4OH18+mrjq3KObcfHOd6A7C3Ddo2NZv7WmVbUZ9PoJ41jUQZ51szbgILY748ewNlhVsfd/qdVnTg== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/api" "8.6.2" + "@polkadot/api-augment" "8.6.2" + "@polkadot/api-base" "8.6.2" + "@polkadot/rpc-core" "8.6.2" + "@polkadot/types" "8.6.2" + "@polkadot/types-codec" "8.6.2" + "@polkadot/util" "^9.3.1" + "@polkadot/util-crypto" "^9.3.1" rxjs "^7.5.5" -"@polkadot/api@8.5.1", "@polkadot/api@^8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-8.5.1.tgz#ebc6b70d1d3a74943118b2028242ad124c504280" - integrity sha512-t+t53OFEAyQDM+wSR6uTPAQdeUxhmE2Y4wv/W9S0u+XWeGCuuHp9l2vsyg4MKO3TnBmsf7B6+dHZiP2gFCjPVQ== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/api-augment" "8.5.1" - "@polkadot/api-base" "8.5.1" - "@polkadot/api-derive" "8.5.1" - "@polkadot/keyring" "^9.2.1" - "@polkadot/rpc-augment" "8.5.1" - "@polkadot/rpc-core" "8.5.1" - "@polkadot/rpc-provider" "8.5.1" - "@polkadot/types" "8.5.1" - "@polkadot/types-augment" "8.5.1" - "@polkadot/types-codec" "8.5.1" - "@polkadot/types-create" "8.5.1" - "@polkadot/types-known" "8.5.1" - "@polkadot/util" "^9.2.1" - "@polkadot/util-crypto" "^9.2.1" +"@polkadot/api@8.6.2", "@polkadot/api@^8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-8.6.2.tgz#058048e69f55646074b23936dbeb654ec4bbf641" + integrity sha512-dmgz9msxQG/K2ol7X0jlcZR1cPtw2qA9OhJ7GxGDc1t0WQiPtU/VRgZg4hBV2qR3n3V4fmbojQwPjBELzfhL+Q== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/api-augment" "8.6.2" + "@polkadot/api-base" "8.6.2" + "@polkadot/api-derive" "8.6.2" + "@polkadot/keyring" "^9.3.1" + "@polkadot/rpc-augment" "8.6.2" + "@polkadot/rpc-core" "8.6.2" + "@polkadot/rpc-provider" "8.6.2" + "@polkadot/types" "8.6.2" + "@polkadot/types-augment" "8.6.2" + "@polkadot/types-codec" "8.6.2" + "@polkadot/types-create" "8.6.2" + "@polkadot/types-known" "8.6.2" + "@polkadot/util" "^9.3.1" + "@polkadot/util-crypto" "^9.3.1" eventemitter3 "^4.0.7" rxjs "^7.5.5" -"@polkadot/keyring@^9.2.1": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-9.2.1.tgz#fecb189478d8f7e12ca413971691b5c7a887713a" - integrity sha512-6TxcVX5ABtqYb7aJmWdeCLWx11i6MoDX5pKbGqlCuLRzSKWRjgVpBEsKOfDBClBFuMJfTOgkmuyeXdBrGIsH4w== - dependencies: - "@babel/runtime" "^7.17.9" - "@polkadot/util" "9.2.1" - "@polkadot/util-crypto" "9.2.1" - -"@polkadot/networks@9.2.1", "@polkadot/networks@^9.2.1": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-9.2.1.tgz#9f844a00a9f249dc697d3f85c5847fe9b2003f0a" - integrity sha512-uewpJBJWdl5r78FQT9qTeABbUB6RWxk4BoMq27ZKt4B+0riiXJYBVOCnsYqK8vhUq19pgk8XBXuxltVQQ+wGgQ== - dependencies: - "@babel/runtime" "^7.17.9" - "@polkadot/util" "9.2.1" - "@substrate/ss58-registry" "^1.18.0" - -"@polkadot/rpc-augment@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-8.5.1.tgz#8cedfdf4ac25d6d6b0dc024da3c8fbb84cb2281a" - integrity sha512-VjKqJ1750bKcRCoW6ezm+CkriB+6OLBqmPtNqp+NMfdd3RxGk/knIWU2bzY6dzt35+loXz1m+eOO/pnbLS5t2g== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/rpc-core" "8.5.1" - "@polkadot/types" "8.5.1" - "@polkadot/types-codec" "8.5.1" - "@polkadot/util" "^9.2.1" - -"@polkadot/rpc-core@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-8.5.1.tgz#f5321b51051d550317e13a5ace1e92a0dc3da3ec" - integrity sha512-1cGbGrGa+NDPENBEXXGJRVGAhjOiv6BN5Nv+MhKL89ntgMq3NMIGnrtTpVtTNPuI5vkEWvnOxeYY8ofcMv5D7A== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/rpc-augment" "8.5.1" - "@polkadot/rpc-provider" "8.5.1" - "@polkadot/types" "8.5.1" - "@polkadot/util" "^9.2.1" +"@polkadot/keyring@^9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-9.3.1.tgz#bc90c4ef4c7a46cc92df3e3651cf95ebc1b9c20d" + integrity sha512-eoBWRhCzvcVHfpxJlmbKpe8HYjHRc1nkqPR8bnIEb+N8DyN38O7zOHVmy14VOGba1p/+nShULSEVLdfoCD5l3Q== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/util" "9.3.1" + "@polkadot/util-crypto" "9.3.1" + +"@polkadot/networks@9.3.1", "@polkadot/networks@^9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-9.3.1.tgz#1290a21ff86e0b8021b98454c4b61b7ef9bf55d8" + integrity sha512-7OUvO5hqXIeijlhTqhFy84lJzA7LRh6In2AbfOUHK6ES1np53Hcas+yEMC2EFNOdBYEsSjnfCjnp4Wd5t7LIHQ== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/util" "9.3.1" + "@substrate/ss58-registry" "^1.20.0" + +"@polkadot/rpc-augment@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-8.6.2.tgz#365c53a1789fb8f2b03e47d0a1660e28e28d03e5" + integrity sha512-1iUFTpkegFK6xRYohI0xN/tR6tIttfwwlP4FxlqkXhdeqd2aJx+KUkhsefK2yANfsnRl1//VGPfAMyQuePZAzg== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/rpc-core" "8.6.2" + "@polkadot/types" "8.6.2" + "@polkadot/types-codec" "8.6.2" + "@polkadot/util" "^9.3.1" + +"@polkadot/rpc-core@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-8.6.2.tgz#6072ec27f01c8a6024517b99c8d3295d7d492a85" + integrity sha512-AJjzjgnKA3BZgYb3+eqECfIV/mBKH3xO0yn4fhf9O3vgUzJZgEr7JgGMyH0jxnBIAUp84VKlloRDwtRSElCa9A== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/rpc-augment" "8.6.2" + "@polkadot/rpc-provider" "8.6.2" + "@polkadot/types" "8.6.2" + "@polkadot/util" "^9.3.1" rxjs "^7.5.5" -"@polkadot/rpc-provider@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-8.5.1.tgz#a07ec3c07d9ee1aab3fc5fb927dc4708513a2732" - integrity sha512-NUkY4+A0coSzmjkxOeRkxmS4ZtPO1R6N4RWsXoUZnNUpt3fHZt9qhZ7wd25VESaLEL3G646jC7svRTc8JTLJJA== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/keyring" "^9.2.1" - "@polkadot/types" "8.5.1" - "@polkadot/types-support" "8.5.1" - "@polkadot/util" "^9.2.1" - "@polkadot/util-crypto" "^9.2.1" - "@polkadot/x-fetch" "^9.2.1" - "@polkadot/x-global" "^9.2.1" - "@polkadot/x-ws" "^9.2.1" +"@polkadot/rpc-provider@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-8.6.2.tgz#266e7ea7a9e233f33bf3aac2f7e0a3da76f9e98a" + integrity sha512-hUu4Jk3aVJd3Rqag3KkrUoEJqZh+RoppVWYYBUbWltmVv7rz0JJSYs6r+O7vKpEUqJk3Xfiy6tcKU7ajDTRCLw== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/keyring" "^9.3.1" + "@polkadot/types" "8.6.2" + "@polkadot/types-support" "8.6.2" + "@polkadot/util" "^9.3.1" + "@polkadot/util-crypto" "^9.3.1" + "@polkadot/x-fetch" "^9.3.1" + "@polkadot/x-global" "^9.3.1" + "@polkadot/x-ws" "^9.3.1" "@substrate/connect" "0.7.5" eventemitter3 "^4.0.7" - mock-socket "^9.1.3" + mock-socket "^9.1.4" nock "^13.2.4" -"@polkadot/types-augment@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-8.5.1.tgz#e0a9c0e1fd5ba224c4eb81c212d247ed34cf094e" - integrity sha512-FMCb7Ro4czmnR/bZ8Ra1wYDf7WXMpgBDp2atew4eEQiny6jNxIz1mSZNGsnkqvwi/Cj70nq0GmnL6cUT2kqJwA== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/types" "8.5.1" - "@polkadot/types-codec" "8.5.1" - "@polkadot/util" "^9.2.1" - -"@polkadot/types-codec@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-8.5.1.tgz#cb7f3ca360feb49c1e4d8ce432aa7df20ecc2f32" - integrity sha512-pbWKvgbCrBSVQnv/UIKFSWKHaYWMv3sWcHX30lI2C97C0kHnIu94oXmz137u9/PjXOKgghlaiIiJw/dVGqDE1w== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/util" "^9.2.1" - -"@polkadot/types-create@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-8.5.1.tgz#3cfa956d7918eb299b218faded233e231031e1e1" - integrity sha512-25PKUs2muOtk1IShnab5ciOhuG9COSrN0/Ivru/gBdnPE6BJtutmOjtDL8+xcQPdc7AoCopO+7MuSTOvGyktqQ== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/types-codec" "8.5.1" - "@polkadot/util" "^9.2.1" - -"@polkadot/types-known@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-8.5.1.tgz#d95356dac6d1811d9fea7aaaee532392c270874a" - integrity sha512-lnwhcQbzToqUPn2CZ2/T8wq6J/+AjTesi5NdI+mFmklV+7zxJepCOA2OE/rJMJLstpOPaAINKuNgcsjId8gBsA== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/networks" "^9.2.1" - "@polkadot/types" "8.5.1" - "@polkadot/types-codec" "8.5.1" - "@polkadot/types-create" "8.5.1" - "@polkadot/util" "^9.2.1" - -"@polkadot/types-support@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-8.5.1.tgz#54914cfc101a9f7a6b690f53e88308c724d7915e" - integrity sha512-FDnwuXnCQBROB+K0xQ8brEY0No64e8EgzxsCA6BLGIuCxb3s1vszMcTH3y1cvjbc0ROtSN1hT2lPJ/lY+erJwg== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/util" "^9.2.1" - -"@polkadot/types@8.5.1": - version "8.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-8.5.1.tgz#4e7126b3189f90a81e069d13ef1a7192573cc8ba" - integrity sha512-WQpcGEeZJsnCpEI6UdDLR8XY28+rg8LEvz7i6EUXdZyYyfa5m8kODpGnqgXd4BCGst5XHrBNn0D3NW7BHU+ZKQ== - dependencies: - "@babel/runtime" "^7.18.0" - "@polkadot/keyring" "^9.2.1" - "@polkadot/types-augment" "8.5.1" - "@polkadot/types-codec" "8.5.1" - "@polkadot/types-create" "8.5.1" - "@polkadot/util" "^9.2.1" - "@polkadot/util-crypto" "^9.2.1" +"@polkadot/types-augment@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-8.6.2.tgz#60392a09c842e32d429bcef08582cb6b5894889a" + integrity sha512-pY0siJ+2Jba4Vp0z7iif02pvkFZksWvCfmO19OH3lnY176mFwCJGnqvg8V1HIKAwbYZ3g4N2OSoWhB8zyKF63w== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/types" "8.6.2" + "@polkadot/types-codec" "8.6.2" + "@polkadot/util" "^9.3.1" + +"@polkadot/types-codec@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-8.6.2.tgz#1cbfe1c44b4c2a67a8e3cff20b561940a731c4b6" + integrity sha512-A8be8y0Spu/lgKH0cif+vTXOTHzRkavrQNCH0oJ2uhdLpWUiwjLWFd6i7C/Nha1TxxECFTa0GzgM7l+uYVRRNQ== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/util" "^9.3.1" + +"@polkadot/types-create@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-8.6.2.tgz#92c8bb7aac8f22731b467ba80e5decaf00239d40" + integrity sha512-4amHTHOXDmHVf3DJENoBpTJ9a+O7dyBkRdehrFOBf84qQAA9DfvkoGjiVehDd+Txce7WnOyC8Ugo2Th3jhY+6A== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/types-codec" "8.6.2" + "@polkadot/util" "^9.3.1" + +"@polkadot/types-known@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-8.6.2.tgz#6172bf20719d659fc5e968226ece0de029b84ee1" + integrity sha512-R8AazycMaOE49+AfjHJ+w+L10RB6wdjprIu0H6UU3oxKWR4fSvYFaEfuscAU7cywzfLnWAbB3wXTJzf2hCbcXg== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/networks" "^9.3.1" + "@polkadot/types" "8.6.2" + "@polkadot/types-codec" "8.6.2" + "@polkadot/types-create" "8.6.2" + "@polkadot/util" "^9.3.1" + +"@polkadot/types-support@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-8.6.2.tgz#0f099eed3725c8904012fdf7432f82ada8ab567c" + integrity sha512-z54SOCtIeCoK6DmEKvT7+c3sJl/ek4XpA8EQHcJ5mWl0GrR8iv5pliuqltcJuBG54YQxxgUKg1JJEtnFfcWkRA== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/util" "^9.3.1" + +"@polkadot/types@8.6.2": + version "8.6.2" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-8.6.2.tgz#4a0aad232a21b2c7465d4825e52b0565f0cc3b1d" + integrity sha512-T35bTk0HojZPJGiJw5t1GFZhg+LU1S1xkZ4EmhxlxjK31dVJVVzwgafdp/fMaSWUKmr32X9mvxVIErtUtUUQ+A== + dependencies: + "@babel/runtime" "^7.18.3" + "@polkadot/keyring" "^9.3.1" + "@polkadot/types-augment" "8.6.2" + "@polkadot/types-codec" "8.6.2" + "@polkadot/types-create" "8.6.2" + "@polkadot/util" "^9.3.1" + "@polkadot/util-crypto" "^9.3.1" rxjs "^7.5.5" -"@polkadot/util-crypto@9.2.1", "@polkadot/util-crypto@^9.2.1": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-9.2.1.tgz#933f64cf203ac1d17ef28e91a58cc306d9784608" - integrity sha512-vAao00qNq6zv5UbDCn5+TN4DlWtYdru2gJBGroxzLHH6JzxWrCPGu3iDW+o3CE8v4XJGI42W4nDDGjdxyzVN7Q== +"@polkadot/util-crypto@9.3.1", "@polkadot/util-crypto@^9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-9.3.1.tgz#9595c7dc6744ab4cd78eade574a2ab1741fc4768" + integrity sha512-4Vd/FDMLhw9ceUVbBeafjvroHqWN2y85oydhiSN8WCr57ezsaknNPagovEGpUcUAWcrnRDngsxHRWmUmghEF6A== dependencies: - "@babel/runtime" "^7.17.9" + "@babel/runtime" "^7.18.3" "@noble/hashes" "1.0.0" "@noble/secp256k1" "1.5.5" - "@polkadot/networks" "9.2.1" - "@polkadot/util" "9.2.1" + "@polkadot/networks" "9.3.1" + "@polkadot/util" "9.3.1" "@polkadot/wasm-crypto" "^6.1.1" - "@polkadot/x-bigint" "9.2.1" - "@polkadot/x-randomvalues" "9.2.1" + "@polkadot/x-bigint" "9.3.1" + "@polkadot/x-randomvalues" "9.3.1" "@scure/base" "1.0.0" ed2curve "^0.3.0" tweetnacl "^1.0.3" -"@polkadot/util@9.2.1", "@polkadot/util@^9.2.1": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-9.2.1.tgz#cf1af36418ea6f351cceaac747162707c6a00a36" - integrity sha512-6B+NWfibxKNlWv67dJygjxZsNtjp9nERYZ+EaulOST9/KrnGLyKEh5ZRxP9lTSXeo+kuZhEfQFl3VQk13xgmJg== +"@polkadot/util@9.3.1", "@polkadot/util@^9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-9.3.1.tgz#cae1bc0b8e68450a3f0c0a0c636f9f82e524549c" + integrity sha512-WVsihsFMhM0eLylP5LybNh5opD3nzYBdPEIuHf5IiGbhk0pVQEWE3mqcR2fSvSDv3ArQG5KE5cq26JZDVunZlw== dependencies: - "@babel/runtime" "^7.17.9" - "@polkadot/x-bigint" "9.2.1" - "@polkadot/x-global" "9.2.1" - "@polkadot/x-textdecoder" "9.2.1" - "@polkadot/x-textencoder" "9.2.1" + "@babel/runtime" "^7.18.3" + "@polkadot/x-bigint" "9.3.1" + "@polkadot/x-global" "9.3.1" + "@polkadot/x-textdecoder" "9.3.1" + "@polkadot/x-textencoder" "9.3.1" "@types/bn.js" "^5.1.0" - bn.js "^5.2.0" + bn.js "^5.2.1" ip-regex "^4.3.0" "@polkadot/wasm-bridge@6.1.1": @@ -349,62 +356,62 @@ dependencies: "@babel/runtime" "^7.17.9" -"@polkadot/x-bigint@9.2.1": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-9.2.1.tgz#78efd6058277ad95fda7470283399f2e4c76be8d" - integrity sha512-R1PJHVu8NqWyaUrMrGSr2reGCVNdSxKFbJr6M7Fli5UWewjoLue1CuG1Mv0fjb6+ko1XcTjFmdNpfOs3L0PYbQ== +"@polkadot/x-bigint@9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-9.3.1.tgz#d83b2c6cce1bb859954764d465c27316c0f9a2ca" + integrity sha512-eBukzcqxLwAbCNZzfcLhgTtgjOlNVRnS8SETun1ChMzLG7Ytm65qx8wleIpeYQ/vDIT07pA1sDmw+4Bhg+5ALw== dependencies: - "@babel/runtime" "^7.17.9" - "@polkadot/x-global" "9.2.1" + "@babel/runtime" "^7.18.3" + "@polkadot/x-global" "9.3.1" -"@polkadot/x-fetch@^9.2.1": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-9.2.1.tgz#c0131c193b54e65931de0819d9e859b47ba22c2b" - integrity sha512-tU/q6ZwnQDy41mE+kNgJYnMlRDjBKNA+xctlzQKjMyeTrvzmUS7LmK5Z3kHHhgs1kleLtDe5xT116OOhoIuyHg== +"@polkadot/x-fetch@^9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-9.3.1.tgz#9d6e878abd6f2309414beecded6b8aad70bb3109" + integrity sha512-ypWxDxJ0Lq2enRf1+XcHBNRNxm1UFcrYJbsrGZkaP+AOZdPQLWrFB/JigSXTXOS3KnuxWecqLwiFOHis4GicXg== dependencies: - "@babel/runtime" "^7.17.9" - "@polkadot/x-global" "9.2.1" + "@babel/runtime" "^7.18.3" + "@polkadot/x-global" "9.3.1" "@types/node-fetch" "^2.6.1" node-fetch "^2.6.7" -"@polkadot/x-global@9.2.1", "@polkadot/x-global@^9.2.1": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-9.2.1.tgz#470efdf6715f87bddddd365e5c2fc10da7fa266d" - integrity sha512-t1zXdfrFIt83Be1i7uQuj2JRgvdxMxPBVXhCycpAV0eApeThXh8irBSxzw6QisDdPBnC+yX/kIlXuQAHUmr/7g== +"@polkadot/x-global@9.3.1", "@polkadot/x-global@^9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-9.3.1.tgz#0bae8c93178f5616a93714f4abd98cd5199ec2a7" + integrity sha512-D/6wtyaZNDMIJ73fEoZbeDyULs1rBZc/pfLlSczo9efthOheZTY6KUIvPPrZFGd0b817j5Kex3ABcx7uYgWOjw== dependencies: - "@babel/runtime" "^7.17.9" + "@babel/runtime" "^7.18.3" -"@polkadot/x-randomvalues@9.2.1": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-9.2.1.tgz#04dbd5928dc5bd94f5fa16260df663d57c851998" - integrity sha512-gxR2vx5ThRjQ5lJovLneRKaWJxlNHSHcWhozLiUKTr2UePs0rljAqQ68nQ57jq1B17CQra7PWYxosfcKyKaAUg== +"@polkadot/x-randomvalues@9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-9.3.1.tgz#cc2af3dbbd0cd81da0b9cc39d03d43ab24fca946" + integrity sha512-3X9aIKXweeZXAmwUsJIEwssHKVNxDbGH3A4IkqzUcxne7QyODjLSwAD84n6mDSye00gnqk6L0rb/IwF2Vf+PqA== dependencies: - "@babel/runtime" "^7.17.9" - "@polkadot/x-global" "9.2.1" + "@babel/runtime" "^7.18.3" + "@polkadot/x-global" "9.3.1" -"@polkadot/x-textdecoder@9.2.1": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-9.2.1.tgz#e83c25bd52f62cf680439d96d71d9d1f37224257" - integrity sha512-n9ejoDUnX935zfxgJMcOpvJaifRKniPEKKmCWUazv9IEygB16bXRQ+Ecg8KYKtpmxTVQwj6lW4QOf4d4LGIdqA== +"@polkadot/x-textdecoder@9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-9.3.1.tgz#e449fb2adadbbf4e3e0ff95da969e634829fe07e" + integrity sha512-YJgcVUYvuGOkRcBVKTmE6ZXB7VpzMmhCy+DfHDijbnuRDywK0uM8zwXK7hCuPLwfZ8iLX/APpzM5ryNaleiIiA== dependencies: - "@babel/runtime" "^7.17.9" - "@polkadot/x-global" "9.2.1" + "@babel/runtime" "^7.18.3" + "@polkadot/x-global" "9.3.1" -"@polkadot/x-textencoder@9.2.1": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-9.2.1.tgz#b00363d1afa0cdd928e2869b7df7b3d92a7610fd" - integrity sha512-VBCdK9vieYqbH7B4ceiahuW1bOvgETdaz9Ur4QtZLA2YUO7YB+mPuiySO4mU6hx97mV9PSJLHyyOs7oGCsbDBg== +"@polkadot/x-textencoder@9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-9.3.1.tgz#537f014f9fd7c22238b336d159d2cbaa6003aba2" + integrity sha512-f0hnI5iV/JmwJGPzKAeJ4R9ojuFJWbIM9NIg+Q53Fg6PmJUpY2xQVh1BjzSwRy+lFy0ubfB7Fw9A8KBkDYxCSw== dependencies: - "@babel/runtime" "^7.17.9" - "@polkadot/x-global" "9.2.1" + "@babel/runtime" "^7.18.3" + "@polkadot/x-global" "9.3.1" -"@polkadot/x-ws@^9.2.1": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-9.2.1.tgz#3c5c34cad5f8a939813e83abcdc350c55a280b43" - integrity sha512-/71fhf2AVW34xbw5LJUjpDKAB2DUfxMWNZFAQqMG46RiP4V9lQe6t3+ZYzTBufGOvyKbhYABvz5CnQBbA8mUYQ== +"@polkadot/x-ws@^9.3.1": + version "9.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-9.3.1.tgz#c30194a2d421b919d310668af97ee650a03e43d2" + integrity sha512-9WoahcxygKcA7RWOeijW5Kzw6QG7QDc0MPFmygiNMuOqVeEP54c4Yrw1DirZnmRbedhms/OieskPDX4JvxlFmg== dependencies: - "@babel/runtime" "^7.17.9" - "@polkadot/x-global" "9.2.1" + "@babel/runtime" "^7.18.3" + "@polkadot/x-global" "9.3.1" "@types/websocket" "^1.0.5" websocket "^1.0.34" @@ -470,10 +477,10 @@ pako "^2.0.4" websocket "^1.0.32" -"@substrate/ss58-registry@^1.18.0": - version "1.18.0" - resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.18.0.tgz#0744480e880ae8e557327557a2a7fc95577292ec" - integrity sha512-nAA1qsorxgdDnx5ie/FL90nM2riTNn72wIq8jtWsR8trsk1uTIHJgQQjEgviFCtMg4Ws9bEjo8DkWBgVGdPFmw== +"@substrate/ss58-registry@^1.20.0": + version "1.22.0" + resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.22.0.tgz#d115bc5dcab8c0f5800e05e4ef265949042b13ec" + integrity sha512-IKqrPY0B3AeIXEc5/JGgEhPZLy+SmVyQf+k0SIGcNSTqt1GLI3gQFEOFwSScJdem+iYZQUrn6YPPxC3TpdSC3A== "@szmarczak/http-timer@^4.0.0": version "4.0.6" @@ -856,10 +863,10 @@ bintrees@1.0.1: resolved "https://registry.yarnpkg.com/bintrees/-/bintrees-1.0.1.tgz#0e655c9b9c2435eaab68bf4027226d2b55a34524" integrity sha1-DmVcm5wkNeqraL9AJyJtK1WjRSQ= -bn.js@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002" - integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw== +bn.js@^5.2.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70" + integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ== body-parser@1.20.0: version "1.20.0" @@ -2122,10 +2129,10 @@ mocha@^9.2.0: yargs-parser "20.2.4" yargs-unparser "2.0.0" -mock-socket@^9.1.3: - version "9.1.3" - resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.1.3.tgz#bcb106c6b345001fa7619466fcf2f8f5a156b10f" - integrity sha512-uz8lx8c5wuJYJ21f5UtovqpV0+KJuVwE7cVOLNhrl2QW/CvmstOLRfjXnLSbfFHZtJtiaSGQu0oCJA8SmRcK6A== +mock-socket@^9.1.4: + version "9.1.4" + resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.1.4.tgz#9295cb9c95d3b2730a7bc067008f055635d8fc75" + integrity sha512-zc7jF8FId8pD9ojxWLcXrv4c2nEFOb6o8giPb45yQ6BfQX1tWuUktHNFSiy+KBt0VhYtHNt5MFIzclt0LIynEA== ms@2.0.0: version "2.0.0"