From 723fcedd998b307a9f400e2cfbe33968c98134e7 Mon Sep 17 00:00:00 2001 From: Jay Ji Date: Fri, 26 Jul 2024 10:34:07 +1200 Subject: [PATCH] [release] 20240725 (#2498) * [release] 20240725 * Fix release version * increase test timeout --- .yarn/versions/9eb1a879.yml | 7 +++++++ packages/cli/CHANGELOG.md | 7 ++++++- packages/cli/package.json | 5 ++--- packages/common-substrate/CHANGELOG.md | 9 ++++++++- packages/common-substrate/package.json | 5 ++--- packages/common/CHANGELOG.md | 7 ++++++- packages/common/package.json | 2 +- packages/node-core/CHANGELOG.md | 11 +++++++---- packages/node-core/package.json | 5 ++--- .../node-core/src/indexer/StoreOperations.test.ts | 2 +- packages/node/CHANGELOG.md | 8 +++++++- packages/node/package.json | 5 ++--- packages/query/CHANGELOG.md | 7 ++++++- packages/query/package.json | 2 +- packages/utils/CHANGELOG.md | 4 +++- packages/utils/package.json | 5 ++--- 16 files changed, 63 insertions(+), 28 deletions(-) create mode 100644 .yarn/versions/9eb1a879.yml diff --git a/.yarn/versions/9eb1a879.yml b/.yarn/versions/9eb1a879.yml new file mode 100644 index 0000000000..a1f0052f40 --- /dev/null +++ b/.yarn/versions/9eb1a879.yml @@ -0,0 +1,7 @@ +undecided: + - "@subql/cli" + - "@subql/common" + - "@subql/common-substrate" + - "@subql/node" + - "@subql/node-core" + - "@subql/utils" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b6b9ca6ebe..4f90b670bc 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Subgraph graphql schema migration to the migrate command (#2499) +## [5.1.1] - 2024-07-25 +### Changed +- Bump versions with `@subql/common` and `@subql/utils` (#2498) + ## [5.1.0] - 2024-07-11 ### Changed - Use `IPFSHTTPClientLite` replace `IPFSHTTPClient` (#2480) @@ -640,7 +644,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - support subcommand codegen - support subcommand init -[Unreleased]: https://github.com/subquery/subql/compare/cli/5.1.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/cli/5.1.1...HEAD +[5.1.1]: https://github.com/subquery/subql/compare/cli/5.1.0...cli/5.1.1 [5.1.0]: https://github.com/subquery/subql/compare/cli/5.0.1...cli/5.1.0 [5.0.1]: https://github.com/subquery/subql/compare/cli/5.0.0...cli/5.0.1 [5.0.0]: https://github.com/subquery/subql/compare/cli/4.15.0...cli/5.0.0 diff --git a/packages/cli/package.json b/packages/cli/package.json index db56004ff3..4cb3ab91a4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "cli for subquery", - "version": "5.1.1-1", + "version": "5.1.1", "author": "Ian He", "bin": { "subql": "./bin/run" @@ -86,6 +86,5 @@ "types": "lib/index.d.ts", "resolutions": { "node-fetch": "2.6.7" - }, - "stableVersion": "5.1.1-0" + } } diff --git a/packages/common-substrate/CHANGELOG.md b/packages/common-substrate/CHANGELOG.md index d8a624f7c4..4b038533c7 100644 --- a/packages/common-substrate/CHANGELOG.md +++ b/packages/common-substrate/CHANGELOG.md @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.1] - 2024-07-25 +### Changed +- Bump version with `@subql/common` +- input type updated in `isRuntimeDs` (#2496) + ## [4.1.0] - 2024-07-11 ### Removed - Unused functions (#2484) + ### Changed - Bump with `subql/common` @@ -171,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - init commit -[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.1.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.1.1...HEAD +[4.1.1]: https://github.com/subquery/subql/compare/common-substrate/4.1.0...common-substrate/4.1.1 [4.1.0]: https://github.com/subquery/subql/compare/common-substrate/4.0.1...common-substrate/4.1.0 [4.0.1]: https://github.com/subquery/subql/compare/common-substrate/4.0.0...common-substrate/4.0.1 [4.0.0]: https://github.com/subquery/subql/compare/common-substrate/3.8.1...common-substrate/4.0.0 diff --git a/packages/common-substrate/package.json b/packages/common-substrate/package.json index e97c155c4c..63374042e3 100644 --- a/packages/common-substrate/package.json +++ b/packages/common-substrate/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-substrate", - "version": "4.1.1-0", + "version": "4.1.1", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -27,6 +27,5 @@ "@types/bn.js": "4.11.6", "@types/js-yaml": "^4.0.4", "@types/pino": "^6.3.12" - }, - "stableVersion": "4.1.0" + } } diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 89157a4a54..733a10a0ed 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.1] - 2024-07-25 +### Changed +- Bump version with `@subql/utils` + ## [4.1.0] - 2024-07-11 ### Added - Add `IPFSHTTPClientLite` to replace original `IPFSHTTPClient` in order to reduce dependencies (#2480) @@ -388,7 +392,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - init commit -[Unreleased]: https://github.com/subquery/subql/compare/common/4.1.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/common/4.1.1...HEAD +[4.1.1]: https://github.com/subquery/subql/compare/common/4.1.0...common/4.1.1 [4.1.0]: https://github.com/subquery/subql/compare/common/4.0.1...common/4.1.0 [4.0.1]: https://github.com/subquery/subql/compare/common/4.0.0...common/4.0.1 [4.0.0]: https://github.com/subquery/subql/compare/common/3.9.0...common/4.0.0 diff --git a/packages/common/package.json b/packages/common/package.json index 5dcfb9d816..2cd6e0a726 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common", - "version": "4.1.0", + "version": "4.1.1", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index f0a9d2fd45..6272b50d05 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/CHANGELOG.md @@ -5,15 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [13.0.0] - 2024-07-25 ### Changed - Breaking change: Require indexing environment timezone set to UTC, avoid inconsistent result from cache and database (#2495) ### Fixed - Fix handle bigint type in jsonb array, both get and set method will generate consistent result (#2495) -- Update with `@subql/utils`, fixed json and json array hashcode issue, improve poi consistency (#2495) -### Added -- SubqueryProject base from extracing common code (#2496) +- Update with `@subql/utils`, fixed json and json array hashcode issue, improve poi consistency (#2497) +### Added +- SubqueryProject base from extracting common code (#2496) ## [12.0.0] - 2024-07-22 ### Changed @@ -779,7 +781,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Move blockchain agnostic code from `node` to `node-core` package. (#1222) -[Unreleased]: https://github.com/subquery/subql/compare/node-core/12.0.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/13.0.0...HEAD +[13.0.0]: https://github.com/subquery/subql/compare/node-core/12.0.0...node-core/13.0.0 [12.0.0]: https://github.com/subquery/subql/compare/node-core/11.0.0...node-core/12.0.0 [11.0.0]: https://github.com/subquery/subql/compare/node-core/10.10.2...node-core/11.0.0 [10.10.2]: https://github.com/subquery/subql/compare/node-core/10.10.1...node-core/10.10.2 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index f0a1f188d8..022527cce3 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "12.0.1-3", + "version": "13.0.0", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -48,6 +48,5 @@ }, "devDependencies": { "@types/async-lock": "^1" - }, - "stableVersion": "12.0.1-2" + } } diff --git a/packages/node-core/src/indexer/StoreOperations.test.ts b/packages/node-core/src/indexer/StoreOperations.test.ts index efcd7cb8ef..8aa156197b 100644 --- a/packages/node-core/src/indexer/StoreOperations.test.ts +++ b/packages/node-core/src/indexer/StoreOperations.test.ts @@ -132,7 +132,7 @@ const option: DbOption = { timezone: 'utc', }; -jest.setTimeout(10_000); +jest.setTimeout(50_000); describe('StoreOperations with db', () => { let sequelize: Sequelize; diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 6b1743f639..396f2245e2 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [5.0.0] - 2024-07-25 ### Changed +- Breaking change: Update with `@subql/node-core`, require indexing environment timezone set to UTC (#2495) - Update SubqueryProject to use code from node-core (#2496) +### Fixed +- Bump with `@subql/node-core`, fixed various issues causing poi inconsistency (#2497) ## [4.9.0] - 2024-07-22 ### Changed @@ -1265,7 +1270,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - bump @polkadot/api to 3.1.1 -[Unreleased]: https://github.com/subquery/subql/compare/node/4.9.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/5.0.0...HEAD +[5.0.0]: https://github.com/subquery/subql/compare/node/4.9.0...node/5.0.0 [4.9.0]: https://github.com/subquery/subql/compare/node/4.8.2...node/4.9.0 [4.8.2]: https://github.com/subquery/subql/compare/node/4.8.1...node/4.8.2 [4.8.1]: https://github.com/subquery/subql/compare/node/4.8.0...node/4.8.1 diff --git a/packages/node/package.json b/packages/node/package.json index 0226a251a1..c08f68f7c0 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "4.9.1-0", + "version": "5.0.0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -54,6 +54,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.9.0" + ] } diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index b67fc0f545..b111f1cec8 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.13.3] - 2024-07-25 +### Changed +- Bump version with `@subql/common` and `@subql/utils` (#2498) + ## [2.13.2] - 2024-07-09 ### Changed - Enable TS strict setting @@ -334,7 +338,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - overwrite plugin to fix one to one unique key check - update query publish and docker build process -[Unreleased]: https://github.com/subquery/subql/compare/query/2.13.2...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/query/2.13.3...HEAD +[2.13.3]: https://github.com/subquery/subql/compare/query/2.13.2...query/2.13.3 [2.13.2]: https://github.com/subquery/subql/compare/query/2.13.1...query/2.13.2 [2.13.1]: https://github.com/subquery/subql/compare/query/2.13.0...query/2.13.1 [2.13.0]: https://github.com/subquery/subql/compare/query/2.12.1...query/2.13.0 diff --git a/packages/query/package.json b/packages/query/package.json index c5a2552f1a..031366010e 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query", - "version": "2.13.2", + "version": "2.13.3", "description": "", "bin": { "subql-query": "./bin/run" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 9c326b54e3..c1b10cbf78 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.13.1] - 2024-07-25 ### Fixed - Fix hashcode for Json and Json array, sorted keys before hashing @@ -162,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update polkadot/api to 9 -[Unreleased]: https://github.com/subquery/subql/compare/utils/2.13.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/utils/2.13.1...HEAD +[2.13.1]: https://github.com/subquery/subql/compare/utils/2.13.0...utils/2.13.1 [2.13.0]: https://github.com/subquery/subql/compare/utils/2.12.1...utils/2.13.0 [2.12.1]: https://github.com/subquery/subql/compare/utils/2.12.0...utils/2.12.1 [2.12.0]: https://github.com/subquery/subql/compare/utils/2.11.0...utils/2.12.0 diff --git a/packages/utils/package.json b/packages/utils/package.json index ebee0ea440..6d07738585 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@subql/utils", - "version": "2.13.1-0", + "version": "2.13.1", "description": "", "packageManager": "yarn@3.1.1", "scripts": { @@ -30,6 +30,5 @@ }, "devDependencies": { "@types/semver": "^7" - }, - "stableVersion": "2.13.0" + } }