@subql/node-stellar 3.10.1-0 → 3.10.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.
Files changed (47) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/indexer/blockDispatcher/block-dispatcher.service.d.ts +2 -3
  4. package/dist/indexer/blockDispatcher/block-dispatcher.service.js +5 -8
  5. package/dist/indexer/blockDispatcher/block-dispatcher.service.js.map +1 -1
  6. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.d.ts +2 -2
  7. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js +4 -5
  8. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js.map +1 -1
  9. package/dist/indexer/ds-processor.service.d.ts +1 -5
  10. package/dist/indexer/ds-processor.service.js +1 -22
  11. package/dist/indexer/ds-processor.service.js.map +1 -1
  12. package/dist/indexer/dynamic-ds.service.d.ts +1 -2
  13. package/dist/indexer/dynamic-ds.service.js +2 -20
  14. package/dist/indexer/dynamic-ds.service.js.map +1 -1
  15. package/dist/indexer/fetch.module.js +4 -13
  16. package/dist/indexer/fetch.module.js.map +1 -1
  17. package/dist/indexer/fetch.service.d.ts +1 -5
  18. package/dist/indexer/fetch.service.js +1 -9
  19. package/dist/indexer/fetch.service.js.map +1 -1
  20. package/dist/indexer/indexer.manager.d.ts +4 -8
  21. package/dist/indexer/indexer.manager.js +2 -10
  22. package/dist/indexer/indexer.manager.js.map +1 -1
  23. package/dist/indexer/project.service.d.ts +0 -1
  24. package/dist/indexer/project.service.js +0 -1
  25. package/dist/indexer/project.service.js.map +1 -1
  26. package/dist/indexer/worker/worker-fetch.module.js +2 -4
  27. package/dist/indexer/worker/worker-fetch.module.js.map +1 -1
  28. package/dist/stellar/api.service.stellar.js +1 -6
  29. package/dist/stellar/api.service.stellar.js.map +1 -1
  30. package/dist/stellar/api.stellar.d.ts +0 -1
  31. package/dist/stellar/api.stellar.js.map +1 -1
  32. package/dist/subcommands/forceClean.init.d.ts +1 -1
  33. package/dist/subcommands/forceClean.init.js +1 -15
  34. package/dist/subcommands/forceClean.init.js.map +1 -1
  35. package/dist/subcommands/reindex.init.d.ts +1 -1
  36. package/dist/subcommands/reindex.init.js +1 -20
  37. package/dist/subcommands/reindex.init.js.map +1 -1
  38. package/dist/subcommands/testing.init.js.map +1 -1
  39. package/dist/subcommands/testing.module.js +1 -2
  40. package/dist/subcommands/testing.module.js.map +1 -1
  41. package/package.json +6 -6
  42. package/dist/indexer/sandbox.service.d.ts +0 -13
  43. package/dist/indexer/sandbox.service.js +0 -65
  44. package/dist/indexer/sandbox.service.js.map +0 -1
  45. package/dist/indexer/worker/worker.unfinalizedBlocks.service.d.ts +0 -12
  46. package/dist/indexer/worker/worker.unfinalizedBlocks.service.js +0 -47
  47. package/dist/indexer/worker/worker.unfinalizedBlocks.service.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ### Changed
9
+ - Update dependencies and apply changes to match (#62)
10
+
11
+ ## [3.10.1] - 2024-04-11
12
+ ### Fixed
13
+ - Fixed failed previous release
8
14
 
9
15
  ## [3.10.0] - 2024-04-10
10
16
  ### Changed
@@ -111,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111
117
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
112
118
 
113
119
  ## [2.12.0] - 2023-09-12
114
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.0...HEAD
120
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.1...HEAD
121
+ [3.10.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.0...node-stellar/3.10.1
115
122
  [3.10.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.1...node-stellar/3.10.0
116
123
  [3.9.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.0...node-stellar/3.9.1
117
124
  [3.9.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.1...node-stellar/3.9.0