@subql/node-algorand 3.14.3 → 3.14.5-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 (35) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/algorand/algorand.spec.js +5 -2
  4. package/dist/algorand/algorand.spec.js.map +1 -1
  5. package/dist/algorand/api.service.algorand.d.ts +2 -2
  6. package/dist/algorand/api.service.algorand.js +7 -5
  7. package/dist/algorand/api.service.algorand.js.map +1 -1
  8. package/dist/indexer/api.service.spec.js +5 -2
  9. package/dist/indexer/api.service.spec.js.map +1 -1
  10. package/dist/indexer/blockDispatcher/block-dispatcher.service.d.ts +2 -2
  11. package/dist/indexer/blockDispatcher/block-dispatcher.service.js +4 -5
  12. package/dist/indexer/blockDispatcher/block-dispatcher.service.js.map +1 -1
  13. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.d.ts +4 -3
  14. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js +5 -6
  15. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js.map +1 -1
  16. package/dist/indexer/fetch.module.js +5 -9
  17. package/dist/indexer/fetch.module.js.map +1 -1
  18. package/dist/indexer/fetch.service.d.ts +2 -2
  19. package/dist/indexer/fetch.service.js +4 -4
  20. package/dist/indexer/fetch.service.js.map +1 -1
  21. package/dist/indexer/unfinalizedBlocks.service.d.ts +3 -3
  22. package/dist/indexer/unfinalizedBlocks.service.js +7 -4
  23. package/dist/indexer/unfinalizedBlocks.service.js.map +1 -1
  24. package/dist/indexer/worker/worker-fetch.module.js +1 -5
  25. package/dist/indexer/worker/worker-fetch.module.js.map +1 -1
  26. package/dist/indexer/worker/worker.service.d.ts +3 -7
  27. package/dist/indexer/worker/worker.service.js +1 -3
  28. package/dist/indexer/worker/worker.service.js.map +1 -1
  29. package/dist/subcommands/reindex.module.js +6 -1
  30. package/dist/subcommands/reindex.module.js.map +1 -1
  31. package/dist/subcommands/testing.module.js +11 -2
  32. package/dist/subcommands/testing.module.js.map +1 -1
  33. package/dist/subcommands/testing.service.js +0 -1
  34. package/dist/subcommands/testing.service.js.map +1 -1
  35. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ### Added
10
+ - Support for historical indexing by timestamp as well as block height
11
+ - Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations.
12
+
13
+ ### Changed
14
+ - Modify the injection logic of apiService
15
+
16
+ ## [3.14.4] - 2024-10-23
17
+ ### Changed
18
+ - Bump `@subql/common` dependency (#139)
19
+
9
20
  ## [3.14.3] - 2024-10-22
10
21
  ### Changed
11
22
  - Bump `@subql/common` and `@subql/node-core` dependency (#135)
@@ -269,7 +280,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
269
280
  - Synced latest changes from main repo. (#10)
270
281
 
271
282
  ## [1.6.0] - 2022-08-04
272
- [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...HEAD
283
+ [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.4...HEAD
284
+ [3.14.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...node-algorand/3.14.4
273
285
  [3.14.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...node-algorand/3.14.3
274
286
  [3.14.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.13.0...node-algorand/3.14.1
275
287
  [3.13.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.12.0...node-algorand/3.13.0