@subql/node-stellar 3.11.1 → 3.11.2

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
 
9
9
 
10
+ ## [3.11.2] - 2024-05-03
11
+ ### Fixed
12
+ - temp fixed version for node-core, to fix stellar-sdk `Uinit8Array` in sandbox issue.
13
+
10
14
  ## [3.11.1] - 2024-05-02
11
15
  ### Fixed
12
16
  - Sandbox Uint8Array and missing pg dep issue
@@ -130,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130
134
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
131
135
 
132
136
  ## [2.12.0] - 2023-09-12
133
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.1...HEAD
137
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...HEAD
138
+ [3.11.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.1...node-stellar/3.11.2
134
139
  [3.11.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.0...node-stellar/3.11.1
135
140
  [3.11.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.1...node-stellar/3.11.0
136
141
  [3.10.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.0...node-stellar/3.10.1