@subql/node-solana 6.1.1 → 6.1.2

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,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [6.1.2] - 2025-09-11
10
+ ### Fixed
11
+ - Parsing transactions where innerTransactions is null (#23)
12
+
9
13
  ## [6.1.1] - 2025-09-10
10
14
  ### Added
11
15
  - Decoder related logging to understand why data cannot be decoded (#21)
@@ -55,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
59
  ### Changed
56
60
  - Initial release
57
61
 
58
- [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.1...HEAD
62
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.2...HEAD
63
+ [6.1.2]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.1...node-solana/6.1.2
59
64
  [6.1.1]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.0...node-solana/6.1.1
60
65
  [6.1.0]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.7...node-solana/6.1.0
61
66
  [6.0.7]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.6...node-solana/6.0.7