@subql/node-ethereum 3.0.1 → 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 +9 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +6 -6
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
|
+
## [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
|
+
|
|
9
16
|
## [3.0.1] - 2023-10-03
|
|
10
17
|
### Fixed
|
|
11
18
|
- Empty string causing main command to not run, this happened with the default docker compose in starters
|
|
@@ -253,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
253
260
|
### Added
|
|
254
261
|
- Init release
|
|
255
262
|
|
|
256
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.
|
|
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
|
|
257
265
|
[3.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.0...node-ethereum/3.0.1
|
|
258
266
|
[3.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.5...node-ethereum/3.0.0
|
|
259
267
|
[2.12.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.4...node-ethereum/2.12.5
|