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] 20240722 #2494

Merged
merged 1 commit into from
Jul 22, 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
3 changes: 3 additions & 0 deletions .yarn/versions/c03d8f8e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node"
- "@subql/node-core"
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]

## [12.0.0] - 2024-07-22
### Changed
- Provide a better error message when user increases project start height beyond indexed height (#2492)
- Define new core modules to reduce duplicate code in nodes (#2491)
Expand Down Expand Up @@ -768,7 +770,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/11.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/12.0.0...HEAD
[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
[10.10.1]: https://github.com/subquery/subql/compare/node-core/10.10.0...node-core/10.10.1
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": "11.0.1-1",
"version": "12.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": "11.0.1-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.9.0] - 2024-07-22
### Changed
- Tidy up modules to match changes with node-core (#2491)

Expand Down Expand Up @@ -1261,7 +1263,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.8.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/4.9.0...HEAD
[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
[4.8.0]: https://github.com/subquery/subql/compare/node/4.7.1...node/4.8.0
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.8.3-0",
"version": "4.9.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,6 +54,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.8.2"
]
}
5 changes: 4 additions & 1 deletion packages/utils/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]

## [2.13.0] - 2024-07-22
### Changed
- Update error log format to specify the name of the error instance where possible (#2492)

Expand Down Expand Up @@ -157,7 +159,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.12.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/utils/2.13.0...HEAD
[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
[2.11.0]: https://github.com/subquery/subql/compare/utils/2.10.0...utils/2.11.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.12.2-0",
"version": "2.13.0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -30,6 +30,5 @@
},
"devDependencies": {
"@types/semver": "^7"
},
"stableVersion": "2.12.1"
}
}
Loading