@subql/node-ethereum 6.3.3-0 → 6.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,7 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- ## [6.3.1] - 2025-11-20
9
+ ## [6.3.3] - 2026-02-23
10
+ ### Fixed
11
+ - Handle fork rollback crash when parent block lookup fails by falling back to height-based check
12
+ - Handle genesis block edge case when searching for fork point
13
+ ### Changed
14
+ - Update `@subql/node-core` to 19.1.0 with breaking change to worker `toBlockResponse`
15
+
16
+ ## [6.3.2] - 2025-12-09
17
+ ### Fixed
18
+ - Handle genesis block fetch failure for Polkadot Hub chains (#412)
19
+
20
+ ## [6.3.1] - 2026-02-22
10
21
  ### Changed
11
22
  - Update `@subql/node-core` with POI fixes for arrays (#403)
12
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "6.3.3-0",
3
+ "version": "6.3.3",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",