@subql/node-solana 6.0.1-0 → 6.0.2-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
@@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
  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
- ## [6.0.0]
8
- ### Changed
9
- - Initial release
7
+ ## [Unreleased]
8
+ ### Fixed
9
+ - All endpoints failed error with workers (#8)
10
10
 
11
+ ## [6.0.1] - 2025-05-27
12
+ ### Changed
13
+ - Add retries to getting finalized header (#6)
11
14
 
12
- [1.0.0]: https://github.com/subquery/subql-solana/releases/tag/node-solana/6.0.0
15
+ ## [6.0.0] - null
16
+ ### Changed
17
+ - Initial release
13
18
 
19
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.1...HEAD
20
+ [6.0.1]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.0...node-solana/6.0.1
21
+ [6.0.0]: https://github.com/subquery/subql-solana/releases/tag/node-solana/6.0.0