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