@subql/node-ethereum 6.2.2-1 → 6.3.0

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 +4 -2
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
-
8
7
  ## [Unreleased]
8
+
9
+ ## [6.3.0] - 2025-11-17
9
10
  ### Added
10
11
  - Support for `indexed` option in event topic0 filters (#400)
11
12
 
@@ -654,7 +655,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
654
655
  ### Added
655
656
  - Init release
656
657
 
657
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.2.1...HEAD
658
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.3.0...HEAD
659
+ [6.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.2.1...node-ethereum/6.3.0
658
660
  [6.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.2.0...node-ethereum/6.2.1
659
661
  [6.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.1.1...node-ethereum/6.2.0
660
662
  [6.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.1.0...node-ethereum/6.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "6.2.2-1",
3
+ "version": "6.3.0",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -25,7 +25,7 @@
25
25
  "@nestjs/platform-express": "^11.0.7",
26
26
  "@nestjs/schedule": "^5.0.1",
27
27
  "@subql/common": "^5.7.3",
28
- "@subql/common-ethereum": "4.9.4-0",
28
+ "@subql/common-ethereum": "4.10.0",
29
29
  "@subql/node-core": "^18.3.1",
30
30
  "@subql/testing": "^2.2.1",
31
31
  "@subql/types-ethereum": "4.2.2",
@@ -69,6 +69,5 @@
69
69
  "README.md",
70
70
  "CHANGELOG.md",
71
71
  "LICENSE"
72
- ],
73
- "stableVersion": "6.2.2-0"
72
+ ]
74
73
  }