@subql/node-stellar 3.11.0 → 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 +12 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/indexer/blockDispatcher/block-dispatcher.service.d.ts +0 -1
- package/dist/indexer/blockDispatcher/block-dispatcher.service.js +0 -3
- package/dist/indexer/blockDispatcher/block-dispatcher.service.js.map +1 -1
- package/dist/stellar/block.stellar.js +2 -0
- package/dist/stellar/block.stellar.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
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
|
+
|
|
14
|
+
## [3.11.1] - 2024-05-02
|
|
15
|
+
### Fixed
|
|
16
|
+
- Sandbox Uint8Array and missing pg dep issue
|
|
17
|
+
|
|
9
18
|
## [3.11.0] - 2024-05-02
|
|
10
19
|
### Changed
|
|
11
20
|
- Update dependencies and apply changes to match (#62)
|
|
@@ -125,7 +134,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
125
134
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
126
135
|
|
|
127
136
|
## [2.12.0] - 2023-09-12
|
|
128
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.
|
|
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
|
|
139
|
+
[3.11.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.0...node-stellar/3.11.1
|
|
129
140
|
[3.11.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.1...node-stellar/3.11.0
|
|
130
141
|
[3.10.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.0...node-stellar/3.10.1
|
|
131
142
|
[3.10.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.1...node-stellar/3.10.0
|