@subql/node-ethereum 3.9.2-0 → 3.10.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 +4 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
## [3.10.0] - 2024-03-13
|
|
8
10
|
### Added
|
|
9
11
|
- Op L1 fields to transaction receipts (#258)
|
|
10
12
|
|
|
@@ -421,7 +423,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
421
423
|
### Added
|
|
422
424
|
- Init release
|
|
423
425
|
|
|
424
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.
|
|
426
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.10.0...HEAD
|
|
427
|
+
[3.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.1...node-ethereum/3.10.0
|
|
425
428
|
[3.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.0...node-ethereum/3.9.1
|
|
426
429
|
[3.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.1...node-ethereum/3.9.0
|
|
427
430
|
[3.8.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.0...node-ethereum/3.8.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-ethereum",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@subql/common-ethereum": "3.4.1",
|
|
30
30
|
"@subql/node-core": "^7.4.1",
|
|
31
31
|
"@subql/testing": "^2.1.0",
|
|
32
|
-
"@subql/types-ethereum": "3.
|
|
32
|
+
"@subql/types-ethereum": "3.4.0",
|
|
33
33
|
"cacheable-lookup": "6",
|
|
34
34
|
"cron-converter": "^1.0.2",
|
|
35
35
|
"ethers": "^5.7.0",
|
|
@@ -65,6 +65,5 @@
|
|
|
65
65
|
"files": [
|
|
66
66
|
"/dist",
|
|
67
67
|
"/bin"
|
|
68
|
-
]
|
|
69
|
-
"stableVersion": "3.9.1"
|
|
68
|
+
]
|
|
70
69
|
}
|