Skip to content

Commit

Permalink
[release] 20250305 (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Mar 4, 2025
1 parent b5f5af3 commit 5b85807
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/53d32974.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node"
6 changes: 5 additions & 1 deletion packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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]

## [17.1.0] - 2025-03-05
### Added
- Flushing the cache every block when the project is fully synced to reduce delay between data indexed and being queryable (#2707)

### Fixed
- Finalized block getter when height is 0 (#2706)

Expand Down Expand Up @@ -933,7 +936,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/17.0.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/17.1.0...HEAD
[17.1.0]: https://github.com/subquery/subql/compare/node-core/17.0.2...node-core/17.1.0
[17.0.2]: https://github.com/subquery/subql/compare/node-core/17.0.1...node-core/17.0.2
[17.0.1]: https://github.com/subquery/subql/compare/node-core/17.0.0...node-core/17.0.1
[17.0.0]: https://github.com/subquery/subql/compare/node-core/16.2.1...node-core/17.0.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": "17.0.3-1",
"version": "17.1.0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -47,6 +47,5 @@
},
"devDependencies": {
"@types/yargs": "^16.0.9"
},
"stableVersion": "17.0.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]

## [5.10.0] - 2025-03-05
### Changed
- Update `@subql/node-core` with new cache flush behaviour when fully synced (#2707)

Expand Down Expand Up @@ -1392,7 +1394,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/5.9.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.10.0...HEAD
[5.10.0]: https://github.com/subquery/subql/compare/node/5.9.1...node/5.10.0
[5.9.1]: https://github.com/subquery/subql/compare/node/5.9.0...node/5.9.1
[5.9.0]: https://github.com/subquery/subql/compare/node/5.8.0...node/5.9.0
[5.8.0]: https://github.com/subquery/subql/compare/node/5.7.2...node/5.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": "5.9.2-0",
"version": "5.10.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -50,6 +50,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.9.1"
]
}

0 comments on commit 5b85807

Please sign in to comment.