Skip to content

Commit eae7df3

Browse files
authored
[release] @subql/node-core@19.2.0 (#3021)
1 parent dcc6c31 commit eae7df3

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

packages/node-core/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [19.2.0] - 2026-03-05
10+
### Changed
11+
- Improve logging of `rewindHeight` when handling un-finalized blocks (#3018)
12+
13+
### Fixed
14+
- Handle non-sequential unfinalized blocks with backfill (#3016)
15+
916
## [19.1.0] - 2026-02-23
1017
### Fixed
1118
- Recovery for invalid POI sync state on startup. Now it searches backward to find the last valid synced POI and updates
@@ -1063,7 +1070,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10631070
### Changed
10641071
- Move blockchain agnostic code from `node` to `node-core` package. (#1222)
10651072

1066-
[Unreleased]: https://github.com/subquery/subql/compare/node-core/19.0.0...HEAD
1073+
[Unreleased]: https://github.com/subquery/subql/compare/node-core/19.2.0...HEAD
1074+
[19.2.0]: https://github.com/subquery/subql/compare/node-core/19.1.0...node-core/19.2.0
1075+
[19.1.0]: https://github.com/subquery/subql/compare/node-core/19.0.0...node-core/19.1.0
10671076
[19.0.0]: https://github.com/subquery/subql/compare/node-core/18.5.3...node-core/19.0.0
10681077
[18.5.3]: https://github.com/subquery/subql/compare/node-core/18.5.2...node-core/18.5.3
10691078
[18.5.2]: https://github.com/subquery/subql/compare/node-core/18.5.1...node-core/18.5.2

packages/node-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/node-core",
3-
"version": "19.1.1-1",
3+
"version": "19.2.0",
44
"description": "Common node features that are agnostic to blockchains",
55
"homepage": "https://github.com/subquery/subql",
66
"repository": "github:subquery/subql",

0 commit comments

Comments
 (0)