@subql/node-solana 6.1.2 → 6.2.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,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [6.2.0] - 2025-09-15
10
+ ### Added
11
+ - Support for decoding codama program logs (#25)
12
+
9
13
  ## [6.1.2] - 2025-09-11
10
14
  ### Fixed
11
15
  - Parsing transactions where innerTransactions is null (#23)
@@ -59,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59
63
  ### Changed
60
64
  - Initial release
61
65
 
62
- [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.2...HEAD
66
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.2.0...HEAD
67
+ [6.2.0]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.2...node-solana/6.2.0
63
68
  [6.1.2]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.1...node-solana/6.1.2
64
69
  [6.1.1]: https://github.com/subquery/subql-solana/compare/node-solana/6.1.0...node-solana/6.1.1
65
70
  [6.1.0]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.7...node-solana/6.1.0