@subql/node-ethereum 3.0.1 → 3.0.3
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 +14 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +6 -6
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.3] - 2023-10-05
|
|
10
|
+
### Changed
|
|
11
|
+
- Version bump with `@subql/types-ethereum` 3.0.2
|
|
12
|
+
|
|
13
|
+
## [3.0.2] - 2023-10-04
|
|
14
|
+
### Fixed
|
|
15
|
+
- Fix reindex service without poi feature with `node-core`
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- Version bump with `types-ethereum` and `common-ethereum`
|
|
19
|
+
|
|
9
20
|
## [3.0.1] - 2023-10-03
|
|
10
21
|
### Fixed
|
|
11
22
|
- Empty string causing main command to not run, this happened with the default docker compose in starters
|
|
@@ -253,7 +264,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
253
264
|
### Added
|
|
254
265
|
- Init release
|
|
255
266
|
|
|
256
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.
|
|
267
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.3...HEAD
|
|
268
|
+
[3.0.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.2...node-ethereum/3.0.3
|
|
269
|
+
[3.0.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.1...node-ethereum/3.0.2
|
|
257
270
|
[3.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.0...node-ethereum/3.0.1
|
|
258
271
|
[3.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.5...node-ethereum/3.0.0
|
|
259
272
|
[2.12.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.4...node-ethereum/2.12.5
|