@subql/node-ethereum 5.6.3-0 → 6.0.1-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
@@ -5,7 +5,10 @@ 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
+ ### Fixed
9
+ - OOM issue with large RPC responses (#375)
8
10
 
11
+ ## [6.0.0] - 2025-04-24
9
12
  ### Changed
10
13
  - Update @subql/node-core dependencies
11
14
 
@@ -611,7 +614,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
611
614
  ### Added
612
615
  - Init release
613
616
 
614
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.2...HEAD
617
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.0...HEAD
618
+ [6.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.2...node-ethereum/6.0.0
615
619
  [5.6.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.1...node-ethereum/5.6.2
616
620
  [5.6.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.0...node-ethereum/5.6.1
617
621
  [5.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.5.0...node-ethereum/5.6.0