@subql/node-ethereum 3.0.0 → 3.0.2

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,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.0.2] - 2023-10-04
10
+ ### Fixed
11
+ - Fix reindex service without poi feature with `node-core`
12
+
13
+ ### Changed
14
+ - Version bump with `types-ethereum` and `common-ethereum`
15
+
16
+ ## [3.0.1] - 2023-10-03
17
+ ### Fixed
18
+ - Empty string causing main command to not run, this happened with the default docker compose in starters
19
+
9
20
  ## [3.0.0] - 2023-10-03
10
21
  ### Fixed
11
22
  - Fix dictionary metadata validation failed
@@ -249,7 +260,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
249
260
  ### Added
250
261
  - Init release
251
262
 
252
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.0...HEAD
263
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.2...HEAD
264
+ [3.0.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.1...node-ethereum/3.0.2
265
+ [3.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.0...node-ethereum/3.0.1
253
266
  [3.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.5...node-ethereum/3.0.0
254
267
  [2.12.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.4...node-ethereum/2.12.5
255
268
  [2.12.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.3...node-ethereum/2.12.4