@subql/node-starknet 5.8.1-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
@@ -5,8 +5,15 @@ 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
+
9
+ ## [6.0.0] - 2025-04-24
10
+ ### Added
11
+ - Support for rewinds and unfinalized blocks with multichain projects
12
+
13
+ ## [5.9.0] - 2025-03-05
8
14
  ### Changed
9
15
  - Update @nestjs/event-emitter to compatible version with other nest dependencies (#25)
16
+ - Update `@subql/node-core` with fix for devnets (#26)
10
17
 
11
18
  ### Fixed
12
19
  - Rate limit errors not correctly being detected (#25)
@@ -33,7 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
40
  ### Added
34
41
  - Init release
35
42
 
36
- [Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.8.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
45
+ [5.9.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.8.0...node-starknet/5.9.0
37
46
  [5.8.0]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.2...node-starknet/5.8.0
38
47
  [5.7.2]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.1...node-starknet/5.7.2
39
48
  [5.7.1]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.0...node-starknet/5.7.1