@subql/node-ethereum 6.0.1 → 6.0.4
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 +16 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +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.0.4] - 2025-05-01
|
|
10
|
+
### Changed
|
|
11
|
+
- Re release of previously failed release
|
|
12
|
+
|
|
13
|
+
## [6.0.3] - 2025-05-01
|
|
14
|
+
### Changed
|
|
15
|
+
- Update `@subql/node-core` with workers performance fix
|
|
16
|
+
|
|
17
|
+
## [6.0.2] - 2025-04-29
|
|
18
|
+
### Fixed
|
|
19
|
+
- Failed previous release with reference to unpublished dependency
|
|
20
|
+
|
|
9
21
|
## [6.0.1] - 2025-04-29
|
|
10
22
|
### Fixed
|
|
11
23
|
- OOM issue with large RPC responses (#375)
|
|
@@ -616,7 +628,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
616
628
|
### Added
|
|
617
629
|
- Init release
|
|
618
630
|
|
|
619
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.
|
|
631
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.4...HEAD
|
|
632
|
+
[6.0.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.3...node-ethereum/6.0.4
|
|
633
|
+
[6.0.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.2...node-ethereum/6.0.3
|
|
634
|
+
[6.0.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.1...node-ethereum/6.0.2
|
|
620
635
|
[6.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.0...node-ethereum/6.0.1
|
|
621
636
|
[6.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.2...node-ethereum/6.0.0
|
|
622
637
|
[5.6.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.1...node-ethereum/5.6.2
|