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