From a47c56bf5a2f8508d8dec49d6ff401016cefcbcd Mon Sep 17 00:00:00 2001 From: Sam Hellawell Date: Fri, 16 Feb 2024 20:54:13 +0000 Subject: [PATCH 1/2] Upgrade Polkadot API Signed-off-by: Sam Hellawell --- package.json | 7 +- yarn.lock | 442 +++++++++++++++++++++++---------------------------- 2 files changed, 198 insertions(+), 251 deletions(-) diff --git a/package.json b/package.json index fc00d605b..e913f052f 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,6 @@ "@comunica/actor-init-sparql-rdfjs": "^1.22.3", "@comunica/types": "^1.0.0", "@docknetwork/crypto-wasm": "^0.22.0", - "@polkadot/x-bigint": "10.1.11", - "@polkadot/x-bundle": "10.1.11", - "@polkadot/x-global": "10.1.11", "@rollup/plugin-alias": "^4.0.2", "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-json": "^4.1.0", @@ -97,14 +94,14 @@ "type-check": "tsc --allowJs --checkJs --noEmit --moduleResolution node --resolveJsonModule --target ES6 --skipLibCheck true --allowSyntheticDefaultImports true" }, "resolutions": { - "@polkadot/api": "9.7.1" + "@polkadot/api": "9.11.1" }, "dependencies": { "@digitalbazaar/vc-status-list": "^4.0.0", "@docknetwork/crypto-wasm-ts": "0.48.0", "@docknetwork/node-types": "^0.17.0", "@juanelas/base64": "^1.0.5", - "@polkadot/api": "9.7.1", + "@polkadot/api": "9.11.1", "@transmute/json-web-signature": "^0.7.0-unstable.80", "base64url": "3.0.1", "blake2b": "2.1.4", diff --git a/yarn.lock b/yarn.lock index 3655fb541..80717daf1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -983,20 +983,27 @@ resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== -"@babel/runtime@^7.19.4", "@babel/runtime@^7.8.4": - version "7.20.1" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9" - integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg== - dependencies: - regenerator-runtime "^0.13.10" - -"@babel/runtime@^7.20.1", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.6": +"@babel/runtime@^7.20.13", "@babel/runtime@^7.20.6": version "7.23.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885" integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg== dependencies: regenerator-runtime "^0.14.0" +"@babel/runtime@^7.20.7": + version "7.23.9" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7" + integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw== + dependencies: + regenerator-runtime "^0.14.0" + +"@babel/runtime@^7.8.4": + version "7.20.1" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9" + integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg== + dependencies: + regenerator-runtime "^0.13.10" + "@babel/template@^7.22.5", "@babel/template@^7.4.0": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec" @@ -3199,70 +3206,70 @@ tslib "^2.5.0" webcrypto-core "^1.7.7" -"@polkadot/api-augment@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-9.7.1.tgz#4c42ca16fe7849279b00719f2b239dfd7b78f7a2" - integrity sha512-L7GmeQBik6VotUNT9CA3HXHRXt2UHfvd4S79V5CIBXN9gBFOW9GIbyo63KRuddVH1By1TZDmcdr/K3wfMuEdVg== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/api-base" "9.7.1" - "@polkadot/rpc-augment" "9.7.1" - "@polkadot/types" "9.7.1" - "@polkadot/types-augment" "9.7.1" - "@polkadot/types-codec" "9.7.1" - "@polkadot/util" "^10.1.11" - -"@polkadot/api-base@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-9.7.1.tgz#12b8cae37342d8fbfc90b0b48c199b1f6127098a" - integrity sha512-pKZIInAFpnPEZrtMUbVztTPHRWQ4guMYXovPWWG28c+mtLDEcJTrul5WYeDZ7hsG6WRvF0RadLrnI2bdRelzVw== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/rpc-core" "9.7.1" - "@polkadot/types" "9.7.1" - "@polkadot/util" "^10.1.11" - rxjs "^7.5.7" - -"@polkadot/api-derive@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-9.7.1.tgz#ac9f03404e75a7f97b7233ac9fb9598fe9fb6140" - integrity sha512-kBH1qMGDfopnhobLQnGArCbXsoemUQcJAbU2TJCpkwlp//HJrrfG90Tud+oFX8bvRKRqaZzhQF+UdVqilfEvJQ== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/api" "9.7.1" - "@polkadot/api-augment" "9.7.1" - "@polkadot/api-base" "9.7.1" - "@polkadot/rpc-core" "9.7.1" - "@polkadot/types" "9.7.1" - "@polkadot/types-codec" "9.7.1" - "@polkadot/util" "^10.1.11" - "@polkadot/util-crypto" "^10.1.11" - rxjs "^7.5.7" - -"@polkadot/api@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-9.7.1.tgz#b374b89f8f6f19c4c084f9450433cdfd6f72c388" - integrity sha512-hTOJqG5bAv8b276SuK22tJAJATg/DnaB25AiImQt365EHObQDWlaG9mC/U0SY6RQi1tAS9orRrEA1lOhHybbZA== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/api-augment" "9.7.1" - "@polkadot/api-base" "9.7.1" - "@polkadot/api-derive" "9.7.1" - "@polkadot/keyring" "^10.1.11" - "@polkadot/rpc-augment" "9.7.1" - "@polkadot/rpc-core" "9.7.1" - "@polkadot/rpc-provider" "9.7.1" - "@polkadot/types" "9.7.1" - "@polkadot/types-augment" "9.7.1" - "@polkadot/types-codec" "9.7.1" - "@polkadot/types-create" "9.7.1" - "@polkadot/types-known" "9.7.1" - "@polkadot/util" "^10.1.11" - "@polkadot/util-crypto" "^10.1.11" +"@polkadot/api-augment@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-9.11.1.tgz#1d1fff15e256f5a5c80047db9b56e839c7af0515" + integrity sha512-heQFPjliNAOPNkHu01Fm+8i8aNynL7JUfHrfkbb1zTFAW6dN2x3SfrsaV7UpzJCK2/aghY9LOpayehZvFSy3og== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/api-base" "9.11.1" + "@polkadot/rpc-augment" "9.11.1" + "@polkadot/types" "9.11.1" + "@polkadot/types-augment" "9.11.1" + "@polkadot/types-codec" "9.11.1" + "@polkadot/util" "^10.2.3" + +"@polkadot/api-base@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-9.11.1.tgz#f9240200a736c929e9b99d8e735c67bc21c175d9" + integrity sha512-4z4ttJKD3mPD/khPjr3CtolxtV+gbXJtSJLMMFIoNkLd3TnC7cqzerWJoLnQatPQMWgyH9byXGqnAgYaJlOiiQ== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/rpc-core" "9.11.1" + "@polkadot/types" "9.11.1" + "@polkadot/util" "^10.2.3" + rxjs "^7.8.0" + +"@polkadot/api-derive@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-9.11.1.tgz#c03f0668d9d4fe3a3b5bf3c6a329cb83b427fd30" + integrity sha512-xQRNBvciqEgW3TB3XJlYkL8NgoUEI/fYlEVIbkm+CjS5+M/p+GFm+Reog0rwSIip8JeGL5OTOQVOt4GL99rb2A== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/api" "9.11.1" + "@polkadot/api-augment" "9.11.1" + "@polkadot/api-base" "9.11.1" + "@polkadot/rpc-core" "9.11.1" + "@polkadot/types" "9.11.1" + "@polkadot/types-codec" "9.11.1" + "@polkadot/util" "^10.2.3" + "@polkadot/util-crypto" "^10.2.3" + rxjs "^7.8.0" + +"@polkadot/api@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-9.11.1.tgz#e39353e70c10baf3af70798e1cecfee4126c766d" + integrity sha512-g1xpXpwtxQ1nlvESmolxVqXQmRq6FbGrVZmhA9w4EvkEV1PXUbngz/yCJi52RlGeYNRhv6d7SwvlWLHm80Fu9Q== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/api-augment" "9.11.1" + "@polkadot/api-base" "9.11.1" + "@polkadot/api-derive" "9.11.1" + "@polkadot/keyring" "^10.2.3" + "@polkadot/rpc-augment" "9.11.1" + "@polkadot/rpc-core" "9.11.1" + "@polkadot/rpc-provider" "9.11.1" + "@polkadot/types" "9.11.1" + "@polkadot/types-augment" "9.11.1" + "@polkadot/types-codec" "9.11.1" + "@polkadot/types-create" "9.11.1" + "@polkadot/types-known" "9.11.1" + "@polkadot/util" "^10.2.3" + "@polkadot/util-crypto" "^10.2.3" eventemitter3 "^4.0.7" - rxjs "^7.5.7" + rxjs "^7.8.0" -"@polkadot/keyring@^10.1.11": +"@polkadot/keyring@^10.2.3": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-10.4.2.tgz#793377fdb9076df0af771df11388faa6be03c70d" integrity sha512-7iHhJuXaHrRTG6cJDbZE9G+c1ts1dujp0qbO4RfAPmT7YUvphHvAtCKueN9UKPz5+TYDL+rP/jDEaSKU8jl/qQ== @@ -3271,7 +3278,7 @@ "@polkadot/util" "10.4.2" "@polkadot/util-crypto" "10.4.2" -"@polkadot/networks@10.4.2", "@polkadot/networks@^10.1.11": +"@polkadot/networks@10.4.2", "@polkadot/networks@^10.2.3": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-10.4.2.tgz#d7878c6aad8173c800a21140bfe5459261724456" integrity sha512-FAh/znrEvWBiA/LbcT5GXHsCFUl//y9KqxLghSr/CreAmAergiJNT0MVUezC7Y36nkATgmsr4ylFwIxhVtuuCw== @@ -3280,111 +3287,112 @@ "@polkadot/util" "10.4.2" "@substrate/ss58-registry" "^1.38.0" -"@polkadot/rpc-augment@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-9.7.1.tgz#a7304bd68bb29d05185a1d987cc971e4cd529539" - integrity sha512-4D16cOECkkMIjjOloDVPcLTpBlZhKV4mPnZX77MGaPdYEcWV8oDAZ0c4GvJhbXPAZZdfeJ0PG8uW48aaLiGLvA== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/rpc-core" "9.7.1" - "@polkadot/types" "9.7.1" - "@polkadot/types-codec" "9.7.1" - "@polkadot/util" "^10.1.11" - -"@polkadot/rpc-core@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-9.7.1.tgz#3ee3d866e5905fdc3b2b3ad35aeec156fc10850a" - integrity sha512-vHCGdUJp3XRKvYBMoCER61/TmO3AbVxzGnSVT8+4b8u5Lctp76v5KRdpZcJGgrTisGr4CoI/yCKgznb+0nl5wg== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/rpc-augment" "9.7.1" - "@polkadot/rpc-provider" "9.7.1" - "@polkadot/types" "9.7.1" - "@polkadot/util" "^10.1.11" - rxjs "^7.5.7" - -"@polkadot/rpc-provider@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-9.7.1.tgz#e3f02959c2262597ae09c60aaf28c7ce7a98c1f5" - integrity sha512-7o8GlsGpfos+mgr4Zw17HHxNUWYevjWdV///QGaZzhDR3QU9nlBO05JIa2i2+egFKSOxiiFAsnJHm707mHUbTA== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/keyring" "^10.1.11" - "@polkadot/types" "9.7.1" - "@polkadot/types-support" "9.7.1" - "@polkadot/util" "^10.1.11" - "@polkadot/util-crypto" "^10.1.11" - "@polkadot/x-fetch" "^10.1.11" - "@polkadot/x-global" "^10.1.11" - "@polkadot/x-ws" "^10.1.11" - "@substrate/connect" "0.7.16" +"@polkadot/rpc-augment@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-9.11.1.tgz#2f2398fd8abcf3dc0ef4b39f98f67d4a33c312f8" + integrity sha512-LZU73uSlsv8qwq6LWxv+jmkbvBnFowfoX3Q4SRrjhOTzvo4Z62CkH/fnBsKE5FwB+baJmsL1eU6H/V8VtHoHJA== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/rpc-core" "9.11.1" + "@polkadot/types" "9.11.1" + "@polkadot/types-codec" "9.11.1" + "@polkadot/util" "^10.2.3" + +"@polkadot/rpc-core@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-9.11.1.tgz#9d957b58edfdf2c24e445b5843205b77fca67132" + integrity sha512-OnV9Vms7CfgAvLWKm6uZCnoUDj75k2E/JaguOC2AeII4LzA4CrM2CRgLrAiaiQIQivupPxr7GjdempWdGSB/6Q== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/rpc-augment" "9.11.1" + "@polkadot/rpc-provider" "9.11.1" + "@polkadot/types" "9.11.1" + "@polkadot/util" "^10.2.3" + rxjs "^7.8.0" + +"@polkadot/rpc-provider@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-9.11.1.tgz#e09b5d24dd4b4edcfe82efc64889bec8fb8ab5db" + integrity sha512-KjUGi9yPaMb00HZVTTtjv/zQBqh8Uf6vHOEQjwM8gZi51qIgs5MMJRyiv0yFnkPtu1wNsw12SI1py0rpQT2NOA== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/keyring" "^10.2.3" + "@polkadot/types" "9.11.1" + "@polkadot/types-support" "9.11.1" + "@polkadot/util" "^10.2.3" + "@polkadot/util-crypto" "^10.2.3" + "@polkadot/x-fetch" "^10.2.3" + "@polkadot/x-global" "^10.2.3" + "@polkadot/x-ws" "^10.2.3" eventemitter3 "^4.0.7" mock-socket "^9.1.5" nock "^13.2.9" - -"@polkadot/types-augment@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-9.7.1.tgz#4adc3993d814db21b82d53c126e98c1912f67b41" - integrity sha512-rCzRrPxIUitrT2WxPi6FG9gLHyTzZ8SYHUb8Ha279YQQFxl6Lv6p33uzQJcUutQVmvaUAPJGGkAQLCbmXAFbnA== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/types" "9.7.1" - "@polkadot/types-codec" "9.7.1" - "@polkadot/util" "^10.1.11" - -"@polkadot/types-codec@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-9.7.1.tgz#fa6a83b218b80e58922f583629c1644626d8c1bc" - integrity sha512-rzSUbDL7ytFVg7mnjV9zutLSDwTN7nEBSKYLtUK8vnGOG+nr8ds4IUcur0XK6VPj72Duz5ovvxi/JyUlE9+W3Q== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/util" "^10.1.11" - "@polkadot/x-bigint" "^10.1.11" - -"@polkadot/types-create@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-9.7.1.tgz#80c6dee33429bc1904730134332e287cb260b1b9" - integrity sha512-Bk1F3bHmK2yIeVj9dPP4v5TMvsPFMOquovFp2rTmW7gLGauiwQTS1WP356VtmSDbZWJ0H89nHpXdgYRqDDi5sg== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/types-codec" "9.7.1" - "@polkadot/util" "^10.1.11" - -"@polkadot/types-known@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-9.7.1.tgz#21600a526d86c23c105a7c9b038da28a4de339d5" - integrity sha512-paTnfAKf+W4BzllQ06Pbr9WAe9dK2K+TKuDOhkX5E5KUUeA9dWRG6lIX3hIqlaGy8DN/eyGks7/+siCl8HJK+A== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/networks" "^10.1.11" - "@polkadot/types" "9.7.1" - "@polkadot/types-codec" "9.7.1" - "@polkadot/types-create" "9.7.1" - "@polkadot/util" "^10.1.11" - -"@polkadot/types-support@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-9.7.1.tgz#209201e8530653939c0615896b6fdfd17378ecb3" - integrity sha512-qllyuB7mlQb3xi6CM5M+/q6/cLKHUx28VFRzEEbdnqzzjJDMtQ+FCb3oAlDd3kd2sZce4UMMjrJOHUKWDCHS5Q== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/util" "^10.1.11" - -"@polkadot/types@9.7.1": - version "9.7.1" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-9.7.1.tgz#dc2318261ff608d20c90a7c2972c0db579de4382" - integrity sha512-MnRVHFsQvJm+SV1lCiL+uSOYXjHKpDiFvDlmxUVQYnDtgZIK3Q5deKGbM0Lrg393/QbZr13+MhPhnlKCgiaeUg== - dependencies: - "@babel/runtime" "^7.20.1" - "@polkadot/keyring" "^10.1.11" - "@polkadot/types-augment" "9.7.1" - "@polkadot/types-codec" "9.7.1" - "@polkadot/types-create" "9.7.1" - "@polkadot/util" "^10.1.11" - "@polkadot/util-crypto" "^10.1.11" - rxjs "^7.5.7" - -"@polkadot/util-crypto@10.4.2", "@polkadot/util-crypto@^10.1.11": + optionalDependencies: + "@substrate/connect" "0.7.18" + +"@polkadot/types-augment@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-9.11.1.tgz#40c493b797a4f1a653166ee3068f28153f94b021" + integrity sha512-SKafiDAfh+hDY6fz9fkuXa37/aqb+UMNv26FTfAscJJFrKxAG4QSXbcxyvWefGvMB2S7gJ59e3D33FfsuuySJA== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/types" "9.11.1" + "@polkadot/types-codec" "9.11.1" + "@polkadot/util" "^10.2.3" + +"@polkadot/types-codec@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-9.11.1.tgz#f5463d42fea858b48ff2c5716b077f62fc5ef133" + integrity sha512-RrY7+E9SapXsAjnARQqBIsCrPrCZrw3sfvAYCPGULB56j0HyX+Dut/45QBrWUiITeLdbUsbSAP5bLkQoUZOANQ== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/util" "^10.2.3" + "@polkadot/x-bigint" "^10.2.3" + +"@polkadot/types-create@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-9.11.1.tgz#73e9438c54ddda95189bbb348a6734eaa053007d" + integrity sha512-y8E7rx5ZJNWtPKrrUVT7s79i+ehffMNV95DTEHtSVizFfYVXEYZuOI0/AqK2vqR93uolth18GxbcRCRZwZGFow== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/types-codec" "9.11.1" + "@polkadot/util" "^10.2.3" + +"@polkadot/types-known@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-9.11.1.tgz#82665c57aeda2ec00bc7e6a1cf0e5a642b0665aa" + integrity sha512-DZOXhQ5ST565FijTQn4T5GglsD/g2lnOrgylCHG/U00ppN/5GJYedQZU5qQ8t4uhdBj2EVlkB7PflRNZqfkJ3w== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/networks" "^10.2.3" + "@polkadot/types" "9.11.1" + "@polkadot/types-codec" "9.11.1" + "@polkadot/types-create" "9.11.1" + "@polkadot/util" "^10.2.3" + +"@polkadot/types-support@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-9.11.1.tgz#0ed6f173568df191bfc9d3b72e77574082e3cedb" + integrity sha512-Z6NdqqLxezZBIYmNVVETwKo5r8WCCnvEzd0p/AxVGRsfkQ/Y82+GbynEgczMG7N8/cnWE0AOpDtONlVIodVHMw== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/util" "^10.2.3" + +"@polkadot/types@9.11.1": + version "9.11.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-9.11.1.tgz#d889be948baba1db0032af2a1b8d94777281dd1b" + integrity sha512-3uo4eoNtqjxqRudyNzGEVhQnvkAdqy5iOJZVsEKXP9/eyRupWbAHsZGxmYBuvmRIL+6Bucv/rnd4/YSTAJH7VQ== + dependencies: + "@babel/runtime" "^7.20.7" + "@polkadot/keyring" "^10.2.3" + "@polkadot/types-augment" "9.11.1" + "@polkadot/types-codec" "9.11.1" + "@polkadot/types-create" "9.11.1" + "@polkadot/util" "^10.2.3" + "@polkadot/util-crypto" "^10.2.3" + rxjs "^7.8.0" + +"@polkadot/util-crypto@10.4.2", "@polkadot/util-crypto@^10.2.3": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-10.4.2.tgz#871fb69c65768bd48c57bb5c1f76a85d979fb8b5" integrity sha512-RxZvF7C4+EF3fzQv8hZOLrYCBq5+wA+2LWv98nECkroChY3C2ZZvyWDqn8+aonNULt4dCVTWDZM0QIY6y4LUAQ== @@ -3401,20 +3409,7 @@ ed2curve "^0.3.0" tweetnacl "^1.0.3" -"@polkadot/util@10.1.11": - version "10.1.11" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-10.1.11.tgz#22bcdabbd7a0d266417f6569cc655f516d371a82" - integrity sha512-6m51lw6g6ilqO/k4BQY7rD0lYM9NCnC4FiM7CEEUc7j8q86qxdcZ88zdNldkhNsTIQnfmCtkK3GRzZW6VYrbUw== - dependencies: - "@babel/runtime" "^7.19.4" - "@polkadot/x-bigint" "10.1.11" - "@polkadot/x-global" "10.1.11" - "@polkadot/x-textdecoder" "10.1.11" - "@polkadot/x-textencoder" "10.1.11" - "@types/bn.js" "^5.1.1" - bn.js "^5.2.1" - -"@polkadot/util@10.4.2", "@polkadot/util@^10.1.11": +"@polkadot/util@10.4.2", "@polkadot/util@^10.2.3": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-10.4.2.tgz#df41805cb27f46b2b4dad24c371fa2a68761baa1" integrity sha512-0r5MGICYiaCdWnx+7Axlpvzisy/bi1wZGXgCSw5+ZTyPTOqvsYRqM2X879yxvMsGfibxzWqNzaiVjToz1jvUaA== @@ -3478,15 +3473,7 @@ dependencies: "@babel/runtime" "^7.20.6" -"@polkadot/x-bigint@10.1.11": - version "10.1.11" - resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-10.1.11.tgz#7d62ce10cccd55b86a415342db95b9feeb099776" - integrity sha512-TC4KZ+ni/SJhcf/LIwD49C/kwvACu0nCchETNO+sAfJ7COXZwHDUJXVXmwN5PgkQxwsWsKKuJmzR/Fi1bgMWnQ== - dependencies: - "@babel/runtime" "^7.19.4" - "@polkadot/x-global" "10.1.11" - -"@polkadot/x-bigint@10.4.2", "@polkadot/x-bigint@^10.1.11": +"@polkadot/x-bigint@10.4.2", "@polkadot/x-bigint@^10.2.3": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-10.4.2.tgz#7eb2ec732259df48b5a00f07879a1331e05606ec" integrity sha512-awRiox+/XSReLzimAU94fPldowiwnnMUkQJe8AebYhNocAj6SJU00GNoj6j6tAho6yleOwrTJXZaWFBaQVJQNg== @@ -3494,16 +3481,7 @@ "@babel/runtime" "^7.20.13" "@polkadot/x-global" "10.4.2" -"@polkadot/x-bundle@10.1.11": - version "10.1.11" - resolved "https://registry.yarnpkg.com/@polkadot/x-bundle/-/x-bundle-10.1.11.tgz#142a35a9513116bdb6820b474efc09e945d24e94" - integrity sha512-ECTyYBUDWacv5tKM1gManrnlbgsGZeVI2xiFLfHRsIH7FcXYBwdky6/lL4fp7ZZFBU9V1sYZI7tz55SH6bmiBg== - dependencies: - "@babel/runtime" "^7.19.4" - "@polkadot/util" "10.1.11" - buffer-es6 "^4.9.3" - -"@polkadot/x-fetch@^10.1.11": +"@polkadot/x-fetch@^10.2.3": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-10.4.2.tgz#bc6ba70de71a252472fbe36180511ed920e05f05" integrity sha512-Ubb64yaM4qwhogNP+4mZ3ibRghEg5UuCYRMNaCFoPgNAY8tQXuDKrHzeks3+frlmeH9YRd89o8wXLtWouwZIcw== @@ -3513,14 +3491,7 @@ "@types/node-fetch" "^2.6.2" node-fetch "^3.3.0" -"@polkadot/x-global@10.1.11": - version "10.1.11" - resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-10.1.11.tgz#37dda3ef1cebfd14c68c69279ae6521957817866" - integrity sha512-bWz5gdcELy6+xfr27R1GE5MPX4nfVlchzHQH+DR6OBbSi9g/PeycQAvFB6IkTmP+YEbNNtIpxnSP37zoUaG3xw== - dependencies: - "@babel/runtime" "^7.19.4" - -"@polkadot/x-global@10.4.2", "@polkadot/x-global@^10.1.11": +"@polkadot/x-global@10.4.2", "@polkadot/x-global@^10.2.3": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-10.4.2.tgz#5662366e3deda0b4c8f024b2d902fa838f9e60a4" integrity sha512-g6GXHD/ykZvHap3M6wh19dO70Zm43l4jEhlxf5LtTo5/0/UporFCXr2YJYZqfbn9JbQwl1AU+NroYio+vtJdiA== @@ -3535,14 +3506,6 @@ "@babel/runtime" "^7.20.13" "@polkadot/x-global" "10.4.2" -"@polkadot/x-textdecoder@10.1.11": - version "10.1.11" - resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-10.1.11.tgz#314c79e27545a41fe0494a26196bf2dff5cfcb5d" - integrity sha512-QZqie04SR6pAj260PaLBfZUGXWKI357t4ROVJhpaj06qc1zrk1V8Mwkr49+WzjAPFEOqo70HWnzXmPNCH4dQiw== - dependencies: - "@babel/runtime" "^7.19.4" - "@polkadot/x-global" "10.1.11" - "@polkadot/x-textdecoder@10.4.2": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-10.4.2.tgz#93202f3e5ad0e7f75a3fa02d2b8a3343091b341b" @@ -3551,14 +3514,6 @@ "@babel/runtime" "^7.20.13" "@polkadot/x-global" "10.4.2" -"@polkadot/x-textencoder@10.1.11": - version "10.1.11" - resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-10.1.11.tgz#23b18b3ffbc649572728aa37d7787432bb3a03b5" - integrity sha512-UX+uV9AbDID81waaG/NvTkkf7ZNVW7HSHaddgbWjQEVW2Ex4ByccBarY5jEi6cErEPKfzCamKhgXflu0aV9LWw== - dependencies: - "@babel/runtime" "^7.19.4" - "@polkadot/x-global" "10.1.11" - "@polkadot/x-textencoder@10.4.2": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-10.4.2.tgz#cd2e6c8a66b0b400a73f0164e99c510fb5c83501" @@ -3567,7 +3522,7 @@ "@babel/runtime" "^7.20.13" "@polkadot/x-global" "10.4.2" -"@polkadot/x-ws@^10.1.11": +"@polkadot/x-ws@^10.2.3": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-10.4.2.tgz#4e9d88f37717570ccf942c6f4f63b06260f45025" integrity sha512-3gHSTXAWQu1EMcMVTF5QDKHhEHzKxhAArweEyDXE7VsgKUP/ixxw4hVZBrkX122iI5l5mjSiooRSnp/Zl3xqDQ== @@ -3865,19 +3820,19 @@ 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.16": - version "0.7.16" - resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.16.tgz#789b867051bc7ce1714d3c80970d715ddac6e4d4" - integrity sha512-068ZOR5ohb3qC2UegHe73RphnIa4F8fRjOIoap69K2qAdgT2yiegjK4nsxTnnqzlGrQTzgN3yG6SY+Va/a3+mw== +"@substrate/connect@0.7.18": + version "0.7.18" + resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.18.tgz#ed4a95a4f5f60132dd26dbaf98820044b622763e" + integrity sha512-T1CaZJhe+uaeyM/cBdmD/oMWnaGf+tJdfG+3Os4H5YR0NVKXWsHpSfBryBP5wEce2hQhRiNnzQ+9ny8siKqRgg== dependencies: "@substrate/connect-extension-protocol" "^1.0.1" - "@substrate/smoldot-light" "0.7.5" + "@substrate/smoldot-light" "0.7.9" eventemitter3 "^4.0.7" -"@substrate/smoldot-light@0.7.5": - version "0.7.5" - resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.7.5.tgz#e380d50e748959d50c70c9489fda91e2d618cf7c" - integrity sha512-rODqhQx0C6zRN7HzdZrjzcg2dNbl3IUtM7GWEHitPzLS/0c3ikO/RkCCD1uleVqCwKXlZzjVNBeYW4/47vxKSA== +"@substrate/smoldot-light@0.7.9": + version "0.7.9" + resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.7.9.tgz#68449873a25558e547e9468289686ee228a9930f" + integrity sha512-HP8iP7sFYlpSgjjbo0lqHyU+gu9lL2hbDNce6dWk5/10mFFF9jKIFGfui4zCecUY808o/Go9pan/31kMJoLbug== dependencies: pako "^2.0.4" ws "^8.8.1" @@ -5130,11 +5085,6 @@ bser@2.1.1: dependencies: node-int64 "^0.4.0" -buffer-es6@^4.9.3: - version "4.9.3" - resolved "https://registry.yarnpkg.com/buffer-es6/-/buffer-es6-4.9.3.tgz#f26347b82df76fd37e18bcb5288c4970cfd5c404" - integrity sha512-Ibt+oXxhmeYJSsCkODPqNpPmyegefiD8rfutH1NYGhMZQhSp95Rz7haemgnJ6dxa6LT+JLLbtgOMORRluwKktw== - buffer-from@^1.0.0: version "1.1.2" resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" @@ -11140,7 +11090,7 @@ rxjs@^7.4.0: dependencies: tslib "^2.1.0" -rxjs@^7.5.7: +rxjs@^7.8.0: version "7.8.1" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== From 4693eb92b23ec9a613885326aae0c98333a99ccb Mon Sep 17 00:00:00 2001 From: Sam Hellawell Date: Fri, 16 Feb 2024 20:57:23 +0000 Subject: [PATCH 2/2] bump sdk version Signed-off-by: Sam Hellawell --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e913f052f..6c633b3ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@docknetwork/sdk", - "version": "7.3.2", + "version": "7.4.0", "main": "index.js", "license": "MIT", "repository": {