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