@subql/node-ethereum 5.5.0 → 5.6.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 +11 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [5.6.1] - 2025-03-24
|
|
10
|
+
### Changed
|
|
11
|
+
- Update node-core with fix for workers max queue error
|
|
12
|
+
|
|
13
|
+
## [5.6.0] - 2025-03-20
|
|
14
|
+
### Changed
|
|
15
|
+
- Update @subql/node-core dependencies
|
|
16
|
+
|
|
9
17
|
## [5.5.0] - 2025-02-26
|
|
10
18
|
### Fixed
|
|
11
19
|
- `timestamp` field missing on `Header`
|
|
@@ -596,7 +604,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
596
604
|
### Added
|
|
597
605
|
- Init release
|
|
598
606
|
|
|
599
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.
|
|
607
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.1...HEAD
|
|
608
|
+
[5.6.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.0...node-ethereum/5.6.1
|
|
609
|
+
[5.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.5.0...node-ethereum/5.6.0
|
|
600
610
|
[5.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.4.0...node-ethereum/5.5.0
|
|
601
611
|
[5.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.3.0...node-ethereum/5.4.0
|
|
602
612
|
[5.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.1...node-ethereum/5.3.0
|