@subql/node-algorand 3.14.5-0 → 3.15.1-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
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
### Fixed
|
|
10
|
+
- Missing API dependency when using reindex
|
|
11
|
+
|
|
12
|
+
## [3.15.0] - 2024-11-26
|
|
9
13
|
### Added
|
|
10
14
|
- Support for historical indexing by timestamp as well as block height
|
|
11
15
|
- Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations.
|
|
@@ -280,7 +284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
280
284
|
- Synced latest changes from main repo. (#10)
|
|
281
285
|
|
|
282
286
|
## [1.6.0] - 2022-08-04
|
|
283
|
-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.
|
|
287
|
+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.0...HEAD
|
|
288
|
+
[3.15.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.4...node-algorand/3.15.0
|
|
284
289
|
[3.14.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...node-algorand/3.14.4
|
|
285
290
|
[3.14.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...node-algorand/3.14.3
|
|
286
291
|
[3.14.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.13.0...node-algorand/3.14.1
|