@subql/node-ethereum 4.0.1-1 → 4.1.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.
package/CHANGELOG.md CHANGED
@@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.1.0] - 2024-04-05
10
+ ### Changed
11
+ - update modulos to match changes with node core (#276)
12
+
9
13
  ### Fixed
10
- - Now when `workers` set to 0, it will use block dispatcher instead of throw and exit
11
- - Fixed workers failed to start due to missing apiService, also fix `fetchChainBlock`
14
+ - Now when `workers` set to 0, it will use block dispatcher instead of throw and exit (#273)
15
+ - Fixed workers failed to start due to missing apiService, also fix `fetchChainBlock` (#275)
12
16
 
13
17
  ## [4.0.0] - 2024-04-03
14
18
  ### Added
@@ -442,7 +446,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
442
446
  ### Added
443
447
  - Init release
444
448
 
445
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.0.0...HEAD
449
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.1.0...HEAD
450
+ [4.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.0.0...node-ethereum/4.1.0
446
451
  [4.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.11.0...node-ethereum/4.0.0
447
452
  [3.11.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.10.1...node-ethereum/3.11.0
448
453
  [3.10.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.10.0...node-ethereum/3.10.1