@subql/node-starknet 5.9.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 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
+ ## [6.0.1] - 2025-05-01
10
+ ### Changed
11
+ - Update `@subql/node-core` with workers performance fix
12
+
13
+ ## [6.0.0] - 2025-04-24
14
+ ### Added
15
+ - Support for rewinds and unfinalized blocks with multichain projects
16
+
9
17
  ## [5.9.0] - 2025-03-05
10
18
  ### Changed
11
19
  - Update @nestjs/event-emitter to compatible version with other nest dependencies (#25)
@@ -36,7 +44,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
44
  ### Added
37
45
  - Init release
38
46
 
39
- [Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.9.0...HEAD
47
+ [Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/6.0.1...HEAD
48
+ [6.0.1]: https://github.com/subquery/subql-starknet/compare/node-starknet/6.0.0...node-starknet/6.0.1
49
+ [6.0.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.9.0...node-starknet/6.0.0
40
50
  [5.9.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.8.0...node-starknet/5.9.0
41
51
  [5.8.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.2...node-starknet/5.8.0
42
52
  [5.7.2]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.1...node-starknet/5.7.2