@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.
- package/CHANGELOG.md +14 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/algorand/algorand.spec.js +1 -1
- package/dist/algorand/algorand.spec.js.map +1 -1
- package/dist/algorand/api.algorand.js +1 -1
- package/dist/algorand/api.algorand.js.map +1 -1
- package/dist/algorand/api.connection.js +1 -1
- package/dist/algorand/api.connection.js.map +1 -1
- package/dist/algorand/api.service.algorand.js +1 -1
- package/dist/algorand/api.service.algorand.js.map +1 -1
- package/dist/algorand/index.js +1 -1
- package/dist/algorand/index.js.map +1 -1
- package/dist/algorand/utils.algorand.js +2 -1
- package/dist/algorand/utils.algorand.js.map +1 -1
- package/dist/algorand/utils.algorand.spec.js +1 -1
- package/dist/algorand/utils.algorand.spec.js.map +1 -1
- package/dist/app.module.js +1 -1
- package/dist/app.module.js.map +1 -1
- package/dist/blockchain.service.d.ts +30 -0
- package/dist/blockchain.service.js +96 -0
- package/dist/blockchain.service.js.map +1 -0
- package/dist/configure/SubqueryProject.js +1 -1
- package/dist/configure/SubqueryProject.js.map +1 -1
- package/dist/configure/configure.module.js +1 -1
- package/dist/configure/configure.module.js.map +1 -1
- package/dist/indexer/api.service.spec.js +1 -1
- package/dist/indexer/api.service.spec.js.map +1 -1
- package/dist/indexer/dictionary/algorandDictionary.service.d.ts +1 -2
- package/dist/indexer/dictionary/algorandDictionary.service.js +2 -3
- package/dist/indexer/dictionary/algorandDictionary.service.js.map +1 -1
- package/dist/indexer/dictionary/index.js +1 -1
- package/dist/indexer/dictionary/index.js.map +1 -1
- package/dist/indexer/dictionary/v1/algorandDictionaryV1.d.ts +1 -2
- package/dist/indexer/dictionary/v1/algorandDictionaryV1.js +1 -1
- package/dist/indexer/dictionary/v1/algorandDictionaryV1.js.map +1 -1
- package/dist/indexer/dictionary/v1/algorandDictionaryV1.spec.js +1 -1
- package/dist/indexer/dictionary/v1/algorandDictionaryV1.spec.js.map +1 -1
- package/dist/indexer/dictionary/v1/index.js +1 -1
- package/dist/indexer/dictionary/v1/index.js.map +1 -1
- package/dist/indexer/fetch.module.js +31 -23
- package/dist/indexer/fetch.module.js.map +1 -1
- package/dist/indexer/indexer.manager.d.ts +3 -5
- package/dist/indexer/indexer.manager.js +14 -9
- package/dist/indexer/indexer.manager.js.map +1 -1
- package/dist/indexer/types.js +1 -1
- package/dist/indexer/types.js.map +1 -1
- package/dist/indexer/worker/worker-fetch.module.js +7 -14
- package/dist/indexer/worker/worker-fetch.module.js.map +1 -1
- package/dist/indexer/worker/worker.js +1 -1
- package/dist/indexer/worker/worker.js.map +1 -1
- package/dist/indexer/worker/worker.module.js +1 -2
- package/dist/indexer/worker/worker.module.js.map +1 -1
- package/dist/indexer/worker/worker.service.js +2 -1
- package/dist/indexer/worker/worker.service.js.map +1 -1
- package/dist/init.js +2 -3
- package/dist/init.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/subcommands/forceClean.init.js +1 -1
- package/dist/subcommands/forceClean.init.js.map +1 -1
- package/dist/subcommands/forceClean.module.js +1 -1
- package/dist/subcommands/forceClean.module.js.map +1 -1
- package/dist/subcommands/forceClean.service.js +1 -1
- package/dist/subcommands/forceClean.service.js.map +1 -1
- package/dist/subcommands/reindex.init.js +1 -1
- package/dist/subcommands/reindex.init.js.map +1 -1
- package/dist/subcommands/reindex.module.js +20 -8
- package/dist/subcommands/reindex.module.js.map +1 -1
- package/dist/subcommands/testing.init.js +1 -1
- package/dist/subcommands/testing.init.js.map +1 -1
- package/dist/subcommands/testing.module.js +14 -28
- package/dist/subcommands/testing.module.js.map +1 -1
- package/dist/subcommands/testing.service.js +1 -3
- package/dist/subcommands/testing.service.js.map +1 -1
- package/dist/utils/project.js +1 -1
- package/dist/utils/project.js.map +1 -1
- package/dist/yargs.js +1 -1
- package/dist/yargs.js.map +1 -1
- package/package.json +9 -9
- package/dist/indexer/blockDispatcher/algorand-block-dispatcher.d.ts +0 -5
- package/dist/indexer/blockDispatcher/algorand-block-dispatcher.js +0 -5
- package/dist/indexer/blockDispatcher/algorand-block-dispatcher.js.map +0 -1
- package/dist/indexer/blockDispatcher/block-dispatcher.service.d.ts +0 -17
- package/dist/indexer/blockDispatcher/block-dispatcher.service.js +0 -55
- package/dist/indexer/blockDispatcher/block-dispatcher.service.js.map +0 -1
- package/dist/indexer/blockDispatcher/index.d.ts +0 -4
- package/dist/indexer/blockDispatcher/index.js +0 -10
- package/dist/indexer/blockDispatcher/index.js.map +0 -1
- package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.d.ts +0 -18
- package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js +0 -48
- package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js.map +0 -1
- package/dist/indexer/ds-processor.service.d.ts +0 -11
- package/dist/indexer/ds-processor.service.js +0 -22
- package/dist/indexer/ds-processor.service.js.map +0 -1
- package/dist/indexer/dynamic-ds.service.d.ts +0 -9
- package/dist/indexer/dynamic-ds.service.js +0 -57
- package/dist/indexer/dynamic-ds.service.js.map +0 -1
- package/dist/indexer/fetch.service.d.ts +0 -22
- package/dist/indexer/fetch.service.js +0 -78
- package/dist/indexer/fetch.service.js.map +0 -1
- package/dist/indexer/project.service.d.ts +0 -16
- package/dist/indexer/project.service.js +0 -71
- package/dist/indexer/project.service.js.map +0 -1
- package/dist/indexer/unfinalizedBlocks.service.d.ts +0 -10
- package/dist/indexer/unfinalizedBlocks.service.js +0 -64
- 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/
|
|
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
|