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