Skip to content

Commit 1fbbccc

Browse files
committed
[release] @subql/node-core@19.1.0
1 parent ff504d3 commit 1fbbccc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/node-core/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [19.1.0] - 2026-02-23
10+
### Fixed
11+
- Recovery for invalid POI sync state on startup. Now it searches backward to find the last valid synced POI and updates
12+
the metadata accordingly. (#3014)
13+
914
## [19.0.0] - 2025-11-26
1015
### Changed
1116
- Update the `toBlockResponse` function signature on the worker service to take an `IBlock<B>` instead of a `B` type (#2978)

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.0.1-0",
3+
"version": "19.1.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)