@subql/node-ethereum 3.4.3 → 3.4.4
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 +6 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/yargs.js +5 -0
- package/dist/yargs.js.map +1 -1
- package/package.json +4 -4
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
|
+
## [3.4.4] - 2023-12-20
|
|
10
|
+
### Fixed
|
|
11
|
+
- Metadata lastProcessedHeight undefined issue via `@subql/node-core`
|
|
12
|
+
|
|
9
13
|
## [3.4.3] - 2023-12-04
|
|
10
14
|
### Fixed
|
|
11
15
|
- Fix with after correct asset type (#223)
|
|
@@ -356,7 +360,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
356
360
|
### Added
|
|
357
361
|
- Init release
|
|
358
362
|
|
|
359
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.
|
|
363
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.4...HEAD
|
|
364
|
+
[3.4.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.3...node-ethereum/3.4.4
|
|
360
365
|
[3.4.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.2...node-ethereum/3.4.3
|
|
361
366
|
[3.4.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.1...node-ethereum/3.4.2
|
|
362
367
|
[3.4.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.0...node-ethereum/3.4.1
|