@subql/node-ethereum 5.1.5 → 5.1.7-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
|
+
- When there is no log data for fullBlock, it is determined as lightBlock. (#350)
|
|
11
|
+
|
|
12
|
+
## [5.1.6] - 2024-10-23
|
|
13
|
+
### Changed
|
|
14
|
+
- Bump `@subql/common` dependency
|
|
15
|
+
|
|
9
16
|
## [5.1.5] - 2024-10-22
|
|
10
17
|
### Changed
|
|
11
18
|
- Bump `@subql/node-core` dependency (#347)
|
|
@@ -560,7 +567,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
560
567
|
### Added
|
|
561
568
|
- Init release
|
|
562
569
|
|
|
563
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.
|
|
570
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...HEAD
|
|
571
|
+
[5.1.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.5...node-ethereum/5.1.6
|
|
564
572
|
[5.1.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.4...node-ethereum/5.1.5
|
|
565
573
|
[5.1.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.3...node-ethereum/5.1.4
|
|
566
574
|
[5.1.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.2...node-ethereum/5.1.3
|