@subql/node-stellar 4.5.1-1 → 4.6.1-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
|
@@ -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
|
+
### Fixed
|
|
9
|
+
- Not associating effects to operations so they weren't being indexed (#115)
|
|
10
|
+
|
|
11
|
+
## [4.6.0] - 2025-03-05
|
|
8
12
|
### Changed
|
|
9
13
|
- Support http soroban endpoints (#109)
|
|
10
14
|
- Update `@subql/node-core` to latest version and implement blockchain service as well as any relevant changes (#110)
|
|
@@ -204,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
204
208
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
205
209
|
|
|
206
210
|
## [2.12.0] - 2023-09-12
|
|
207
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.
|
|
211
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.0...HEAD
|
|
212
|
+
[4.6.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.5.0...node-stellar/4.6.0
|
|
208
213
|
[4.5.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.4.0...node-stellar/4.5.0
|
|
209
214
|
[4.4.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.3.0...node-stellar/4.4.0
|
|
210
215
|
[4.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.2...node-stellar/4.3.0
|