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