@subql/node-solana 6.0.6 → 6.0.8-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,6 +5,21 @@ 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
+ ### Removed
9
+ - ethersjs dependency and correct sdk version in meta (#19)
10
+
11
+ ### Changed
12
+ - Update solana and codama dependencies (#19)
13
+
14
+ ### Fixed
15
+ - dictionary being used when no handler filter was provided (#19)
16
+
17
+ ### Added
18
+ - Provide decoder functions into the sandbox (#19)
19
+
20
+ ## [6.0.7] - 2025-08-28
21
+ ### Fixed
22
+ - Missing internal dependency from test subcommand
8
23
 
9
24
  ## [6.0.6] - 2025-08-28
10
25
  ### Fixed
@@ -34,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
49
  ### Changed
35
50
  - Initial release
36
51
 
37
- [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.6...HEAD
52
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.7...HEAD
53
+ [6.0.7]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.6...node-solana/6.0.7
38
54
  [6.0.6]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.5...node-solana/6.0.6
39
55
  [6.0.5]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.4...node-solana/6.0.5
40
56
  [6.0.4]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.3...node-solana/6.0.4