@subql/node-ethereum 4.3.0 → 4.3.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 +2 -2
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
|
+
## [4.3.1] - 2024-05-02
|
|
10
|
+
### Fixed
|
|
11
|
+
- Sandbox Uint8Array and missing pg dep issue
|
|
12
|
+
|
|
9
13
|
## [4.3.0] - 2024-05-02
|
|
10
14
|
### Changed
|
|
11
15
|
- Update node-core with bug fixes (#285)
|
|
@@ -462,7 +466,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
462
466
|
### Added
|
|
463
467
|
- Init release
|
|
464
468
|
|
|
465
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.
|
|
469
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.1...HEAD
|
|
470
|
+
[4.3.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.3.0...node-ethereum/4.3.1
|
|
466
471
|
[4.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.2.0...node-ethereum/4.3.0
|
|
467
472
|
[4.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.1.1...node-ethereum/4.2.0
|
|
468
473
|
[4.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.1.0...node-ethereum/4.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-ethereum",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@nestjs/schedule": "^3.0.1",
|
|
27
27
|
"@subql/common": "^3.5.1",
|
|
28
28
|
"@subql/common-ethereum": "3.6.0",
|
|
29
|
-
"@subql/node-core": "^10.1.
|
|
29
|
+
"@subql/node-core": "^10.1.1",
|
|
30
30
|
"@subql/testing": "^2.1.1",
|
|
31
31
|
"@subql/types-ethereum": "3.6.0",
|
|
32
32
|
"cacheable-lookup": "6",
|