From b58a2ad12506dea389a8ea2b2fd1323c1330d68c Mon Sep 17 00:00:00 2001 From: JQQQ Date: Wed, 18 Oct 2023 15:34:30 +1300 Subject: [PATCH 1/5] [release] 20231018 --- .yarn/versions/5007f2da.yml | 0 packages/common-ethereum/CHANGELOG.md | 7 ++++- packages/common-ethereum/package.json | 4 +-- packages/node/CHANGELOG.md | 17 +++++++---- packages/node/package.json | 6 ++-- yarn.lock | 42 ++++++++------------------- 6 files changed, 34 insertions(+), 42 deletions(-) delete mode 100644 .yarn/versions/5007f2da.yml diff --git a/.yarn/versions/5007f2da.yml b/.yarn/versions/5007f2da.yml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/common-ethereum/CHANGELOG.md b/packages/common-ethereum/CHANGELOG.md index a60f660816..77e3e9732c 100644 --- a/packages/common-ethereum/CHANGELOG.md +++ b/packages/common-ethereum/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.4] - 2023-10-18 +### Changed +- Version bump with `common` 3.1.3 + ## [3.0.3] - 2023-10-12 ### Changed - Version bump with `@subql/common` 3.1.2 @@ -93,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Sync with main sdk (#14) ## [0.1.0] - 2022-10-31 -[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.3...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.4...HEAD +[3.0.4]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.3...common-ethereum/3.0.4 [3.0.3]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.2...common-ethereum/3.0.3 [3.0.2]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.1...common-ethereum/3.0.2 [3.0.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.0...common-ethereum/3.0.1 diff --git a/packages/common-ethereum/package.json b/packages/common-ethereum/package.json index c2f1d068a9..25aee7bd38 100644 --- a/packages/common-ethereum/package.json +++ b/packages/common-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-ethereum", - "version": "3.0.3", + "version": "3.0.4", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -14,7 +14,7 @@ "main": "dist/index.js", "license": "GPL-3.0", "dependencies": { - "@subql/common": "3.1.2", + "@subql/common": "3.1.3", "@subql/types-ethereum": "workspace:*", "@typechain/ethers-v5": "^11.1.1", "js-yaml": "^4.1.0", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 1dc84f53a2..86079ba23b 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,13 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.6] - 2023-10-18 +### Fixed +- Update node-core, fix store bulk methods failing with workers + ## [3.0.5] - 2023-10-17 ### Fixed -- Update `@subql/node-core` to fix: +- Update - Dictionary validation error causing application exit (#2101) - Auto queue flush getting the queue into a bad state (#2103) - Fix getCache could not been cleared after reindex, and could have been re-used and lead to error, such as syncPoi +## [3.0.4] - 2023-10-12 +### Fixed +- Update `@subql/node-core` to fix issues with using object destructing for store interface and workers + ## [3.0.4] - 2023-10-12 ### Changed - debug has changed from a boolean to a string to allow scoping debug log level (#2077) @@ -23,10 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed AutoQueue timeout issue. - Fixed Poi sync could block DB IO and drop connection issue. -## [3.0.4] - 2023-10-12 -### Fixed -- Update `@subql/node-core` to fix issues with using object destructing for store interface and workers - ## [3.0.3] - 2023-10-05 ### Changed - Version bump with `@subql/types-ethereum` 3.0.2 @@ -285,7 +289,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Init release -[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.5...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.6...HEAD +[3.0.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.5...node-ethereum/3.0.6 [3.0.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.4...node-ethereum/3.0.5 [3.0.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.3...node-ethereum/3.0.4 [3.0.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.3...node-ethereum/3.0.4 diff --git a/packages/node/package.json b/packages/node/package.json index 063d3c1302..fc57019d0a 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-ethereum", - "version": "3.0.5", + "version": "3.0.6", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -25,9 +25,9 @@ "@nestjs/event-emitter": "^2.0.0", "@nestjs/platform-express": "^9.4.0", "@nestjs/schedule": "^3.0.1", - "@subql/common": "3.1.2", + "@subql/common": "3.1.3", "@subql/common-ethereum": "workspace:*", - "@subql/node-core": "^6.0.3", + "@subql/node-core": "^6.0.4", "@subql/testing": "^2.0.2", "@subql/types-ethereum": "workspace:*", "cacheable-lookup": "6", diff --git a/yarn.lock b/yarn.lock index 2749f80c3d..ca7b509ce8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3172,7 +3172,7 @@ __metadata: version: 0.0.0-use.local resolution: "@subql/common-ethereum@workspace:packages/common-ethereum" dependencies: - "@subql/common": 3.1.2 + "@subql/common": 3.1.3 "@subql/types-ethereum": "workspace:*" "@typechain/ethers-v5": ^11.1.1 "@types/ejs": ^3.1.2 @@ -3192,27 +3192,9 @@ __metadata: languageName: unknown linkType: soft -"@subql/common@npm:3.1.2": - version: 3.1.2 - resolution: "@subql/common@npm:3.1.2" - dependencies: - "@subql/types-core": 0.1.1 - axios: ^0.27.2 - class-transformer: ^0.5.1 - class-validator: ^0.14.0 - fs-extra: ^10.1.0 - ipfs-http-client: 56 - js-yaml: ^4.1.0 - reflect-metadata: ^0.1.13 - semver: ^7.5.2 - update-notifier: 5.1.0 - checksum: e979fac54089276de67a3a498bdf53396ac3726542d9f38350bced06f45921ab937a885a9c6cf183f3f5e7c82877c8ce9e27a5a5bf1f6fae6113baf68b4b3e55 - languageName: node - linkType: hard - -"@subql/common@npm:3.1.3-0": - version: 3.1.3-0 - resolution: "@subql/common@npm:3.1.3-0" +"@subql/common@npm:3.1.3": + version: 3.1.3 + resolution: "@subql/common@npm:3.1.3" dependencies: "@subql/types-core": 0.1.2-0 axios: ^0.27.2 @@ -3224,20 +3206,20 @@ __metadata: reflect-metadata: ^0.1.13 semver: ^7.5.2 update-notifier: 5.1.0 - checksum: 7feacfae6ce121162bcd034944182b53b0f2182e1d516cff80dffdb5ec5d4ad11ecae1b79662deebd125722a9c77bceba0aea67808875eacc4300f761de9391f + checksum: 2e5f145a44913dda9d8cd5d9cfe1bbda6be8e46ef74b278191f67310ffbfeea6ce76c4ff79c5b6b4a9e21a93d60994bc31db29e7bd198cdafe4203723b59893c languageName: node linkType: hard -"@subql/node-core@npm:^6.0.3": - version: 6.0.3 - resolution: "@subql/node-core@npm:6.0.3" +"@subql/node-core@npm:^6.0.4": + version: 6.0.4 + resolution: "@subql/node-core@npm:6.0.4" dependencies: "@apollo/client": ^3.7.16 "@nestjs/common": ^9.4.0 "@nestjs/event-emitter": ^2.0.0 "@nestjs/schedule": ^3.0.1 "@subql/apollo-links": ^1.0.2 - "@subql/common": 3.1.3-0 + "@subql/common": 3.1.3 "@subql/testing": 2.1.0 "@subql/types": 3.1.3-1 "@subql/utils": 2.4.5-0 @@ -3255,7 +3237,7 @@ __metadata: tar: ^6.1.11 vm2: ^3.9.19 yargs: ^16.2.0 - checksum: 0ca10dfd76b3f451e0a6480dc737dbb90b30805ad5137b15d6ca82a6d01f0441be980e6f7efb42f1ce2238e65b919a5319efed0d8987c1952f3764184687822b + checksum: 164a25af46d3ad47573bb8fb5e037707fe0835be995f24dff0210e0edd38589d7f15774f20b824bf8671d5c9f52bdca4dbecf854a27b78cb02459bd3d07f7ea3 languageName: node linkType: hard @@ -3271,9 +3253,9 @@ __metadata: "@nestjs/schedule": ^3.0.1 "@nestjs/schematics": ^9.2.0 "@nestjs/testing": ^9.4.0 - "@subql/common": 3.1.2 + "@subql/common": 3.1.3 "@subql/common-ethereum": "workspace:*" - "@subql/node-core": ^6.0.3 + "@subql/node-core": ^6.0.4 "@subql/testing": ^2.0.2 "@subql/types-ethereum": "workspace:*" "@types/express": ^4.17.13 From 5b38320af6e21d8a68a8fe743e07600981123614 Mon Sep 17 00:00:00 2001 From: JQQQ Date: Wed, 18 Oct 2023 15:46:32 +1300 Subject: [PATCH 2/5] revert changelog --- packages/node/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 86079ba23b..78fd2f7714 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.5] - 2023-10-17 ### Fixed -- Update +- Update `@subql/node-core` to fix: - Dictionary validation error causing application exit (#2101) - Auto queue flush getting the queue into a bad state (#2103) - Fix getCache could not been cleared after reindex, and could have been re-used and lead to error, such as syncPoi From 864dd0f90f963582f00af63f63a6d79bab1919ee Mon Sep 17 00:00:00 2001 From: JQQQ Date: Wed, 18 Oct 2023 15:47:30 +1300 Subject: [PATCH 3/5] update --- packages/node/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 78fd2f7714..f4940f51d1 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.6] - 2023-10-18 ### Fixed -- Update node-core, fix store bulk methods failing with workers +- Update node-core, additional fix for store bulk methods failing with workers ## [3.0.5] - 2023-10-17 ### Fixed From 1470a706b25aa20fa413564c67d445479560434f Mon Sep 17 00:00:00 2001 From: JQQQ Date: Wed, 18 Oct 2023 15:49:25 +1300 Subject: [PATCH 4/5] update --- packages/node/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index f4940f51d1..0f0b9002ea 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -20,8 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.4] - 2023-10-12 ### Fixed - Update `@subql/node-core` to fix issues with using object destructing for store interface and workers - -## [3.0.4] - 2023-10-12 ### Changed - debug has changed from a boolean to a string to allow scoping debug log level (#2077) From 3a855d50b8ac9e2964ae746d1044b05aca1c298d Mon Sep 17 00:00:00 2001 From: JQQQ Date: Wed, 18 Oct 2023 15:52:04 +1300 Subject: [PATCH 5/5] update --- packages/node/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 0f0b9002ea..9ee28bebb8 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -18,13 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix getCache could not been cleared after reindex, and could have been re-used and lead to error, such as syncPoi ## [3.0.4] - 2023-10-12 -### Fixed -- Update `@subql/node-core` to fix issues with using object destructing for store interface and workers ### Changed - debug has changed from a boolean to a string to allow scoping debug log level (#2077) - ### Fixed - Sync with node-core. + - Fix issues with using object destructing for store interface and workers - Fixed Poi migration performance issue. - Fixed AutoQueue timeout issue. - Fixed Poi sync could block DB IO and drop connection issue.