Skip to content

[release] 20240605 #2422

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

Merged
merged 1 commit into from
Jun 5, 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
5 changes: 5 additions & 0 deletions .yarn/versions/445ef638.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
undecided:
- "@subql/cli"
- "@subql/common"
- "@subql/common-substrate"
- "@subql/node"
7 changes: 6 additions & 1 deletion packages/cli/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.12.0] - 2024-06-05
### Changed
- Bump with common dependencies

## [4.11.0] - 2024-05-30
### Added
- `--queryLimit` flag to deploy command for query service (#2419)
Expand Down Expand Up @@ -589,7 +593,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/4.11.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.12.0...HEAD
[4.12.0]: https://github.com/subquery/subql/compare/cli/4.11.0...cli/4.12.0
[4.11.0]: https://github.com/subquery/subql/compare/cli/4.10.1...cli/4.11.0
[4.10.1]: https://github.com/subquery/subql/compare/cli/4.10.0...cli/4.10.1
[4.10.0]: https://github.com/subquery/subql/compare/cli/4.9.0...cli/4.10.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": "4.11.1-0",
"version": "4.12.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -90,6 +90,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "4.11.0"
}
}
7 changes: 6 additions & 1 deletion packages/common-substrate/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]

## [3.8.0] - 2024-06-05
### Changed
- Bump with common

## [3.7.0] - 2024-05-22
### Changed
- Bump with common
Expand Down Expand Up @@ -148,7 +152,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/3.7.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/3.8.0...HEAD
[3.8.0]: https://github.com/subquery/subql/compare/common-substrate/3.7.0...common-substrate/3.8.0
[3.7.0]: https://github.com/subquery/subql/compare/common-substrate/3.6.0...common-substrate/3.7.0
[3.6.0]: https://github.com/subquery/subql/compare/common-substrate/3.5.0...common-substrate/3.6.0
[3.5.0]: https://github.com/subquery/subql/compare/common-substrate/3.4.0...common-substrate/3.5.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": "3.7.1-0",
"version": "3.8.0",
"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": "3.7.0"
}
}
4 changes: 3 additions & 1 deletion packages/common/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]

## [3.7.0] - 2024-06-05
### Changed
- Add default value in model class to follow ES2022 rule

Expand Down Expand Up @@ -366,7 +367,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/3.6.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/3.7.0...HEAD
[3.7.0]: https://github.com/subquery/subql/compare/common/3.6.0...common/3.7.0
[3.6.0]: https://github.com/subquery/subql/compare/common/3.5.1...common/3.6.0
[3.5.1]: https://github.com/subquery/subql/compare/common/3.5.0...common/3.5.1
[3.5.0]: https://github.com/subquery/subql/compare/common/3.4.1...common/3.5.0
Expand Down
5 changes: 2 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "3.6.1-0",
"version": "3.7.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -34,6 +34,5 @@
"@types/semver": "^7.3.9",
"@types/tar": "^6.1.1",
"@types/update-notifier": "^6"
},
"stableVersion": "3.6.0"
}
}
5 changes: 4 additions & 1 deletion packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [10.4.0] - 2024-06-05
### Added
- Add monitor service to record block indexing actions in order to improve POI accuracy, and provide debug info for Admin api

Expand Down Expand Up @@ -702,7 +704,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/10.3.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/10.4.0...HEAD
[10.4.0]: https://github.com/subquery/subql/compare/node-core/10.3.2...node-core/10.4.0
[10.3.2]: https://github.com/subquery/subql/compare/node-core/10.3.1...node-core/10.3.2
[10.3.1]: https://github.com/subquery/subql/compare/node-core/10.3.0...node-core/10.3.1
[10.3.0]: https://github.com/subquery/subql/compare/node-core/10.2.0...node-core/10.3.0
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": "10.3.3-1",
"version": "10.4.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": "10.3.3-0"
}
}
5 changes: 4 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [4.6.0] - 2024-06-05
### Added
- Add monitor service to record block indexing actions in order to improve POI accuracy, and provide debug info for Admin api

Expand Down Expand Up @@ -1206,7 +1208,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.5.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/4.6.0...HEAD
[4.6.0]: https://github.com/subquery/subql/compare/node/4.5.1...node/4.6.0
[4.5.1]: https://github.com/subquery/subql/compare/node/4.5.0...node/4.5.1
[4.5.0]: https://github.com/subquery/subql/compare/node/4.4.2...node/4.5.0
[4.4.2]: https://github.com/subquery/subql/compare/node/4.4.1...node/4.4.2
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.5.2-1",
"version": "4.6.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,6 +54,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.5.2-0"
]
}
22 changes: 2 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6406,25 +6406,7 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:^3.5.1":
version: 3.6.0
resolution: "@subql/common@npm:3.6.0"
dependencies:
"@subql/types-core": 0.7.0
axios: ^0.28.0
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: 65c35581969ba31965c1176b57c0881e29e20beb764623cd4fcb5bdf2fb68d632ea8c76149f773514081c4aa23f31be64fbea117dd1c1bbec12196ef1e86199e
languageName: node
linkType: hard

"@subql/common@workspace:*, @subql/common@workspace:packages/common":
"@subql/common@^3.5.1, @subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
dependencies:
Expand Down Expand Up @@ -6595,7 +6577,7 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@0.7.0, @subql/types-core@^0.7.0, @subql/types-core@workspace:*, @subql/types-core@workspace:^, @subql/types-core@workspace:packages/types-core":
"@subql/types-core@^0.7.0, @subql/types-core@workspace:*, @subql/types-core@workspace:^, @subql/types-core@workspace:packages/types-core":
version: 0.0.0-use.local
resolution: "@subql/types-core@workspace:packages/types-core"
dependencies:
Expand Down
Loading