File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments