@subql/node-ethereum 3.10.0 → 3.10.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/dist/.tsbuildinfo +1 -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
|
+
## [3.10.1] - 2024-03-14
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/node-core` to 4.7.2 with graphql comments escaping fix
|
|
12
|
+
|
|
9
13
|
## [3.10.0] - 2024-03-13
|
|
10
14
|
### Added
|
|
11
15
|
- Op L1 fields to transaction receipts (#258)
|
|
@@ -423,7 +427,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
423
427
|
### Added
|
|
424
428
|
- Init release
|
|
425
429
|
|
|
426
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.10.
|
|
430
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.10.1...HEAD
|
|
431
|
+
[3.10.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.10.0...node-ethereum/3.10.1
|
|
427
432
|
[3.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.1...node-ethereum/3.10.0
|
|
428
433
|
[3.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.0...node-ethereum/3.9.1
|
|
429
434
|
[3.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.1...node-ethereum/3.9.0
|