Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] 20240725 #2498

Merged
merged 4 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .yarn/versions/9eb1a879.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
undecided:
- "@subql/cli"
- "@subql/common"
- "@subql/common-substrate"
- "@subql/node"
- "@subql/node-core"
- "@subql/utils"
7 changes: 6 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -86,6 +86,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "5.1.1-0"
}
}
9 changes: 8 additions & 1 deletion packages/common-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions packages/common-substrate/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
7 changes: 6 additions & 1 deletion packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "4.1.0",
"version": "4.1.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
11 changes: 7 additions & 4 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -48,6 +48,5 @@
},
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "12.0.1-2"
}
}
2 changes: 1 addition & 1 deletion packages/node-core/src/indexer/StoreOperations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const option: DbOption = {
timezone: 'utc',
};

jest.setTimeout(10_000);
jest.setTimeout(50_000);

describe('StoreOperations with db', () => {
let sequelize: Sequelize;
Expand Down
8 changes: 7 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "4.9.1-0",
"version": "5.0.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,6 +54,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.9.0"
]
}
7 changes: 6 additions & 1 deletion packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "2.13.2",
"version": "2.13.3",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down
4 changes: 3 additions & 1 deletion packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/utils",
"version": "2.13.1-0",
"version": "2.13.1",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -30,6 +30,5 @@
},
"devDependencies": {
"@types/semver": "^7"
},
"stableVersion": "2.13.0"
}
}
Loading