@subql/node-ethereum 3.11.1-6 → 4.0.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,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
### Fixed
|
|
10
|
+
- Now when `workers` set to 0, it will use block dispatcher instead of throw and exit
|
|
11
|
+
|
|
12
|
+
## [4.0.0] - 2024-04-03
|
|
13
|
+
### Added
|
|
14
|
+
- Add support for eth dictionary v2 (#225)
|
|
15
|
+
|
|
9
16
|
### Fixed
|
|
10
17
|
- Improve log hash assertion message (#269)
|
|
11
18
|
|
|
@@ -434,7 +441,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
434
441
|
### Added
|
|
435
442
|
- Init release
|
|
436
443
|
|
|
437
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/
|
|
444
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.0.0...HEAD
|
|
445
|
+
[4.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.11.0...node-ethereum/4.0.0
|
|
438
446
|
[3.11.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.10.1...node-ethereum/3.11.0
|
|
439
447
|
[3.10.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.10.0...node-ethereum/3.10.1
|
|
440
448
|
[3.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.1...node-ethereum/3.10.0
|