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