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