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