@subql/node-solana 6.0.7 → 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,17 @@ 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)
8
19
 
9
20
  ## [6.0.7] - 2025-08-28
10
21
  ### Fixed