@subql/node-stellar 4.4.1-0 → 4.5.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,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.5.0] - 2025-02-26
|
|
9
10
|
### Added
|
|
10
11
|
- `--network-endpoint-config` add optional parameter `pageLimit`
|
|
11
12
|
|
|
@@ -198,7 +199,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
198
199
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
199
200
|
|
|
200
201
|
## [2.12.0] - 2023-09-12
|
|
201
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.
|
|
202
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.5.0...HEAD
|
|
203
|
+
[4.5.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.4.0...node-stellar/4.5.0
|
|
202
204
|
[4.4.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.3.0...node-stellar/4.4.0
|
|
203
205
|
[4.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.2...node-stellar/4.3.0
|
|
204
206
|
[4.2.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.0...node-stellar/4.2.2
|