@subql/node-ethereum 5.6.1 → 5.6.3-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 +9 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/blockchain.service.d.ts +1 -1
- package/dist/blockchain.service.js.map +1 -1
- package/dist/indexer/fetch.module.js +4 -3
- package/dist/indexer/fetch.module.js.map +1 -1
- package/dist/indexer/worker/worker-fetch.module.js +1 -0
- package/dist/indexer/worker/worker-fetch.module.js.map +1 -1
- package/dist/subcommands/reindex.module.js +1 -0
- package/dist/subcommands/reindex.module.js.map +1 -1
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
### Changed
|
|
10
|
+
- Update @subql/node-core dependencies
|
|
11
|
+
|
|
12
|
+
## [5.6.2] - 2025-04-08
|
|
13
|
+
### Changed
|
|
14
|
+
- Update @subql/node-core dependencies
|
|
15
|
+
|
|
9
16
|
## [5.6.1] - 2025-03-24
|
|
10
17
|
### Changed
|
|
11
18
|
- Update node-core with fix for workers max queue error
|
|
@@ -604,7 +611,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
604
611
|
### Added
|
|
605
612
|
- Init release
|
|
606
613
|
|
|
607
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.
|
|
614
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.2...HEAD
|
|
615
|
+
[5.6.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.1...node-ethereum/5.6.2
|
|
608
616
|
[5.6.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.6.0...node-ethereum/5.6.1
|
|
609
617
|
[5.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.5.0...node-ethereum/5.6.0
|
|
610
618
|
[5.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.4.0...node-ethereum/5.5.0
|