@subql/node-stellar 3.6.0 → 3.6.2-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,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ### Fixed
10
+ - Remove soroban client and use stellar sdk, fix decode issue with `scVal` (#46)
11
+
12
+ ## [3.6.1] - 2024-02-07
13
+ ### Fixed
14
+ - Critical bug introduced in 3.6.0 which broke historical indexing
15
+
9
16
  ## [3.6.0] - 2024-01-25
10
17
  ### Changed
11
18
  - Update @subql/node-core with
@@ -79,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
79
86
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
80
87
 
81
88
  ## [2.12.0] - 2023-09-12
82
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.0...HEAD
89
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.1...HEAD
90
+ [3.6.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.0...node-stellar/3.6.1
83
91
  [3.6.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.5.0...node-stellar/3.6.0
84
92
  [3.5.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.2...node-stellar/3.5.0
85
93
  [3.4.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.1...node-stellar/3.4.2