@subql/node-stellar 6.0.2-0 → 6.0.3-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 +6 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +5 -5
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
|
+
### Changed
|
|
9
|
+
- Update Stellar SDK to support protocol 23 (#135)
|
|
10
|
+
|
|
11
|
+
## [6.0.2] - 2025-07-21
|
|
8
12
|
### Fixed
|
|
9
13
|
- Handle transactions with multiple operations and events correctly (#133)
|
|
10
14
|
|
|
@@ -235,7 +239,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
235
239
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
236
240
|
|
|
237
241
|
## [2.12.0] - 2023-09-12
|
|
238
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.
|
|
242
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.2...HEAD
|
|
243
|
+
[6.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.1...node-stellar/6.0.2
|
|
239
244
|
[6.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.0...node-stellar/6.0.1
|
|
240
245
|
[6.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.2...node-stellar/6.0.0
|
|
241
246
|
[5.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.1...node-stellar/5.0.2
|