@subql/node-ethereum 6.2.2-1 → 6.3.1
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.
- package/CHANGELOG.md +9 -2
- package/dist/.tsbuildinfo +1 -1
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,13 @@ 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.1] - 2025-11-20
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/node-core` with POI fixes for arrays (#403)
|
|
12
|
+
|
|
13
|
+
## [6.3.0] - 2025-11-17
|
|
9
14
|
### Added
|
|
10
15
|
- Support for `indexed` option in event topic0 filters (#400)
|
|
11
16
|
|
|
@@ -654,7 +659,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
654
659
|
### Added
|
|
655
660
|
- Init release
|
|
656
661
|
|
|
657
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.
|
|
662
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.3.1...HEAD
|
|
663
|
+
[6.3.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.3.0...node-ethereum/6.3.1
|
|
664
|
+
[6.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.2.1...node-ethereum/6.3.0
|
|
658
665
|
[6.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.2.0...node-ethereum/6.2.1
|
|
659
666
|
[6.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.1.1...node-ethereum/6.2.0
|
|
660
667
|
[6.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.1.0...node-ethereum/6.1.1
|