@subql/node-ethereum 3.4.1 → 3.4.3-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,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
### Fixed
|
|
10
|
+
- Fix with after correct asset type (#223)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## [3.4.2] - 2023-11-30
|
|
14
|
+
### Fixed
|
|
15
|
+
- Sync with `node-core` 7.0.2
|
|
16
|
+
|
|
9
17
|
## [3.4.1] - 2023-11-28
|
|
10
18
|
### Fixed
|
|
11
19
|
- Fix ipfs deployment templates path failed to resolved, issue was introduced node-core 7.0.0
|
|
@@ -348,7 +356,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
348
356
|
### Added
|
|
349
357
|
- Init release
|
|
350
358
|
|
|
351
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.
|
|
359
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.2...HEAD
|
|
360
|
+
[3.4.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.1...node-ethereum/3.4.2
|
|
352
361
|
[3.4.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.0...node-ethereum/3.4.1
|
|
353
362
|
[3.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.6...node-ethereum/3.4.0
|
|
354
363
|
[3.3.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.5...node-ethereum/3.3.6
|