@subql/node-solana 6.0.8-0 → 6.1.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
@@ -5,6 +5,10 @@ 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
+ ### Added
9
+ - Decoder related logging to understand why data cannot be decoded (#21)
10
+
11
+ ## [6.1.0] - 2025-09-09
8
12
  ### Removed
9
13
  - ethersjs dependency and correct sdk version in meta (#19)
10
14
 
@@ -49,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
53
  ### Changed
50
54
  - Initial release
51
55
 
52
- [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.7...HEAD
56
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.0...HEAD
57
+ [6.1.0]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.7...node-solana/6.1.0
53
58
  [6.0.7]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.6...node-solana/6.0.7
54
59
  [6.0.6]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.5...node-solana/6.0.6
55
60
  [6.0.5]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.4...node-solana/6.0.5