@subql/node-ethereum 5.6.3-0 → 6.0.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 +8 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/ethereum/ethers/web/index.js +2 -1
- package/dist/ethereum/ethers/web/index.js.map +1 -1
- package/dist/indexer/fetch.module.js +2 -3
- package/dist/indexer/fetch.module.js.map +1 -1
- package/dist/indexer/worker/worker-fetch.module.js +0 -1
- package/dist/indexer/worker/worker-fetch.module.js.map +1 -1
- package/package.json +8 -9
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [6.0.1] - 2025-04-29
|
|
10
|
+
### Fixed
|
|
11
|
+
- OOM issue with large RPC responses (#375)
|
|
12
|
+
|
|
13
|
+
## [6.0.0] - 2025-04-24
|
|
9
14
|
### Changed
|
|
10
15
|
- Update @subql/node-core dependencies
|
|
11
16
|
|
|
@@ -611,7 +616,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
611
616
|
### Added
|
|
612
617
|
- Init release
|
|
613
618
|
|
|
614
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/
|
|
619
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.1...HEAD
|
|
620
|
+
[6.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.0...node-ethereum/6.0.1
|
|
621
|
+
[6.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.2...node-ethereum/6.0.0
|
|
615
622
|
[5.6.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.1...node-ethereum/5.6.2
|
|
616
623
|
[5.6.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.0...node-ethereum/5.6.1
|
|
617
624
|
[5.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.5.0...node-ethereum/5.6.0
|