@subql/node-ethereum 3.5.0 → 3.5.1
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/package.json +3 -3
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.5.1] - 2024-01-10
|
|
10
|
+
### Fixed
|
|
11
|
+
- Update node-core with initialization query improvement
|
|
12
|
+
|
|
9
13
|
## [3.5.0] - 2024-01-08
|
|
10
14
|
### Added
|
|
11
15
|
- Update with common-ethereum to support for Zilliqa addresses (#231)
|
|
@@ -371,7 +375,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
371
375
|
### Added
|
|
372
376
|
- Init release
|
|
373
377
|
|
|
374
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.
|
|
378
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.1...HEAD
|
|
379
|
+
[3.5.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.0...node-ethereum/3.5.1
|
|
375
380
|
[3.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.5...node-ethereum/3.5.0
|
|
376
381
|
[3.4.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.4...node-ethereum/3.4.5
|
|
377
382
|
[3.4.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.3...node-ethereum/3.4.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-ethereum",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@nestjs/event-emitter": "^2.0.0",
|
|
26
26
|
"@nestjs/platform-express": "^9.4.0",
|
|
27
27
|
"@nestjs/schedule": "^3.0.1",
|
|
28
|
-
"@subql/common": "^3.3.1",
|
|
28
|
+
"@subql/common": "^3.3.1-1",
|
|
29
29
|
"@subql/common-ethereum": "3.2.0",
|
|
30
|
-
"@subql/node-core": "^7.0.
|
|
30
|
+
"@subql/node-core": "^7.0.8-0",
|
|
31
31
|
"@subql/testing": "^2.0.2",
|
|
32
32
|
"@subql/types-ethereum": "3.2.1",
|
|
33
33
|
"cacheable-lookup": "6",
|