@subql/node-stellar 3.6.1 → 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 +3 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/indexer/indexer.manager.js.map +1 -1
- package/dist/meta/meta.service.d.ts +0 -4
- package/dist/meta/meta.service.js +0 -4
- package/dist/meta/meta.service.js.map +1 -1
- package/dist/stellar/api.service.stellar.spec.js +36 -0
- package/dist/stellar/api.service.stellar.spec.js.map +1 -1
- package/dist/stellar/block.stellar.d.ts +0 -2
- package/dist/stellar/block.stellar.js +2 -37
- package/dist/stellar/block.stellar.js.map +1 -1
- package/dist/stellar/block.stellar.spec.js +4 -5
- package/dist/stellar/block.stellar.spec.js.map +1 -1
- package/dist/stellar/safe-api.d.ts +14 -13
- package/dist/stellar/safe-api.js +4 -3
- package/dist/stellar/safe-api.js.map +1 -1
- package/dist/stellar/soroban.server.d.ts +3 -3
- package/dist/stellar/soroban.server.js +2 -2
- package/dist/stellar/soroban.server.js.map +1 -1
- package/dist/stellar/soroban.server.spec.js +2 -2
- package/dist/stellar/soroban.server.spec.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,9 @@ 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
|
+
|
|
9
12
|
## [3.6.1] - 2024-02-07
|
|
10
13
|
### Fixed
|
|
11
14
|
- Critical bug introduced in 3.6.0 which broke historical indexing
|