@subql/node-ethereum 5.2.0 → 5.2.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
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [5.2.1] - 2024-12-06
|
|
10
|
+
### Fixed
|
|
11
|
+
- Missing API dependency when using reindex
|
|
12
|
+
|
|
9
13
|
## [5.2.0] - 2024-11-28
|
|
10
14
|
### Added
|
|
11
15
|
- Support for historical indexing by timestamp as well as block height
|
|
@@ -573,7 +577,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
573
577
|
### Added
|
|
574
578
|
- Init release
|
|
575
579
|
|
|
576
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.
|
|
580
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.1...HEAD
|
|
581
|
+
[5.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.0...node-ethereum/5.2.1
|
|
577
582
|
[5.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.7...node-ethereum/5.2.0
|
|
578
583
|
[5.1.7]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...node-ethereum/5.1.7
|
|
579
584
|
[5.1.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.5...node-ethereum/5.1.6
|