@subql/node-algorand 4.0.4 → 4.0.6-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
|
@@ -5,8 +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
|
+
### Fixed
|
|
9
|
+
- Cache mutation potentially causing blocks to be skipped (#165)
|
|
10
|
+
|
|
11
|
+
## [4.0.5] - 2025-11-05
|
|
8
12
|
### Changed
|
|
9
|
-
- Update `@subql/common`, `@subql/node-core`
|
|
13
|
+
- Update `@subql/common`, `@subql/node-core`
|
|
10
14
|
|
|
11
15
|
## [4.0.4] - 2025-11-03
|
|
12
16
|
### Changed
|
|
@@ -318,7 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
318
322
|
- Synced latest changes from main repo. (#10)
|
|
319
323
|
|
|
320
324
|
## [1.6.0] - 2022-08-04
|
|
321
|
-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.
|
|
325
|
+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.5...HEAD
|
|
326
|
+
[4.0.5]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.4...node-algorand/4.0.5
|
|
322
327
|
[4.0.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.3...node-algorand/4.0.4
|
|
323
328
|
[4.0.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.2...node-algorand/4.0.3
|
|
324
329
|
[4.0.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.1...node-algorand/4.0.2
|