@subql/node-stellar 6.0.3-0 → 6.0.3-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
CHANGED
|
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
### Changed
|
|
9
9
|
- Update Stellar SDK to support protocol 23 (#135)
|
|
10
|
+
- Update Stellar SDK to v14 with support for protocol 23 (#138)
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Pagination for getting events which used the deprecated pagingToken, it now uses the cursor (#138)
|
|
10
14
|
|
|
11
15
|
## [6.0.2] - 2025-07-21
|
|
12
16
|
### Fixed
|