From f369c61a778aad241673ab0ffa28010f3a6c076f Mon Sep 17 00:00:00 2001 From: JQQQ Date: Fri, 24 Mar 2023 15:43:18 +1300 Subject: [PATCH 1/2] update polkadot api to 10.1.4 --- package.json | 5 +- packages/node-core/package.json | 2 +- packages/node/package.json | 2 +- packages/utils/package.json | 4 +- yarn.lock | 667 ++++++++++++++++---------------- 5 files changed, 338 insertions(+), 342 deletions(-) diff --git a/package.json b/package.json index b1c75c6f9a..36d5e15e20 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "@octokit/request": "^5.6.3", "@types/cron-converter": "^1", "@types/node": "^14.18.10", + "@types/node-fetch": "2.6.2", "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", "babel-jest": "^27.4.6", @@ -33,8 +34,8 @@ "typescript": "^4.4.4" }, "resolutions": { - "@polkadot/api": "9.11.1", - "@polkadot/util": "10.2.3", + "@polkadot/api": "10.1.4", + "@polkadot/util": "11.1.1", "@terra-money/terra.js": "^3.0.11", "node-fetch": "2.6.7", "sequelize": "6.28.0" diff --git a/packages/node-core/package.json b/packages/node-core/package.json index 3dbdffb171..aa2ad92c57 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -21,7 +21,7 @@ "@nestjs/common": "^8.2.6", "@nestjs/event-emitter": "^1.3.0", "@nestjs/schedule": "^1.0.2", - "@polkadot/api": "9.11.1", + "@polkadot/api": "10.1.4", "@subql/apollo-links": "0.2.1-9", "@subql/common": "workspace:*", "@subql/types": "workspace:*", diff --git a/packages/node/package.json b/packages/node/package.json index 430390ee33..7e16c671a5 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -24,7 +24,7 @@ "@nestjs/event-emitter": "^1.3.0", "@nestjs/platform-express": "^8.2.6", "@nestjs/schedule": "^1.0.2", - "@polkadot/api": "9.11.1", + "@polkadot/api": "10.1.4", "@subql/common": "workspace:*", "@subql/common-substrate": "workspace:*", "@subql/node-core": "workspace:*", diff --git a/packages/utils/package.json b/packages/utils/package.json index 8961d3448e..4cac6b3168 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -12,8 +12,8 @@ "main": "dist/index.js", "license": "Apache-2.0", "dependencies": { - "@polkadot/util": "^10.2.3", - "@polkadot/util-crypto": "^10.2.3", + "@polkadot/util": "^11.1.1", + "@polkadot/util-crypto": "^11.1.1", "ansi-styles": "^6.1.0", "axios": "^0.27.1", "chalk": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index bf3746934a..f6ec4a6c96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1406,15 +1406,6 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.20.6, @babel/runtime@npm:^7.20.7": - version: 7.20.7 - resolution: "@babel/runtime@npm:7.20.7" - dependencies: - regenerator-runtime: ^0.13.11 - checksum: 4629ce5c46f06cca9cfb9b7fc00d48003335a809888e2b91ec2069a2dcfbfef738480cff32ba81e0b7c290f8918e5c22ddcf2b710001464ee84ba62c7e32a3a3 - languageName: node - linkType: hard - "@babel/runtime@npm:^7.8.4": version: 7.17.9 resolution: "@babel/runtime@npm:7.17.9" @@ -2742,10 +2733,10 @@ __metadata: languageName: node linkType: hard -"@noble/hashes@npm:1.1.5": - version: 1.1.5 - resolution: "@noble/hashes@npm:1.1.5" - checksum: de3f095a7ac1cbf5b4b3d09f193288d4f2eec35fbadf2ed9fd7e47d8a3042fef410052ba62dc0296a185f994c11192f5357fdb1bd9178c905efd82e946c53b00 +"@noble/hashes@npm:1.3.0": + version: 1.3.0 + resolution: "@noble/hashes@npm:1.3.0" + checksum: d7ddb6d7c60f1ce1f87facbbef5b724cdea536fc9e7f59ae96e0fc9de96c8f1a2ae2bdedbce10f7dcc621338dfef8533daa73c873f2b5c87fa1a4e05a95c2e2e languageName: node linkType: hard @@ -2756,10 +2747,10 @@ __metadata: languageName: node linkType: hard -"@noble/secp256k1@npm:1.7.0": - version: 1.7.0 - resolution: "@noble/secp256k1@npm:1.7.0" - checksum: 540a2b8e527ee1e5522af1c430e54945ad373883cac983b115136cd0950efa1f2c473ee6a36d8e69b6809b3ee586276de62f5fa705c77a9425721e81bada8116 +"@noble/secp256k1@npm:1.7.1": + version: 1.7.1 + resolution: "@noble/secp256k1@npm:1.7.1" + checksum: d2301f1f7690368d8409a3152450458f27e54df47e3f917292de3de82c298770890c2de7c967d237eff9c95b70af485389a9695f73eb05a43e2bd562d18b18cb languageName: node linkType: hard @@ -3366,411 +3357,408 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/api-augment@npm:9.11.1" +"@polkadot/api-augment@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/api-augment@npm:10.1.4" 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 - checksum: a296ccbd763ed2479b0310789d9b8ba723806568a7af95122ea87a0003a3c4e60e816441d70cf9d316911c5e80db94c6c639b63a8823e34470409f4d74c5f11f + "@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 + tslib: ^2.5.0 + checksum: a3c5a1dcfbc9589f21031830f5594ccb7a354224af6aeed060d83f8172938a2f984e0cdbd0fd341c20131db436fedb6db73f70a228cf583b4fe22e298fa75e8a languageName: node linkType: hard -"@polkadot/api-base@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/api-base@npm:9.11.1" +"@polkadot/api-base@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/api-base@npm:10.1.4" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/rpc-core": 9.11.1 - "@polkadot/types": 9.11.1 - "@polkadot/util": ^10.2.3 + "@polkadot/rpc-core": 10.1.4 + "@polkadot/types": 10.1.4 + "@polkadot/util": ^11.1.1 rxjs: ^7.8.0 - checksum: b23254f1dfdd62fd226236b6bd0046e5406a132a39a60d3265677422102eac738a7010299d3fcfa70231de8cde8ed9456feb207074c7c3575e14b5cca2c48a3b + tslib: ^2.5.0 + checksum: 6b2775fd893a9ce296b9d75cc7de57638824f436a14c4d228e73976c62b55c21446a3a04f4e03687ecf46fe4fe6194abd09d30c5258fc3ebba4f120bdeaf3f4c languageName: node linkType: hard -"@polkadot/api-derive@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/api-derive@npm:9.11.1" +"@polkadot/api-derive@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/api-derive@npm:10.1.4" 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 + "@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 - checksum: f8b04fc67a8261df37ac6cb4a1d6285caddbde27fb68ccb439c8d34ab34ac69b50cdef88b36378cd68441a7acc1b6b8d0c2043fff2c8d04c1da0a19881a9612c - languageName: node - linkType: hard - -"@polkadot/api@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/api@npm:9.11.1" - 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 + tslib: ^2.5.0 + checksum: a41361318826d895c876a35c5c123c3516a16b9ae46373c955c037c9206a212ca866839215fb3456bf357b614ca9f690c3e24f5832ed0226ec78060cb833e1f9 + languageName: node + linkType: hard + +"@polkadot/api@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/api@npm:10.1.4" + 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 - checksum: 18b2dd1a69e56e8bb1864f0691d4a4dedfaafa4b5e54eeb76e17b210d4f8c3793bb86569d165217c3595ef076d9084f841ec40e18147d3bfdd479cc5b5e5204c + tslib: ^2.5.0 + checksum: ef120d4c2aa7c115d26c0b232734485304a57c2532990d6161f906dc39bd36be55ad9c616c1292d8df704bcc95f9c804634fb896af6225c6d928743fe7440208 languageName: node linkType: hard -"@polkadot/keyring@npm:^10.2.3": - version: 10.2.3 - resolution: "@polkadot/keyring@npm:10.2.3" +"@polkadot/keyring@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/keyring@npm:11.1.1" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/util": 10.2.3 - "@polkadot/util-crypto": 10.2.3 + "@polkadot/util": 11.1.1 + "@polkadot/util-crypto": 11.1.1 + tslib: ^2.5.0 peerDependencies: - "@polkadot/util": 10.2.3 - "@polkadot/util-crypto": 10.2.3 - checksum: f9f8d30f2a6878075f651fde2e689de1cc7dab537047906ae7169b6758cef7dadb6c0eac7831c27a7243c33e4a951500dc5b4380e1837bedc4e6a8557cfda5fc + "@polkadot/util": 11.1.1 + "@polkadot/util-crypto": 11.1.1 + checksum: 7236edeb86250062ffc498cffd0ffe2d408b306ce01aca47035c69d4f98ecf9f3844e72736dded4eebaf2e50eb273e80916a680e61458123375808b9b7a6435b languageName: node linkType: hard -"@polkadot/networks@npm:10.2.3, @polkadot/networks@npm:^10.2.3": - version: 10.2.3 - resolution: "@polkadot/networks@npm:10.2.3" +"@polkadot/networks@npm:11.1.1, @polkadot/networks@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/networks@npm:11.1.1" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/util": 10.2.3 - "@substrate/ss58-registry": ^1.37.0 - checksum: 0697f6be7449f55d5f980973fb432f08681786c51e2a532f9887b44f9a7c26d5ba3938b2658fa7258027a70f955af7058c6ec9c13b8167257e6e3c565b3c33d5 + "@polkadot/util": 11.1.1 + "@substrate/ss58-registry": ^1.39.0 + tslib: ^2.5.0 + checksum: 503a3a3048e977f7b650d93814303e78b2d978f44bfcb7a1db00fab7977085da4d7ad9025e76fa4599f7d2c60b1f09cd40f0213d3ad9fd0c48a0e721fcc52c6d languageName: node linkType: hard -"@polkadot/rpc-augment@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/rpc-augment@npm:9.11.1" +"@polkadot/rpc-augment@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/rpc-augment@npm:10.1.4" 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 - checksum: 27a13d4730d00798bf52ae99e216591af0cb3b1413a35ea790aa66a19043b85f615ad2d3d333bd5cc23f2975342be53f7288b9d7bef78ebc1d1b91e35fcb09aa + "@polkadot/rpc-core": 10.1.4 + "@polkadot/types": 10.1.4 + "@polkadot/types-codec": 10.1.4 + "@polkadot/util": ^11.1.1 + tslib: ^2.5.0 + checksum: 0e96d90c6c96f3ee1a5c57f037203738ccf754b47c25486d3977dd09bf803f9528de63800f08b24da67185956bc3ce6b08d37da377a7b47ea9736359f59f0b97 languageName: node linkType: hard -"@polkadot/rpc-core@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/rpc-core@npm:9.11.1" +"@polkadot/rpc-core@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/rpc-core@npm:10.1.4" 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 + "@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 - checksum: 3446ae5b7ea347bac42e5e173310b9a8ed5eef95aa88ff61edfb09c07e5b1bdef9d90b2d776a4e295d844f78d2c8aa5bafb63d77c423cbd09e53aa35115295c0 - languageName: node - linkType: hard - -"@polkadot/rpc-provider@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/rpc-provider@npm:9.11.1" - 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 - "@substrate/connect": 0.7.18 - eventemitter3: ^4.0.7 - mock-socket: ^9.1.5 - nock: ^13.2.9 + tslib: ^2.5.0 + checksum: 2f17b8932049f18cd3444cd8c9ccb4c0c41571055402bebe774e903f6a67903ac88477a34cd2ec6571ada3e2be0db4a68ec951549d1d74d2fc7c51ae11dc9b3f + languageName: node + linkType: hard + +"@polkadot/rpc-provider@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/rpc-provider@npm:10.1.4" + 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 + "@substrate/connect": 0.7.21 + eventemitter3: ^5.0.0 + mock-socket: ^9.2.1 + nock: ^13.3.0 + tslib: ^2.5.0 dependenciesMeta: "@substrate/connect": optional: true - checksum: a8273a9f018138f2bb96fd6381b843f31120974391db0bfbbb02624a71bf2f082bc8afaf12f0628d0f6b71c12e52574722d64046ce3efafb261c7cab0f28b46c + checksum: 7f0ef000e76bbcd42b1438d2a1da6283106c56f3b8b180997a5003cedd4024ee2037c3b7a5140d5fa7927bfba090ce26940b287adf4874184ba5ad5d8a22293c languageName: node linkType: hard -"@polkadot/types-augment@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/types-augment@npm:9.11.1" +"@polkadot/types-augment@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/types-augment@npm:10.1.4" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/types": 9.11.1 - "@polkadot/types-codec": 9.11.1 - "@polkadot/util": ^10.2.3 - checksum: 55ba5edb217b2dcb73065bd744b7822d98f4aa7b0181cf65b89e506c79eb6d28d4ebd96f97229b6ed54f8fa41aee064d23f91aa6a600370f50f33b9ed3ce60d7 + "@polkadot/types": 10.1.4 + "@polkadot/types-codec": 10.1.4 + "@polkadot/util": ^11.1.1 + tslib: ^2.5.0 + checksum: 7ec56b4fe78e7a94faf9063240c2385f557b60aaf98d1842cbd44bb1943481aa48c9ca66185372c5a7087b3b26c6685f443606092517ad9147748371f0cdeb77 languageName: node linkType: hard -"@polkadot/types-codec@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/types-codec@npm:9.11.1" +"@polkadot/types-codec@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/types-codec@npm:10.1.4" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/util": ^10.2.3 - "@polkadot/x-bigint": ^10.2.3 - checksum: aedb21c9f0589374de4361c338a93d297b9021ca0dd7be34f8bc64f09809a3657685dc53ece4e0f663162f94db830b47061c9762a238b7f757c1cf51bbfff254 + "@polkadot/util": ^11.1.1 + "@polkadot/x-bigint": ^11.1.1 + tslib: ^2.5.0 + checksum: 4b8bef53674c4c544a26ecd022d2a0b40697e9494aaf53ad92a0ba1123d67e25b724ba9494b83b781846ba235829d89bb093b1e4938522bcb50294c3527c58f4 languageName: node linkType: hard -"@polkadot/types-create@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/types-create@npm:9.11.1" +"@polkadot/types-create@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/types-create@npm:10.1.4" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/types-codec": 9.11.1 - "@polkadot/util": ^10.2.3 - checksum: 761fe9839bd73d75140489e00dfceb0b816e4bad13db89231fb715488cb27ff48178adffe5169c13ee4c9b088efaf1a433b07fb1641ce680aa54a156b37e9f0f + "@polkadot/types-codec": 10.1.4 + "@polkadot/util": ^11.1.1 + tslib: ^2.5.0 + checksum: 0e56995a1cacc6ad053ad37b7e1a6a5616b28e6dfe98235575b2493a340b9e7ca9c91013d7f4e39d724572e74e776111b147ddc410f5aa90b74ce7ed523e07f3 languageName: node linkType: hard -"@polkadot/types-known@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/types-known@npm:9.11.1" +"@polkadot/types-known@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/types-known@npm:10.1.4" 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 - checksum: b1708b17f691d88092c107761a61d27e9b1867cb54fb4f911093ca8d56603337d38bd51b9b9fc9622b95fa4b260b09bef638c9b0f108b277a4c3e7589b1a7946 + "@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 + tslib: ^2.5.0 + checksum: c967f28b32d6e8a4319ee26962119860cfa045ce07ce749a3e7bbab072a62ca8b2807f7deed47fa74ef214a4e99413f62265f60378bd2f3888d96dc482475ed5 languageName: node linkType: hard -"@polkadot/types-support@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/types-support@npm:9.11.1" +"@polkadot/types-support@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/types-support@npm:10.1.4" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/util": ^10.2.3 - checksum: 1b14ed0b5f2a5190a04b19eb94d1eb35a5f08d50ba6c284e4cbf1b94ba15994024b8ace7e71e309dda5d7bea5f2916dcfebf6199d98cadf9ae69ae69f49d9bce + "@polkadot/util": ^11.1.1 + tslib: ^2.5.0 + checksum: 79dedb8f791e29c54940ce100ab7c47834fbc025aaef667f0e368b799e81e38787ca4c4a762357449e3d1834c8d9cc99cdc95f42775c8e9013e076f6103a8e50 languageName: node linkType: hard -"@polkadot/types@npm:9.11.1": - version: 9.11.1 - resolution: "@polkadot/types@npm:9.11.1" +"@polkadot/types@npm:10.1.4": + version: 10.1.4 + resolution: "@polkadot/types@npm:10.1.4" 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 + "@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 - checksum: 4cb11b7330c50c42c2f819894a459f1a06fb41f284ed3dfb7b08fb667545a995c9f902bd5470f078d969ea1904aee3fd0e5339153c97b6f6483e4b394864feda + tslib: ^2.5.0 + checksum: 9eb277345dfc95724a3477cfea77917d964bece79d2696557b46533d1d1a4fc1d6ddac2254ab2e298d442a8f25d1b828fe5c28557c8be4fef88e80af45d809ce languageName: node linkType: hard -"@polkadot/util-crypto@npm:10.2.3, @polkadot/util-crypto@npm:^10.2.3": - version: 10.2.3 - resolution: "@polkadot/util-crypto@npm:10.2.3" +"@polkadot/util-crypto@npm:11.1.1, @polkadot/util-crypto@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/util-crypto@npm:11.1.1" dependencies: - "@babel/runtime": ^7.20.7 - "@noble/hashes": 1.1.5 - "@noble/secp256k1": 1.7.0 - "@polkadot/networks": 10.2.3 - "@polkadot/util": 10.2.3 - "@polkadot/wasm-crypto": ^6.4.1 - "@polkadot/x-bigint": 10.2.3 - "@polkadot/x-randomvalues": 10.2.3 + "@noble/hashes": 1.3.0 + "@noble/secp256k1": 1.7.1 + "@polkadot/networks": 11.1.1 + "@polkadot/util": 11.1.1 + "@polkadot/wasm-crypto": ^7.0.3 + "@polkadot/x-bigint": 11.1.1 + "@polkadot/x-randomvalues": 11.1.1 "@scure/base": 1.1.1 - ed2curve: ^0.3.0 + tslib: ^2.5.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 10.2.3 - checksum: 3c672893f8c986fadf15fe6c62a95e422eb789e6abe41950074624452e66e5269b035056d3120783801df56d118f9be80a4e40a583ad398678950ad11d7ee42e + "@polkadot/util": 11.1.1 + checksum: bb89ecfcaf90c5238c21f924557991c962f36411cd1e88408e65cdda8ce0b04b6a5ec1fcd9e9e560d4cc11adcea4c4992924b59a151b8ef43b38126a4533c94a languageName: node linkType: hard -"@polkadot/util@npm:10.2.3": - version: 10.2.3 - resolution: "@polkadot/util@npm:10.2.3" +"@polkadot/util@npm:11.1.1": + version: 11.1.1 + resolution: "@polkadot/util@npm:11.1.1" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/x-bigint": 10.2.3 - "@polkadot/x-global": 10.2.3 - "@polkadot/x-textdecoder": 10.2.3 - "@polkadot/x-textencoder": 10.2.3 + "@polkadot/x-bigint": 11.1.1 + "@polkadot/x-global": 11.1.1 + "@polkadot/x-textdecoder": 11.1.1 + "@polkadot/x-textencoder": 11.1.1 "@types/bn.js": ^5.1.1 bn.js: ^5.2.1 - checksum: 466ae121352fffc9aad5b5e3f3eea665678fd6b18f864b77545ce54a794f3a1986e861442beb7eb469163c50069fb0b4675228332f24f04e8dc91b3be475afa5 + tslib: ^2.5.0 + checksum: fd9e999c971425efc4278c98aa73d802022282b05e0d65e53361933c09956e19b3db6515ff82561853af6a65d61e9674a8a58d1286c764d96d9e623766ec5f4d languageName: node linkType: hard -"@polkadot/wasm-bridge@npm:6.4.1": - version: 6.4.1 - resolution: "@polkadot/wasm-bridge@npm:6.4.1" +"@polkadot/wasm-bridge@npm:7.0.3": + version: 7.0.3 + resolution: "@polkadot/wasm-bridge@npm:7.0.3" dependencies: - "@babel/runtime": ^7.20.6 + tslib: ^2.5.0 peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: 02d9cd1b5c2f6d0261004229751137ef829b38c12e0e844548ef356f9b65dc9a82ec4dcad32f4a156e3c8666b21ef4a8e0c2e5e0e1c51a51a2d7d00373f6f65e + checksum: 9603e0bfca80e0fbe1192783653c095990d34e4eb0b187f8fedd97abaeee4a3147e4f5e66e910b63f024030b0e7e21aedf118c0c58407a4464837ca7f2355809 languageName: node linkType: hard -"@polkadot/wasm-crypto-asmjs@npm:6.4.1": - version: 6.4.1 - resolution: "@polkadot/wasm-crypto-asmjs@npm:6.4.1" +"@polkadot/wasm-crypto-asmjs@npm:7.0.3": + version: 7.0.3 + resolution: "@polkadot/wasm-crypto-asmjs@npm:7.0.3" dependencies: - "@babel/runtime": ^7.20.6 + tslib: ^2.5.0 peerDependencies: "@polkadot/util": "*" - checksum: 6c2bba5014c373dfc18ec82bb7779141bfaea7d90e3e198fee0bc8ba3078238fee9bf1bb7138a3cbb8b5ad01ade603c44ce838e17940a610fbeec6341a17a0f3 + checksum: 6f819ba35612c475b3b14f286efa432086bdb9599ddb034c1abf448f0ad6e376ae81bac0ad4984564f6d5f82691ed5c4b74735ebc75dfdecf8f96f2e4bfcd5a3 languageName: node linkType: hard -"@polkadot/wasm-crypto-init@npm:6.4.1": - version: 6.4.1 - resolution: "@polkadot/wasm-crypto-init@npm:6.4.1" +"@polkadot/wasm-crypto-init@npm:7.0.3": + version: 7.0.3 + resolution: "@polkadot/wasm-crypto-init@npm:7.0.3" dependencies: - "@babel/runtime": ^7.20.6 - "@polkadot/wasm-bridge": 6.4.1 - "@polkadot/wasm-crypto-asmjs": 6.4.1 - "@polkadot/wasm-crypto-wasm": 6.4.1 + "@polkadot/wasm-bridge": 7.0.3 + "@polkadot/wasm-crypto-asmjs": 7.0.3 + "@polkadot/wasm-crypto-wasm": 7.0.3 + tslib: ^2.5.0 peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: e1d30cae9588607cbbe35f539df2cb3fca6b69d65ab7907ca24183931953de0e8d7e61be4af7c30a05295a16a1a9255256a6420a049ddf38c155400f91187956 + checksum: ee5957c0b2297e58d913e59a5eecde10c8272a2bfc6e072e669ee8ada0105444f8d9cae535948849406fd696941620094daea12cc2950e18a0439d7fba2e19d8 languageName: node linkType: hard -"@polkadot/wasm-crypto-wasm@npm:6.4.1": - version: 6.4.1 - resolution: "@polkadot/wasm-crypto-wasm@npm:6.4.1" +"@polkadot/wasm-crypto-wasm@npm:7.0.3": + version: 7.0.3 + resolution: "@polkadot/wasm-crypto-wasm@npm:7.0.3" dependencies: - "@babel/runtime": ^7.20.6 - "@polkadot/wasm-util": 6.4.1 + "@polkadot/wasm-util": 7.0.3 + tslib: ^2.5.0 peerDependencies: "@polkadot/util": "*" - checksum: 21c72028d2e4333b54fb212980e3dc51827ffaf90364df1932205162859eab9b1be3a7767e1c3c5e8cfcf6ad2bc8cb9dafd3be59ada250b77679fa7ade67c646 + checksum: ef9e6e88e066762e3803b8b0f4276035b835b2eaab86c53f004f977073442b6e51d7baf4c7bc308913c091975056c1b64ef1c00085e31f9988e12155b24111fb languageName: node linkType: hard -"@polkadot/wasm-crypto@npm:^6.4.1": - version: 6.4.1 - resolution: "@polkadot/wasm-crypto@npm:6.4.1" - dependencies: - "@babel/runtime": ^7.20.6 - "@polkadot/wasm-bridge": 6.4.1 - "@polkadot/wasm-crypto-asmjs": 6.4.1 - "@polkadot/wasm-crypto-init": 6.4.1 - "@polkadot/wasm-crypto-wasm": 6.4.1 - "@polkadot/wasm-util": 6.4.1 +"@polkadot/wasm-crypto@npm:^7.0.3": + version: 7.0.3 + resolution: "@polkadot/wasm-crypto@npm:7.0.3" + dependencies: + "@polkadot/wasm-bridge": 7.0.3 + "@polkadot/wasm-crypto-asmjs": 7.0.3 + "@polkadot/wasm-crypto-init": 7.0.3 + "@polkadot/wasm-crypto-wasm": 7.0.3 + "@polkadot/wasm-util": 7.0.3 + tslib: ^2.5.0 peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: 2892834aa2357e5974257810be625b0f08a35a3ba1def4a87e4989636dc7a43691357fdbfbeab4595eb47cd90177dba3c0ce95e593219db7c488fdf450d86357 + checksum: e63fefca98685ea5ef488304e5aa7c30b1c483d7f633cda1efebfc95f8255faaf62fbaba439d81e57fadc11e53d3033a5b71272742cbdc0207f4ba617dba8123 languageName: node linkType: hard -"@polkadot/wasm-util@npm:6.4.1": - version: 6.4.1 - resolution: "@polkadot/wasm-util@npm:6.4.1" +"@polkadot/wasm-util@npm:7.0.3": + version: 7.0.3 + resolution: "@polkadot/wasm-util@npm:7.0.3" dependencies: - "@babel/runtime": ^7.20.6 + tslib: ^2.5.0 peerDependencies: "@polkadot/util": "*" - checksum: 6d5ef0aa9af7ca9fe23149793bd1fa9f864b41695b49ab5ae5c23b3ac761c310edf382fe0d0a0d812dc07b10a2d0b056de5750947867a94ab87ab51e176d94b3 + checksum: b20414290bbc9f67523c5180345f20ea8ef6244c90768936e0a25cce642448b086374869b99e6f2f7c071c0dea318ac9fb9761b8efefdeb24b75828c5d8bec3d languageName: node linkType: hard -"@polkadot/x-bigint@npm:10.2.3, @polkadot/x-bigint@npm:^10.2.3": - version: 10.2.3 - resolution: "@polkadot/x-bigint@npm:10.2.3" +"@polkadot/x-bigint@npm:11.1.1, @polkadot/x-bigint@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-bigint@npm:11.1.1" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/x-global": 10.2.3 - checksum: 08c6c739aae1e597e073b301b2f32c1b2f6ec7d9f7ce056106977da2036a4f167d4276e7ed8a8f10f0753804573b39b365d943941f6902f9c32ebf091be0b725 + "@polkadot/x-global": 11.1.1 + tslib: ^2.5.0 + checksum: 23132e64e627c3cdb8c08bcc5ee49887256f651138c4f7eb967c4eb7d73e1a77ab7b9eaa352247a281e96919fbb61cccaca6f0487d9127ad8fc8dc131f1e2a13 languageName: node linkType: hard -"@polkadot/x-fetch@npm:^10.2.3": - version: 10.2.3 - resolution: "@polkadot/x-fetch@npm:10.2.3" +"@polkadot/x-fetch@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-fetch@npm:11.1.1" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/x-global": 10.2.3 - "@types/node-fetch": ^2.6.2 - node-fetch: ^3.3.0 - checksum: e5b03392efc2df782c684b4a64bb733ed2d11bfd1a9e47dac3bde6456110743cf4a70718b799eb2be7044c2e963f598e944f98c8dbe4f27e278a2f95dab6aa90 + "@polkadot/x-global": 11.1.1 + node-fetch: ^3.3.1 + tslib: ^2.5.0 + checksum: c30245b0834153dbef7916df239c83df8b0d0010b3ce83e4ff5bb76ab21909d513c4d4ce5e72c277dc4a5ba9b076f10452f853594b85c2365dd230b258c94e1d languageName: node linkType: hard -"@polkadot/x-global@npm:10.2.3, @polkadot/x-global@npm:^10.2.3": - version: 10.2.3 - resolution: "@polkadot/x-global@npm:10.2.3" +"@polkadot/x-global@npm:11.1.1, @polkadot/x-global@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-global@npm:11.1.1" dependencies: - "@babel/runtime": ^7.20.7 - checksum: 4bd4d9b3bed8ed9ed1bf7905821b20598b83d5621920bb78d59a618e4f0bb6f0effbe1b4d3d51ee70bc414d6b7c50e470b36276292e3551ff14f82fe07fb77c4 + tslib: ^2.5.0 + checksum: e682618a060dc70c4194d24d12fa162635ff2a38bc472a8aa8e4a010acb51c00a18b827b6e4310cd53678cd5be0c28f25ab3ba7beda1d772fdb6b39c7345c539 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:10.2.3": - version: 10.2.3 - resolution: "@polkadot/x-randomvalues@npm:10.2.3" +"@polkadot/x-randomvalues@npm:11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-randomvalues@npm:11.1.1" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/x-global": 10.2.3 - checksum: a22b9a02609836276d36032445b3c0d17986bd61fa067549319ca4b1ed4b08c748830d88753a5658ed26e17cac8cbec3b81c4e122da7f8e0a0e59597de2a4cf1 + "@polkadot/x-global": 11.1.1 + tslib: ^2.5.0 + checksum: f4457444dc67a0f066369b5b39e976bb3b3eb7077625c467e8f0b9b8d7caed6eca9efe11fc7cc1644f4b719b7312055e2fe8c6bc649a03f8f280f35853659795 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:10.2.3": - version: 10.2.3 - resolution: "@polkadot/x-textdecoder@npm:10.2.3" +"@polkadot/x-textdecoder@npm:11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-textdecoder@npm:11.1.1" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/x-global": 10.2.3 - checksum: 0617b756f3d88bf3e31cf52b7080fdd4c62f5c024242d1870c3428dea6906d6d30993b4c7271df886be8ab1370e79b177c59c9c9759e7ce81e3b13309fcc7906 + "@polkadot/x-global": 11.1.1 + tslib: ^2.5.0 + checksum: fc54e2053b9bd2d06c9318334543509176f2144fc0ea1104ee018a06f02220231d61399f9bfe7580387dfb0460ed7c1d22357dc38ea628fe7a6ffce037583c93 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:10.2.3": - version: 10.2.3 - resolution: "@polkadot/x-textencoder@npm:10.2.3" +"@polkadot/x-textencoder@npm:11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-textencoder@npm:11.1.1" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/x-global": 10.2.3 - checksum: eb1412fd5d79209bbeda80c758224a0605eb67aecbda412e31a93796e471bf4bd5d0e027b9e8aac881c71ad874ba9239e85465c30d217aa289654112188657ec + "@polkadot/x-global": 11.1.1 + tslib: ^2.5.0 + checksum: 791550f3e9fe875ffac9e14db33876f98ac90e0ebdf51aa4b0b397cc0fbd54d3d4050aec99becdaa5291537caa11f93b1f12a4183f33a33ad952409cbf9bf135 languageName: node linkType: hard -"@polkadot/x-ws@npm:^10.2.3": - version: 10.2.3 - resolution: "@polkadot/x-ws@npm:10.2.3" +"@polkadot/x-ws@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-ws@npm:11.1.1" dependencies: - "@babel/runtime": ^7.20.7 - "@polkadot/x-global": 10.2.3 - "@types/websocket": ^1.0.5 - websocket: ^1.0.34 - checksum: 6c3512105296fac47fa3f3fc9098d3b4bd76a2ca976c0c9cba309bd5a9ae426a5ee483dde0fbaa4a98ec73c15e8325bf643ddd984f2b7e59c7bb9f6e6ae9774b + "@polkadot/x-global": 11.1.1 + tslib: ^2.5.0 + ws: ^8.13.0 + checksum: 5edb4b58ccb5a32b7859996aa33bf2a1ffebc9f35a55ea04f055ec6920f6d966cf0623f2e5c28a04dbf08f59c087533bb9feadf0be72371a5c9d20ce97cb5071 languageName: node linkType: hard @@ -4129,7 +4117,7 @@ __metadata: "@nestjs/common": ^8.2.6 "@nestjs/event-emitter": ^1.3.0 "@nestjs/schedule": ^1.0.2 - "@polkadot/api": 9.11.1 + "@polkadot/api": 10.1.4 "@subql/apollo-links": 0.2.1-9 "@subql/common": "workspace:*" "@subql/types": "workspace:*" @@ -4159,7 +4147,7 @@ __metadata: "@nestjs/schedule": ^1.0.2 "@nestjs/schematics": ^8.0.5 "@nestjs/testing": ^8.2.6 - "@polkadot/api": 9.11.1 + "@polkadot/api": 10.1.4 "@subql/common": "workspace:*" "@subql/common-substrate": "workspace:*" "@subql/node-core": "workspace:*" @@ -4334,8 +4322,8 @@ __metadata: version: 0.0.0-use.local resolution: "@subql/utils@workspace:packages/utils" dependencies: - "@polkadot/util": ^10.2.3 - "@polkadot/util-crypto": ^10.2.3 + "@polkadot/util": ^11.1.1 + "@polkadot/util-crypto": ^11.1.1 "@types/semver": ^7 ansi-styles: ^6.1.0 axios: ^0.27.1 @@ -4443,31 +4431,21 @@ __metadata: languageName: node linkType: hard -"@substrate/connect@npm:0.7.18": - version: 0.7.18 - resolution: "@substrate/connect@npm:0.7.18" +"@substrate/connect@npm:0.7.21": + version: 0.7.21 + resolution: "@substrate/connect@npm:0.7.21" dependencies: "@substrate/connect-extension-protocol": ^1.0.1 - "@substrate/smoldot-light": 0.7.9 eventemitter3: ^4.0.7 - checksum: cc3e189d3ceffc30b5a89b4575c76371f7b0dd620180f4846b784a168b459b37bb2017bd273de63a199a2d14cffbeabf67b0c8ae8db0fc7252297c9129902ebc - languageName: node - linkType: hard - -"@substrate/smoldot-light@npm:0.7.9": - version: 0.7.9 - resolution: "@substrate/smoldot-light@npm:0.7.9" - dependencies: - pako: ^2.0.4 - ws: ^8.8.1 - checksum: d378ab3330734c3efbbba67fdd49e4ecb45e0ae9cd6539090e22718fd06f3eaeadcc520c030c8b16b30745a4a295c0ad406d3c61ddd37c50204722e251fcc6b9 + smoldot: 1.0.0 + checksum: 63fd91ed42ed5e36158c7fb9df916fad31f3ee19f93eddd16bd7ebea934c1aecac1cbc1c01ddffcb9623b618b52fe2ece5bbba959626ee129eafaaa199b78389 languageName: node linkType: hard -"@substrate/ss58-registry@npm:^1.37.0": - version: 1.37.0 - resolution: "@substrate/ss58-registry@npm:1.37.0" - checksum: c70f9109318a53813b75db664bcc10738b407fd5dd9df1e9cb24a49157f6037b67061d9dc81a0174ec9281032277fdf2fef00a16ed8092bd35afa60061e6bfdd +"@substrate/ss58-registry@npm:^1.39.0": + version: 1.39.0 + resolution: "@substrate/ss58-registry@npm:1.39.0" + checksum: 1a16d1f637ea8c9a0cd2cabedb8731b81cafa1e979912a2183c2c670d680dc759136ad5f4183bef48359bd9f0a005f676e7ab78a4f076c19a2cf32974049a1f8 languageName: node linkType: hard @@ -4925,7 +4903,7 @@ __metadata: languageName: node linkType: hard -"@types/node-fetch@npm:^2.6.2": +"@types/node-fetch@npm:2.6.2": version: 2.6.2 resolution: "@types/node-fetch@npm:2.6.2" dependencies: @@ -5179,7 +5157,7 @@ __metadata: languageName: node linkType: hard -"@types/websocket@npm:^1, @types/websocket@npm:^1.0.5": +"@types/websocket@npm:^1": version: 1.0.5 resolution: "@types/websocket@npm:1.0.5" dependencies: @@ -8335,15 +8313,6 @@ __metadata: languageName: node linkType: hard -"ed2curve@npm:^0.3.0": - version: 0.3.0 - resolution: "ed2curve@npm:0.3.0" - dependencies: - tweetnacl: 1.x.x - checksum: 6dfbe2310aa5a47372c9dd2fd920be140c8d52aea5793d716a3e3865d2ceaeaf639a7653e5492dfe3b4910eaf65c09a1d5132580afe2fdca18a75ebb428a52f2 - languageName: node - linkType: hard - "ee-first@npm:1.1.1": version: 1.1.1 resolution: "ee-first@npm:1.1.1" @@ -9217,6 +9186,13 @@ __metadata: languageName: node linkType: hard +"eventemitter3@npm:^5.0.0": + version: 5.0.0 + resolution: "eventemitter3@npm:5.0.0" + checksum: b974bafbab860e0a5bbb21add4c4e82f9d5691c583c03f2e4c5d44a2d6c4556d79223621bdcfc6c8e14366a4af9df6b5ea9d6caf65fbffc80b66f3e1dceacbc9 + languageName: node + linkType: hard + "events@npm:1.1.1": version: 1.1.1 resolution: "events@npm:1.1.1" @@ -13378,10 +13354,10 @@ __metadata: languageName: node linkType: hard -"mock-socket@npm:^9.1.5": - version: 9.1.5 - resolution: "mock-socket@npm:9.1.5" - checksum: a01586bc2850eb5809eda6de0c7ab19255c1e0eb217a805f86ba662bb4aab00b919032d67e7c826c6c12bcfb2fbe19cecbacf0ab6184936487edc4ba37d3ba53 +"mock-socket@npm:^9.2.1": + version: 9.2.1 + resolution: "mock-socket@npm:9.2.1" + checksum: daf07689563163dbcefbefe23b2a9784a75d0af31706f23ad535c6ab2abbcdefa2e91acddeb50a3c39009139e47a8f909cbb38e8137452193ccb9331637fee3e languageName: node linkType: hard @@ -13642,15 +13618,15 @@ __metadata: languageName: node linkType: hard -"nock@npm:^13.2.9": - version: 13.2.9 - resolution: "nock@npm:13.2.9" +"nock@npm:^13.3.0": + version: 13.3.0 + resolution: "nock@npm:13.3.0" dependencies: debug: ^4.1.0 json-stringify-safe: ^5.0.1 lodash: ^4.17.21 propagate: ^2.0.0 - checksum: 04a2dc60b4b55fd1240f28fe34865bbc744088a4570db3781fcf66021644cc3cc9178fd86a0cb0c1f28ea77b83e8f1c9288535f6b39a6d07100059f156ccc23b + checksum: 118d04e95a17f493898a82b5dfecc03762776e1980d9c3b2077479747e60b77109c5f7c0df969d1a8f6039260abe5961733553a5841f0f627bb35238576a0009 languageName: node linkType: hard @@ -15479,13 +15455,6 @@ __metadata: languageName: node linkType: hard -"regenerator-runtime@npm:^0.13.11": - version: 0.13.11 - resolution: "regenerator-runtime@npm:0.13.11" - checksum: 27481628d22a1c4e3ff551096a683b424242a216fee44685467307f14d58020af1e19660bf2e26064de946bad7eff28950eae9f8209d55723e2d9351e632bbb4 - languageName: node - linkType: hard - "regenerator-runtime@npm:^0.13.4, regenerator-runtime@npm:^0.13.9": version: 0.13.9 resolution: "regenerator-runtime@npm:0.13.9" @@ -16233,6 +16202,16 @@ __metadata: languageName: node linkType: hard +"smoldot@npm:1.0.0": + version: 1.0.0 + resolution: "smoldot@npm:1.0.0" + dependencies: + pako: ^2.0.4 + ws: ^8.8.1 + checksum: 507126c07a6512ea7d19fb2041cc0f78b8031a3f76471b491f19db81e61dbe7ebbd633c23951e9f8e7c3aeee3fc4c0b508dee5b925bfb7d6640ce0853ce6e3ef + languageName: node + linkType: hard + "socks-proxy-agent@npm:^6.0.0, socks-proxy-agent@npm:^6.1.1": version: 6.2.0 resolution: "socks-proxy-agent@npm:6.2.0" @@ -16679,6 +16658,7 @@ __metadata: "@octokit/request": ^5.6.3 "@types/cron-converter": ^1 "@types/node": ^14.18.10 + "@types/node-fetch": 2.6.2 "@typescript-eslint/eslint-plugin": ^5.10.2 "@typescript-eslint/parser": ^5.10.2 babel-jest: ^27.4.6 @@ -17350,7 +17330,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.4.0": +"tslib@npm:^2.4.0, tslib@npm:^2.5.0": version: 2.5.0 resolution: "tslib@npm:2.5.0" checksum: ae3ed5f9ce29932d049908ebfdf21b3a003a85653a9a140d614da6b767a93ef94f460e52c3d787f0e4f383546981713f165037dc2274df212ea9f8a4541004e1 @@ -17391,7 +17371,7 @@ __metadata: languageName: node linkType: hard -"tweetnacl@npm:1.x.x, tweetnacl@npm:^1.0.1, tweetnacl@npm:^1.0.3": +"tweetnacl@npm:^1.0.1, tweetnacl@npm:^1.0.3": version: 1.0.3 resolution: "tweetnacl@npm:1.0.3" checksum: e4a57cac188f0c53f24c7a33279e223618a2bfb5fea426231991652a13247bea06b081fd745d71291fcae0f4428d29beba1b984b1f1ce6f66b06a6d1ab90645c @@ -18387,6 +18367,21 @@ __metadata: languageName: node linkType: hard +"ws@npm:^8.13.0": + version: 8.13.0 + resolution: "ws@npm:8.13.0" + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ">=5.0.2" + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + checksum: 53e991bbf928faf5dc6efac9b8eb9ab6497c69feeb94f963d648b7a3530a720b19ec2e0ec037344257e05a4f35bd9ad04d9de6f289615ffb133282031b18c61c + languageName: node + linkType: hard + "ws@npm:^8.8.1": version: 8.8.1 resolution: "ws@npm:8.8.1" From 51daa7410efd5e407aa30e36efa9232033094cd2 Mon Sep 17 00:00:00 2001 From: JQQQ Date: Wed, 29 Mar 2023 10:15:00 +1300 Subject: [PATCH 2/2] update rest of dep --- packages/common/fixtures/package.json | 2 +- packages/node-core/test/v1.0.0/package.json | 2 +- .../node/test/projectFixture/template-v1.0.0/package.json | 2 +- packages/node/test/projectFixture/v1.0.0/package.json | 2 +- packages/types/package.json | 4 ++-- yarn.lock | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/common/fixtures/package.json b/packages/common/fixtures/package.json index f955388a38..7e66c73991 100644 --- a/packages/common/fixtures/package.json +++ b/packages/common/fixtures/package.json @@ -19,7 +19,7 @@ "author": "Ian He & Jay Ji", "license": "Apache-2.0", "devDependencies": { - "@polkadot/api": "^9", + "@polkadot/api": "^10", "@subql/types": "latest", "typescript": "^4.1.3", "@subql/cli": "latest" diff --git a/packages/node-core/test/v1.0.0/package.json b/packages/node-core/test/v1.0.0/package.json index f8507733c5..6e24d528c9 100644 --- a/packages/node-core/test/v1.0.0/package.json +++ b/packages/node-core/test/v1.0.0/package.json @@ -19,7 +19,7 @@ "author": "Ian He & Jay Ji", "license": "Apache-2.0", "devDependencies": { - "@polkadot/api": "^9", + "@polkadot/api": "^10", "@subql/types": "latest", "typescript": "^4.1.3", "@subql/cli": "latest" diff --git a/packages/node/test/projectFixture/template-v1.0.0/package.json b/packages/node/test/projectFixture/template-v1.0.0/package.json index f8507733c5..6e24d528c9 100644 --- a/packages/node/test/projectFixture/template-v1.0.0/package.json +++ b/packages/node/test/projectFixture/template-v1.0.0/package.json @@ -19,7 +19,7 @@ "author": "Ian He & Jay Ji", "license": "Apache-2.0", "devDependencies": { - "@polkadot/api": "^9", + "@polkadot/api": "^10", "@subql/types": "latest", "typescript": "^4.1.3", "@subql/cli": "latest" diff --git a/packages/node/test/projectFixture/v1.0.0/package.json b/packages/node/test/projectFixture/v1.0.0/package.json index f8507733c5..6e24d528c9 100644 --- a/packages/node/test/projectFixture/v1.0.0/package.json +++ b/packages/node/test/projectFixture/v1.0.0/package.json @@ -19,7 +19,7 @@ "author": "Ian He & Jay Ji", "license": "Apache-2.0", "devDependencies": { - "@polkadot/api": "^9", + "@polkadot/api": "^10", "@subql/types": "latest", "typescript": "^4.1.3", "@subql/cli": "latest" diff --git a/packages/types/package.json b/packages/types/package.json index 9b7442872f..29e43507cc 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -16,10 +16,10 @@ "/dist" ], "peerDependencies": { - "@polkadot/api": "^9" + "@polkadot/api": "^10" }, "devDependencies": { - "@polkadot/api": "^9", + "@polkadot/api": "^10", "@types/app-module-path": "^2.2.0" } } diff --git a/yarn.lock b/yarn.lock index f6ec4a6c96..5b13e60c8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4311,10 +4311,10 @@ __metadata: version: 0.0.0-use.local resolution: "@subql/types@workspace:packages/types" dependencies: - "@polkadot/api": ^9 + "@polkadot/api": ^10 "@types/app-module-path": ^2.2.0 peerDependencies: - "@polkadot/api": ^9 + "@polkadot/api": ^10 languageName: unknown linkType: soft