@subql/node-algorand 3.16.0 → 4.0.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 (106) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/algorand/algorand.spec.js +1 -1
  4. package/dist/algorand/algorand.spec.js.map +1 -1
  5. package/dist/algorand/api.algorand.js +1 -1
  6. package/dist/algorand/api.algorand.js.map +1 -1
  7. package/dist/algorand/api.connection.js +1 -1
  8. package/dist/algorand/api.connection.js.map +1 -1
  9. package/dist/algorand/api.service.algorand.js +1 -1
  10. package/dist/algorand/api.service.algorand.js.map +1 -1
  11. package/dist/algorand/index.js +1 -1
  12. package/dist/algorand/index.js.map +1 -1
  13. package/dist/algorand/utils.algorand.js +2 -1
  14. package/dist/algorand/utils.algorand.js.map +1 -1
  15. package/dist/algorand/utils.algorand.spec.js +1 -1
  16. package/dist/algorand/utils.algorand.spec.js.map +1 -1
  17. package/dist/app.module.js +1 -1
  18. package/dist/app.module.js.map +1 -1
  19. package/dist/blockchain.service.d.ts +30 -0
  20. package/dist/blockchain.service.js +96 -0
  21. package/dist/blockchain.service.js.map +1 -0
  22. package/dist/configure/SubqueryProject.js +1 -1
  23. package/dist/configure/SubqueryProject.js.map +1 -1
  24. package/dist/configure/configure.module.js +1 -1
  25. package/dist/configure/configure.module.js.map +1 -1
  26. package/dist/indexer/api.service.spec.js +1 -1
  27. package/dist/indexer/api.service.spec.js.map +1 -1
  28. package/dist/indexer/dictionary/algorandDictionary.service.d.ts +1 -2
  29. package/dist/indexer/dictionary/algorandDictionary.service.js +2 -3
  30. package/dist/indexer/dictionary/algorandDictionary.service.js.map +1 -1
  31. package/dist/indexer/dictionary/index.js +1 -1
  32. package/dist/indexer/dictionary/index.js.map +1 -1
  33. package/dist/indexer/dictionary/v1/algorandDictionaryV1.d.ts +1 -2
  34. package/dist/indexer/dictionary/v1/algorandDictionaryV1.js +1 -1
  35. package/dist/indexer/dictionary/v1/algorandDictionaryV1.js.map +1 -1
  36. package/dist/indexer/dictionary/v1/algorandDictionaryV1.spec.js +1 -1
  37. package/dist/indexer/dictionary/v1/algorandDictionaryV1.spec.js.map +1 -1
  38. package/dist/indexer/dictionary/v1/index.js +1 -1
  39. package/dist/indexer/dictionary/v1/index.js.map +1 -1
  40. package/dist/indexer/fetch.module.js +31 -23
  41. package/dist/indexer/fetch.module.js.map +1 -1
  42. package/dist/indexer/indexer.manager.d.ts +3 -5
  43. package/dist/indexer/indexer.manager.js +14 -9
  44. package/dist/indexer/indexer.manager.js.map +1 -1
  45. package/dist/indexer/types.js +1 -1
  46. package/dist/indexer/types.js.map +1 -1
  47. package/dist/indexer/worker/worker-fetch.module.js +7 -14
  48. package/dist/indexer/worker/worker-fetch.module.js.map +1 -1
  49. package/dist/indexer/worker/worker.js +1 -1
  50. package/dist/indexer/worker/worker.js.map +1 -1
  51. package/dist/indexer/worker/worker.module.js +1 -2
  52. package/dist/indexer/worker/worker.module.js.map +1 -1
  53. package/dist/indexer/worker/worker.service.js +2 -1
  54. package/dist/indexer/worker/worker.service.js.map +1 -1
  55. package/dist/init.js +2 -3
  56. package/dist/init.js.map +1 -1
  57. package/dist/main.js +1 -1
  58. package/dist/main.js.map +1 -1
  59. package/dist/subcommands/forceClean.init.js +1 -1
  60. package/dist/subcommands/forceClean.init.js.map +1 -1
  61. package/dist/subcommands/forceClean.module.js +1 -1
  62. package/dist/subcommands/forceClean.module.js.map +1 -1
  63. package/dist/subcommands/forceClean.service.js +1 -1
  64. package/dist/subcommands/forceClean.service.js.map +1 -1
  65. package/dist/subcommands/reindex.init.js +1 -1
  66. package/dist/subcommands/reindex.init.js.map +1 -1
  67. package/dist/subcommands/reindex.module.js +20 -8
  68. package/dist/subcommands/reindex.module.js.map +1 -1
  69. package/dist/subcommands/testing.init.js +1 -1
  70. package/dist/subcommands/testing.init.js.map +1 -1
  71. package/dist/subcommands/testing.module.js +14 -28
  72. package/dist/subcommands/testing.module.js.map +1 -1
  73. package/dist/subcommands/testing.service.js +1 -3
  74. package/dist/subcommands/testing.service.js.map +1 -1
  75. package/dist/utils/project.js +1 -1
  76. package/dist/utils/project.js.map +1 -1
  77. package/dist/yargs.js +1 -1
  78. package/dist/yargs.js.map +1 -1
  79. package/package.json +9 -9
  80. package/dist/indexer/blockDispatcher/algorand-block-dispatcher.d.ts +0 -5
  81. package/dist/indexer/blockDispatcher/algorand-block-dispatcher.js +0 -5
  82. package/dist/indexer/blockDispatcher/algorand-block-dispatcher.js.map +0 -1
  83. package/dist/indexer/blockDispatcher/block-dispatcher.service.d.ts +0 -17
  84. package/dist/indexer/blockDispatcher/block-dispatcher.service.js +0 -55
  85. package/dist/indexer/blockDispatcher/block-dispatcher.service.js.map +0 -1
  86. package/dist/indexer/blockDispatcher/index.d.ts +0 -4
  87. package/dist/indexer/blockDispatcher/index.js +0 -10
  88. package/dist/indexer/blockDispatcher/index.js.map +0 -1
  89. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.d.ts +0 -18
  90. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js +0 -48
  91. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js.map +0 -1
  92. package/dist/indexer/ds-processor.service.d.ts +0 -11
  93. package/dist/indexer/ds-processor.service.js +0 -22
  94. package/dist/indexer/ds-processor.service.js.map +0 -1
  95. package/dist/indexer/dynamic-ds.service.d.ts +0 -9
  96. package/dist/indexer/dynamic-ds.service.js +0 -57
  97. package/dist/indexer/dynamic-ds.service.js.map +0 -1
  98. package/dist/indexer/fetch.service.d.ts +0 -22
  99. package/dist/indexer/fetch.service.js +0 -78
  100. package/dist/indexer/fetch.service.js.map +0 -1
  101. package/dist/indexer/project.service.d.ts +0 -16
  102. package/dist/indexer/project.service.js +0 -71
  103. package/dist/indexer/project.service.js.map +0 -1
  104. package/dist/indexer/unfinalizedBlocks.service.d.ts +0 -10
  105. package/dist/indexer/unfinalizedBlocks.service.js +0 -64
  106. package/dist/indexer/unfinalizedBlocks.service.js.map +0 -1
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
+ ## [4.0.0] - 2025-04-28
10
+ ### Changed
11
+ - Implement blockchain service (#151)
12
+
13
+ ### Added
14
+ - Support for rewinds and unfinalized blocks with multichain projects
15
+
16
+ ## [3.17.0] - 2025-01-28
17
+ ### Changed
18
+ - Update `@subql/node-core` with minor bug fixes and improvements
19
+
9
20
  ## [3.16.0] - 2024-12-17
10
21
  ### Changed
11
22
  - Update `@subql/node-core` and `@subql/common` dependencies
@@ -289,7 +300,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
289
300
  - Synced latest changes from main repo. (#10)
290
301
 
291
302
  ## [1.6.0] - 2022-08-04
292
- [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.16.0...HEAD
303
+ [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.0...HEAD
304
+ [4.0.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.17.0...node-algorand/4.0.0
305
+ [3.17.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.16.0...node-algorand/3.17.0
293
306
  [3.16.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.1...node-algorand/3.16.0
294
307
  [3.15.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.0...node-algorand/3.15.1
295
308
  [3.15.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.4...node-algorand/3.15.0